Application Development and Automation 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: 
Read only

BAPI Authorizations

Former Member
0 Likes
482

Hi guys,

I need to use the following BAPIs:

1. BAPI_USER_CHANGE

2. ME_USER_CHANGE_PASSWORD

I need to know what is the minimal authorizations a user needs in order to call these functions - the ahotorizations that related to the user that openes the connection:

e.g.

1. logon with some sap admin

2. reset some user pass with BAPI_USER_CHANGE

3. change some user pass with ME_USER_CHANGE_PASSWORD (user,old_pass,new_pass)

tx,

s.

2 REPLIES 2
Read only

Former Member
0 Likes
440

you can switch on authorization trace in ST01 and then test run the function modules in SE37. After that, you can check the log in ST01 for the authorization checks. FYI.

Read only

0 Likes
440

is there any way to access directly to the log file and not via the sap gui?

tx,