on 2009 Jul 01 3:21 PM
Hi Experts!
Do you know of any table in SRM making the direct linkage (within one row of data) between a shopping cart and its corresponding Purchase order ?
Thanks in advance for replies!
Regards,
Mahesh
Request clarification before answering.
Hi Mahesh,
You can use the FM: BBP_PD_PO_ITEM_GETDETAIL.
Enter the PO Item GUID as input and in E_ITEM-SRC_GUID you will get the SC Item GUID.
Pass this SC Item GUID in table CRMD_ORDERADM_I and you will get the item details of the SC and in the field NUMBER_INT you will find the item number of the SC.
Thanks,
Pradeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
According to answers, we can use :
-> A standard report (BBP_BW_SC2)
--> The table BBP_PDBEI
as recommended by our experts!
We can also use the GM BBP_PD_PO_ITEM_GETDETAIL that requires a little more manipulation of data.
Thanks Experts!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mahesh,
You can use standard report, Monitor shopping cart BBP_BW_2. This shows list of shopping cart, transmission status & its follow on document.
Hope this might help.
Thanks
Ashutosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.