cancel
Showing results for 
Search instead for 
Did you mean: 

Creating shopping cart on behalf of

Former Member
0 Kudos

Hi,

We are creating a shopping cart on behalf of a different user.

ex : User X is creating shopping cart on behalf of User Y

Could any one let me know in such scenario in which table the details of User Y will be stored.

Thanks in Advance,

Naresh

Accepted Solutions (1)

Accepted Solutions (1)

khan_voyalpadusman
Active Contributor
0 Kudos

when a user X creates shopping cart on behalf of USER Y -->

then the details of the User Y are stored in the partner tables ---> specifically look for table CRMD_PARTNER

You can find the details of the USER Y in the following two ways -->

1) transaction SE37

2) BBP_PD_SC_GETDETAIL

3) enter the shopping cart number as input for field --> I_OBJECT_ID

4) execute --> in the result --> check for table -->ET_PARTNER --> with partner_fct = 00000016 which is for requestor

second way

1) transaction BBP_PD

2)for object_type --> enter BUS2121

3)for object Id --> enter shopping cart number

4) execute --> in the result --> check for table partner

5) click on entry --> which has 00000016 Requester

6) you will find the details....

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naresh,

SC Creator information is stored in CRMD_ORDERADM_H-CREATED_BY.

Cheers.