SAP*BYTE

SAP CRM in vibrant colors…

  • Archives

  • TAGS

  • Blog Stats

    • 20,643 hits
  • SAP CRM eBook !!

    Want to know more about SAP CRM ? Buy the book that has all the popular tips. Send your request to - sapbytes@gmail.com

Process to Get Partner function (BP Address) related to Sales Order

Posted by crmQ on July 26, 2008

Using table CRMC_OBJECTS try to locate the entry “partner” and get the corresponding object type 7.

From table CRMD_ORDERADM_H take the GUID and select the entries in table CRMD_LINK table. Select the entry which has the objtype set = 7 and objtype_hi = 5. Get the corresponding GUID_SET entry.

Using the GUID_SET entry, select the entries in the CRMD_PARTNER table. Select the entry for the partner function you want to investigate. Get the corresponding address number.

Using this address number we can get the address information for the partner from ADRC table.

 

Source – www.erpgenie.com

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>