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