cancel
Showing results for 
Search instead for 
Did you mean: 

Relation between Backend GUID and SRM Shopping cart GUID

Former Member
0 Kudos

Hi,

I'm working on extending the grouping requirements into POs in SRM using the BAdI: BBP_GROUP_LOCAL_PO in SRM (report BBP_SC_TRANSFER_GROUPED).

The GUID used by the table ITEM_DATA in this does not match any GUID of the header or item data in SRM (I cannot find the same GUID for a particular shopping cart in the transaction BBP_PD). I basically need to use the GUID from the ITEM_DATA table and get some details for a particular item using BBP_PD_SC_GETDETAIL; this is where the problem occurs - no item found for the GUID, whereas the data for that shopping cart (Object ID) exists as seen in BBP_PD.

Please help with the relation between backend and SRM GUID for shopping cart.

Regards,

Megha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

There exists any such relationship between the Backend GUID and SRM Shopping cart GUID.

<b>Have you checked tables in SRM -></b>

<u>

BBP_PDBEH Backend Specific Header Data

BBP_PDBEI Backend Specific Item Data

BBP_PDBINREL Transaction Object Linkage (EBP)

</u>

For getting the data for PO, the standard sRM function uses BAPI to retrieve the details.

The BAPIs involved in this case are

- META_PO_GETDETAIL

- META_PO_GETLIST

Hope this will help.

Do let me know, incase you still face any problems.

Regards

- Atul