cancel
Showing results for 
Search instead for 
Did you mean: 

How to get PO from BBP_PDISC

Former Member
0 Kudos

Hi,

For a given PO and item, i need to get its corresponding record in BBP_PDISC. What is the logic that links po no. to the guid in bbp_pdisc.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The GUID in the table BBP_PDISC is the item GUID for the PO items.The link will be as follows:

CRMD_ORDERADM_I(GUID) --> BBP_PDISC(GUID).

BR,

Deepti.