cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Shopping cart number from confirmation refering ECC PO

Former Member
0 Kudos

Hi Experts,

my scenario is like Shopping cart in SRM, PO in ECC and confirmation is in SRM. I need to get Shopping cart number from Confirmation. it shows all document links in confirmation tracking tab. Is there any table or Function module I can use for this.

I have attached screen shot for ref.

Thanks,

Santosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Santosh,

You can use the below logic for your requirement. You will have to write a logic for the same

a)Get header GUID of Confirmation number from BBP_PD (BUS2203)

b) Under FM BBP_PD_CONF_GETDETAIL, provide

     I_GUID                        Confirmation GUID

     I_OBJECT_ID               Confirmation Number

You will get PO number from under E_HEADER from BE_REFOBJ 

c) Pass this PO number to BE_OBJECT_ID field under BBP_PDBEI table.

d) Take the GUID where BE_OBJECT_TYPE = BUS2201.

    

e) Pass this GUID into CRMD_ORDERADM_I table and get Header GUID

f) Pass the Header GUID into CRMD_ORDERADM_H table to get the Shopping cart number under the field 'Transaction No'.

Regards,

Nikhil

Former Member
0 Kudos

Thanks for the answer, I also figured out the same, only in step d) need to pass BUS2121

Answers (0)