cancel
Showing results for 
Search instead for 
Did you mean: 

vendor/purc. org for a contract

Former Member
0 Kudos

Hello Friends

Is there any table that stores the vendor / Purch. org related to a particular contract / Shopping cart?

I tried looking thru BBP_PD but was unable to establish a relationship based on GUID's!!

Looking forward for your help.

Regards

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

sergey_tuzov
Explorer
0 Kudos

Dear Ankur.

Try to look up table BBP_PDORG

which is related to SC as following:

BBP_PDORGSET_GUID = CRMD_LINKGUID_SET

AND CRMD_LINKGUID_HI = CRMD_ORDERAMD_IGUID

But the best way to retrive contract's purch. org is using FM for contract BBP_PD_CTR_GETDETAIL

with input parameter I_READ_FLAGS-ORGDATA_TAB = 'X'