cancel
Showing results for 
Search instead for 
Did you mean: 

Table making direct link between shopping cart and PO

Former Member
0 Kudos

Hi Experts!

Do you know of any table in SRM making the direct linkage (within one row of data) between a shopping cart and its corresponding Purchase order ?

Thanks in advance for replies!

Regards,

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahesh,

You can use the FM: BBP_PD_PO_ITEM_GETDETAIL.

Enter the PO Item GUID as input and in E_ITEM-SRC_GUID you will get the SC Item GUID.

Pass this SC Item GUID in table CRMD_ORDERADM_I and you will get the item details of the SC and in the field NUMBER_INT you will find the item number of the SC.

Thanks,

Pradeep

Answers (2)

Answers (2)

Former Member
0 Kudos

According to answers, we can use :

-> A standard report (BBP_BW_SC2)

--> The table BBP_PDBEI

as recommended by our experts!

We can also use the GM BBP_PD_PO_ITEM_GETDETAIL that requires a little more manipulation of data.

Thanks Experts!

Former Member
0 Kudos

Hello Mahesh,

You can use standard report, Monitor shopping cart BBP_BW_2. This shows list of shopping cart, transmission status & its follow on document.

Hope this might help.

Thanks

Ashutosh

former_member206968
Active Contributor
0 Kudos

Hi,

If you know the Shopping cart item guid, then you can get PO no. from table bbp_pdbei, field - be_object_id.

Regards,

Sanjeev