on 2011 Mar 08 3:41 AM
Hi,
I have list of 100 shopping carts where i need to identify the respective company codes in a single shot i.e at a time like report.
Do we have any tcode or FM to get the same.
Thanks and Regards,
Sri Naveen Dasari.
Request clarification before answering.
You can get the company code by executing below tables in sequence.
1. table CRMD_ORDERADM_H, input OBJECT_ID (shopping cart no) & output GUID.
2. table CRMD_ORDERADM_H, input HEADER ( GUID obtained in step 1) & output GUID
3.table BBP_PDBEI, input GUID obtained in step 2 & output BE_CO_CODE i.e company code.
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.