cancel
Showing results for 
Search instead for 
Did you mean: 

SRM5.0: PO number --> GUID

Former Member
0 Kudos

Hello Masters!

What can I use to retrieve GUID from Purchase Order number?

Thanks for your replies.

PT

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can get the GUID of the Purchase Order from the table CRMD_ORDERADM_H.

If you pass the value of the PO to OBJECT_ID, you will get the header details along with GUID.

Regards

Kathirvel

Former Member
0 Kudos

Thanks a lot for your replies.

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Pierre,

If it is for an ABAP development, you can use function module BBP_PD_PO_GETDETAIL.

If it is for your own information, use BBP_PD transaction.

Regards.

Laurent.