cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart Table in Backend

Former Member
0 Kudos

Hi,

is there any table to find out the shopping cart number in back end.

please help me out on this.

Regards,

sss

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

no . I think you may require development

br

muthu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

thank you.

samar_jose2
Contributor
0 Kudos

Hi, If you want this information to flow to ECC then you will have to map the scart number to the tracking number field BEDNR in ECC. This can be done by implementing BADI. Its a pretty simple job for an Abaper.

I hope this helps.

Rgds

Saj

ricardo_cavedini
Active Contributor
0 Kudos

Hi,

Actually the "Shopping cart" itself only exists in SRM system. It can be generated from a backend PR or it can generate a Purchase Order / Purchase Requisition which are sent to backend.

Table BBP_PDBEI provides the interaction between SRM and backend. If you inform the GUID item in table BBP_PDBEI at SRM side, it will be displayed which kind of follow-on document has been created in ECC (BUS2012 for PO, BUS2105 for PR) as well as its number.

Kind regards,

Ricardo