Paylaş.
SAP ABAP Parameters bilgilerini güncellemek. ek olarak aşağıdaki fonksiyon BAPI lerini kullanabilir siniz.
SWUP__WRITE_USER_PARAMETERS
SUSR_USER_PARAMETERS_GET
SUSR_USER_PARAMETERS_PUT
SUSR_USER_BUFFERS_TO_DB
Kaynak : http://sapuniversity.eu/how-can-you-check-which-user-parameters-are-set-for-a-user/
When talking about User Parameters, I am referring to the ones you can set in your SAP User Master Record (SU01).
Usually the User administrator will maintain specific generic user parameters for all users.
At most companies, users are also allowed to maintain their own user parameters using the transaction code SU3 – assuming they have access to the SAP GUI.
Example:
How can you find back this information?
The first option to find back this information >> User parameters are stored in table USR05.
Launch the transaction code SE16 and call up the table USR05.
Fill out the User ID for which you want to do a certain check in the field “User” and press the button EXECUTE.
A second option is using the function module SUSR_USER_PARAMETERS_GET
Launch the transaction code SE37 and enter the function module.
Press the button
In the field USER_NAME enter the User ID for which you want to check the user parameters.
Press “Execute” or
Click on the Result!
VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Nis 29 2015
SAP SU01 User Parameters ID set get put fonction SWUP__WRITE_USER_PARAMETERS, SUSR_USER_PARAMETERS_PUT
Paylaş.
SAP ABAP Parameters bilgilerini güncellemek. ek olarak aşağıdaki fonksiyon BAPI lerini kullanabilir siniz.
Kaynak : http://sapuniversity.eu/how-can-you-check-which-user-parameters-are-set-for-a-user/
When talking about User Parameters, I am referring to the ones you can set in your SAP User Master Record (SU01).
Usually the User administrator will maintain specific generic user parameters for all users.
At most companies, users are also allowed to maintain their own user parameters using the transaction code SU3 – assuming they have access to the SAP GUI.
Example:
How can you find back this information?
The first option to find back this information >> User parameters are stored in table USR05.
Launch the transaction code SE16 and call up the table USR05.
Fill out the User ID for which you want to do a certain check in the field “User” and press the button EXECUTE.
A second option is using the function module SUSR_USER_PARAMETERS_GET
Launch the transaction code SE37 and enter the function module.
Press the button
In the field USER_NAME enter the User ID for which you want to check the user parameters.
Press “Execute” or
Click on the Result!
By Burhan KARADERE • Bilişim - IT Haber • 0 • Tags: bapi, fonction, fonksiyon, parametrs, SAP, SUSR_USER_PARAMETERS_GET, SUSR_USER_PARAMETERS_PUT, SWUP__WRITE_USER_PARAMETERS, user, usr, usr5