cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PDBEI and BBP_PDISC tables relation via GUID

Former Member
0 Kudos

Hi experts,

I have to retrieve Additional custom field data from a SC based on the Purchase Order Items.

The relation is with the following tables BBP_PDBEI and BBP_PDISC

The problem is that if this is done using the GUIDs of the BBP_PD transaction, the entry on table BBP_PDISC is reached, but if GUID is taken via table the BBP_PDBEI the GUID is different and it has no link to table BBP_PDISC.

Why is that GUID of table BBP_PDBEI is different from the GUID obtained in BBP_PD transaction for BUS2121 at item level (the one it is working)?

How can I relate the two tables BBP_PDBEI and BBP_PDISC?

Thanks!

Ezequiel

Accepted Solutions (1)

Accepted Solutions (1)

former_member195032
Active Contributor
0 Kudos

Try using standard function module

BBP_PD_SC_GETDETAIL as this will give you details of customer fields.

to read reference use FM BBP_PD_OBJREL_READ_VIA_REF with proper business object type.

Regards,Nishant

Former Member
0 Kudos

Hi,

This FM solved the problem: BBP_PD_OBJREL_READ_VIA_REF

Thanks!

Ezequiel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you tried using CRMD_LINK table?

BR,

NMK