‎2008 Aug 27 10:26 AM
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.
‎2008 Aug 27 10:31 AM
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.
‎2008 Aug 27 11:40 AM
is there any way to access directly to the log file and not via the sap gui?
tx,