cancel
Showing results for 
Search instead for 
Did you mean: 

List of POs for a Shopping Cart Item

Former Member
0 Kudos

Is there a function module that will return the list of POs on which a shopping cart item appears?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can get the list of PO's for the item using BBP_PD_SC_ITEM_GETDETAIL.

Execute the FM BBP_PD_SC_ITEM_GETDETAIL with the Item Guid.

In the result tables E_ITM_REL -HDR_GUID_B will give you the PO Guid.

You can get the PO number using the PO Guid .

Regards,

Sapna

Answers (1)

Answers (1)

Former Member
0 Kudos

HI ,

This is requirement to create some enchancements or just information.

If information you can check the related documents tab in SC .

Hope this helps

- sam