cancel
Showing results for 
Search instead for 
Did you mean: 

Table containing both SC and PO number

Former Member
0 Kudos

Hello experts,

Can any one among you let me know the table consisiting of both Shopping cart and purchase order number in SRM.

I appreciate your quick response, and be rewarded with desired points.

regards,

IGA.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

resolved

Former Member
0 Kudos

Hi,

For Classic scenario,ou can pass the Line Item GUID (CRMD_ORDERADM_I) of the shopping cart to the table BBP_PDBEI ( field GUID) and get the PO details.

All the SC details can be seen in table CRMD_ORDERADM_H(Header) and CRMD_ORDERADM_I(Item).

You can also use the FM 's:

Shopping Cart: BBP_PD_SC_GETDETAIL.

PO: BBP_PD_PO_GETDETAIL.

IF you are on ECS,then the local PO and SC details can be found in the tables CRMD_ORDERADM_H(Header) and CRMD_ORDERADM_I(Item).

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

I just tried to do what you have said, I have given the line item GUID of the shopping cart to the table BBP_PDBEI.

In that table in GUID field I have given no as 28BD3247F311B866E1000000C0A84371, and executed but I could not see any po number, could you please give me the flow as an example. I appreciate your quick response.

regards,

IGA.

Former Member
0 Kudos

hi,

If you are on classic scenario,pass the SC ITEM GUID to the table BBP_PDBEI,then in the field "BE OBJECT ID" ,you should see the follow on doc number created.In your case if the follow on doc is PO,you will see the PO number in the field "BE OBJECT ID".

Also make sure you are passing the SC ITEM GUID and not the HEADER GUID to the table BBP_PDBEI..

BR,

Disha.

P.S. Do reward points for useful answers.

Former Member
0 Kudos

Hi,

There is no direct table to show this. However this is seen in transaction BBP_PD.

Alternatively table BBP_PDBEI will show Purchase document and also Item level GUID of the Shopping Cart.

Hope this helps.

Clarifications are welcome.

Thanks

Venkat