cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need technically the linkage between Shopping Card and PO (SRM).....

Former Member
0 Likes
300

Hi SAP Gurus,

I am using SAP SRM 7.0 and wanted to find out:

1) Technically the linkage between Shopping Card and PO (SRM). (Basically looking for required table names and the fields)

2) Technically the linkage between Shopping Card and Reservation (SRM) . (looking for required table names and the fields)

Thanks....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi harpal

BBP_PD_SC_GETDETAIL -FM

o/p

E_HEADER_RE - OBJID_A ( HERE YOU GET PR VALUE)

muthu

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Please go to BBP_PD transaction and open the SC then select the item. You can fild following information.

Table BBP_PDBEI

CLIENT 100

GUID DDC1DD8D6A943DF1881A00505631332B

BE_LOG_SYSTEM PRDCLNT100

BE_OBJ_ITEM 00010

BE_OBJECT_TYPE BUS2201(SRM PO), BUS2012(Backend PO), BUS2105(backend Purchase Requisition), BUS2093(backend Reservation)

BE_OBJECT_ID 4000000015

You can call FM BBP_PD_SC_GETDETAIL to get those value.

Regards,

Masa

Former Member
0 Likes

Hi Masa

It is very useful, Only question is how to get what is the final status of shopping Card as i m getting lot of statuses in FM BP_PD_SC_GETDETAIL for particular shopping Card.

Thanks...

SE12
Advisor
Advisor
0 Likes

Hi,

I have attached a document that shows all the different status that the cart can have. If you view all the status of the shopping cart given in BBP_PD and compare to this document then the final status, as you follow the arrows, is the one that the cart has.

Kind regards,

Siobhan

Former Member
0 Likes

Hi Siobhan

Thanks.

Why SAP does not show in the WEB with status of COMPLETED shopping carts. This is one of my business concern.

Muthu

SE12
Advisor
Advisor
0 Likes

Hi Muthu,

I think it is because this status is never the current status of the document. For example, a document that has status I1038 (complete) will also have status I1131 (template) or I1009 (held) or I1106 (ordered), when you view it in BBP_PD. Is there a situation where you can have a cart with status completed but none of the follow-on status mentioned above?

Kind regards,

Siobhan

Former Member
0 Likes

Hi Siobhan

thanks. but every customer wants to know what happened to his cart if the status is COMPLETED or not. Why SAP missed this small piece of functionality to show COMPLETED status via WEb transaction. I can see only this via REDISTRIBUTION WORKLOAD transcation status. right hand side green tick mark. this green mark totally mislead every body. mixuter of status shows green tick mark (COMPLETED + FOLLOW ON DOCUMENT CREATED etc) in redistribution mark.

Appreciate your reply .

I tell you in detail .

for ex CART went to ERROR IN PROCESS but no where the requestor can see his cart and he got dismayed and admin can see his cart . ok. if i go see in redistribution menu it shows COMPLETED logo. it mislead whole business.

Muthu

Former Member
0 Likes

Thanks All of u who participated here....