cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PDACC GUID

Former Member
0 Kudos

Hi experts

i'd like to know if there is a link between the guid into table BBP_PDACC and Header GUID.

How is possible to link data into BBP_PDACC to another point of the object (for example contract)?

regards

andrea

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Andrea,

using BBP_PDACC-SET_GUID, select GUI_HI from CRMD_LINK where GUID_SET = BBP_PDACC-SET_GUID.

Here, GUI_HI is the purchasing document item GUID.

With this value, use BBP_PD_*_ITEM_GETDETAIL to get your purchasing document header GUID (export parameter E_ITEM-PARENT) or select HEADER from CRMD_ORDERADM_I where GUID = CRMD_LINK-GUI_HI.

Regards.

Laurent.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Relationships goes as it follows:

Table: BBP_PDACC-Field: SET GUID. Select that value and go to Table CRMD_ PARTNER-Field: OBJECT GUID ( Guid Set). Press execute.

Table CRMD_PARTNER-Field: OBJECT GUID (Guid HI). Select the value and go to table CRMD_ORDERADM_I-Field: OBJECT GUID. Press Execute.

Table CRMD_ORDERADMI-Field: OBECT GUID ( Header)>Object header GUID you are looking for.

Hope this helps,

Regards,

Ab.