cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to get User details

Former Member
0 Kudos

Hi gurus,

I want to display the User who creating the Shopping Cart in Smart forms output. I found the table but000 but cant get directly from this table, which has to be linked to too many tables to get the data. So Will you pls suggest any function module available for this or any other way to get user details.

Thanks,

Suguna.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

1. Run BBP_PD_SC_GETDETAIL

2. Read data from E_HEADER- CREATED_BY

3. Pass this Id to BP_CENTRALPERSON_GET we will get the full name of the user who created the shopping cart.

Best Regards,

Sapna

Former Member
0 Kudos

Hi Suguna,

You may use FM BBP_PD_SC_GETDETAIL to get the user ID of the shopping cart creator.

Then use USR21 table to get PERSNUMBER using the user ID. Then use ADCP, ADR6 and ADRP tables to get other user details.

Regards,

Kezia

former_member183819
Active Contributor
0 Kudos

FM BP_CENTRALPERSON_GET i/p - SAPuser id

regards

muthu

Former Member
0 Kudos

HI,

SUSR_USER_ADDRESS_READ - i guess using this fn. mod. also i can get user details. Pls reply..

Thanks and Regards,

Suguna

Former Member
0 Kudos

Hi,

As per above kezia told better you can you bbp_pd_SC_gET_DETAILS Function module to get user details

Thanks

prasad.s