Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to add more Parameter entries against a user id

Former Member
0 Kudos
173

Hi All

I am looking for a BAPI that assign parameter entries against a user id (tab 'parameter' if use tran SU01 for a user id) - the one that i am looking is similar to the 'BAPI_USER_ACTGROUPS_ASSIGN' which assign roles against a user id.

I have looked in SDN for anything that may listed under PARAM but what I found are not related - If you have any ideas - please post me a line - Thanks

2 REPLIES 2

Former Member
0 Kudos
96

Hi,

Search with BAPI_USER_*

and see if BAPI_USER_PROFILES_ASSIGN or BAPI_USER_CHANGE can help.

Regards,

Atish

Former Member
0 Kudos
96

Thanks for your reply

I already tried "BAPI_ASSIGN_PROFILE.." - It assigns values to the 'profile' tab on the user detail screen - what I want is the 'parameter' tab ..Any ideas?