cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart to Purchase Order

Former Member
0 Kudos

Dear All,

Is there any FM available where through GUID of shopping cart we can find out the PO no. In our scenario, PO is created locally from shopping cart.

Best wishes,

Atanu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Atanu,

easy way to find the PO from SC GUID is the transaction: BBP_PD .

You write the SC GUID and can check all data, e. g. the follow-on document (PO) in item data.

Regards

Laszlo

Former Member
0 Kudos

Hi Atanu,

Pleae look into the function module BBP_PD_SC_GETDETAIL.

Look for the structure E_ITMLIM_REL and field OBJTYPE_A = BUS2201001.

Here you will find out the PO GUID in the field HDR_GUID_A.

Use this GUID in table CRMD_ORDERADM_H and find out the PO Number.

Thanks,

Pradeep

Former Member
0 Kudos

Hi Pradeep,

There is no line item with OBJTYPE_A = BUS2201001. But there are line items with OBJTYPE_A = BUS2121001. Please can you find any alternative?

Thanks and regards,

Atanu