cancel
Showing results for 
Search instead for 
Did you mean: 

Get GUID from given EBELN (ABAP)

Former Member
0 Kudos

Hello experts.

I have the following situation in a ABAP report: I get the backend PO number (EBELN) from a remote function call. Now I want to figure out which PO GUID represetns this EBELN. Is there a function module in place that I can use for that?

If not, in which table(s) is/are the information/s stored?

Thanks for any hint.

Bests regards, Alex

Accepted Solutions (1)

Accepted Solutions (1)

robin_janke
Contributor
0 Kudos

Hi,

use FM BBP_PD_PO_GETDETAIL with the object_id = ebeln po number. The table is CRMD_ORDERADM_H - be careful here as there might be more entries with the same po number because of change versions.

Regards,

Robin

Answers (0)