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: 

set parameter id is not updating table usr05

Gaku
Explorer
0 Kudos
1,069

Hello,experts.

Set parameter id doesn't updating table usr05.

How do you update table usr05 in ECC6.0?

Thanks.

1 ACCEPTED SOLUTION

DominikTylczyn
Active Contributor
898

Hello aiueo

One possible solution: https://answers.sap.com/questions/10221525/change-user-parameters-id-from-su01.html

Best regards

Dominik Tylczynski

3 REPLIES 3

DominikTylczyn
Active Contributor
899

Hello aiueo

One possible solution: https://answers.sap.com/questions/10221525/change-user-parameters-id-from-su01.html

Best regards

Dominik Tylczynski

raymond_giuseppi
Active Contributor
898

The BAPI_USER_CHANGE has a table parameter PARAMETER (and a long value version PARAMETER1)

NB: BAPI_USER_CREATE1 and BAPI_USER_GET_DETAIL also handle this parameter.

Sandra_Rossi
Active Contributor
898

For information:

  1. SET PARAMETER ID is not intended to update the table USR05, that works as designed.
  2. USR05 (user parameters that you can see in transaction code SU01) is to set default values when the user logs in.
  3. SET PARAMETER ID is to mimic what happens when the user types some values in screen fields linked to Parameter IDs.