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

List of SC's with company codes

Former Member
0 Kudos
294

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

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.