cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping carts - Follow on documents table name

Former Member
0 Kudos

Hi

Please tell me the table names where I can find Shopping cart and its follow on documents (PO.. etc) in SRM (in Both Classic and extended classic ).

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check the tables BBP_PDBEH & BBP_PDBEI you can find the follow on documents.

Former Member
0 Kudos

Hi All

Thanks for your answers.

The above link only gives the backed information.

What I need is, I have a PO no, using that I want to figure out the shopping cart no. Is there any FMu2019s , Tables links.

Thanks a lot in advance.

Former Member
0 Kudos

Hi,

Surender already gave you these tables.

In BBP_PDBEI you can provide the PO number and you will get the shopping cart item GUID.

Regards,

Nikhil

Former Member
0 Kudos

If you have a PO number and looking for a SC, then go to BBP_PDIGP and the give the PO item GUID and then get SRC_GUID which is nothing but the SC Item GUID.

You can give this SC Item GUID in table CRMD_ORDERADM_I-GUID and pick up the PARENT which is SC GUID and then Give this to CRMD_ORDERADM_H-GUID to get the SC Object ID.

Hope this helps.

and when to go to BBP_PD you can figure out all the tables and links between them.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Santhosh,

Why don't you check the BBP_PD log of your SC to get all possible tables?

Meanwhile you could use this as well: http://wiki.sdn.sap.com/wiki/display/SRM/SRM+Tables

Regards,

Nikhil