cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PDORG

Former Member
0 Kudos

HI GURUS!

I'm looking for GUID to enter in BBP_PDORG.

Where I can find the right GUID in the header SRM tables?

I don't find it in CRMD_ORDERADM_H and in BBP_PDHGP.

Do you know the difference between GUID and SET_GUID?

Thanks in advance.

Regards, Titticy

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Source SDN:-

the "BBP_PDORG" is item related table, so you get the linkage in two steps:

1) BBP_PDORG (organization) <----> CRMD_ORDERADM_I (item)

Table: CRMD_LINK

Write the BBP_PDORG-SET_GUID into the CRMD_LINK-GUID_SET. As a result you will get the CRMD_LINK-GUID_HI (this is a GUID of the CRMD_ORDERADM_I).

2) CRMD_ORDERADM_I (item) <-----> CRMD_ORDERADM_H (header)

In the item table you have the GUID of the header: CRMD_ORDERADM_I-HEADER

Former Member
0 Kudos

Thanks Muthu!

Former Member
0 Kudos

I was looking for the way to link BBP_PDORG to the business document and your answer really helps.

Just a precision : it's not true that it is linked to items. It will depends of the document type. For bid invitation for example, there's a link on the header as there a purchasing group and purchasing organisation in charge of the bid invitation.

Answers (1)

Answers (1)

former_member97292
Participant
0 Kudos

crmd_orderadm-guid  ===>  crmd_link-guid_hi  and crmd_link-objtype_set = 21

crmd_link-guid_set     ===>  bbp_pdorg-set_guid

Old thread but I wanted the objtype_set = 21 to be part of this.