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

Set Parameter Id Globally for all users

Former Member
0 Likes
2,712

Hi All,

System-> User Profile->Own Data

I guess "Parameters" is the tab where we give a Parameter Id, Eg: BUK which is for Company Code and assign a Default value Eg: 1000. This will make the usage of the parameter id BUK as 1000 as default for that user.

Is there any way tat we can maintain this globally for all the users in a server/client. I guess we can do this using a zprog updating the relevant tables, but is there any way to achieve it without a program??

Hi All,

System-> User Profile->Own Data

I guess "Parameters" is the tab where we give a Parameter Id, Eg: BUK which is for Company Code and assign a Default value Eg: 1000. This will make the usage of the parameter id BUK as 1000 as default for that user.

Is there any way tat we can maintain this globally for all the users in a server/client. I guess we can do this using a zprog updating the relevant tables, but is there any way to achieve it without a program??

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
1,292

Try

CACSOA0000ELT3CACS_S_ELTPA001 Transfer Parameters (ELT)

CACS_RESET_USERPARM Change/Delete a User Parameter

CACS_SET_PARID : Set a Parameter ID with a Value

FYI

Table: USR05 User Master Parameter ID

Function Module

ACC_USER_PARAMETER_GET

ACC_USER_PARAMETER_SET

CBRC_LIB2_CALL_TRANSACTION

FI_CATT_CHG_USR05

FRML812_USER_PARAMETER_GET

G_GET_USER_PARAMETER

G_SET_USER_PARAMETER

HR_CH_MASSN_ITLIST

HR_SHIFTPLAN_SET_PARAMETER

ISCDITAGCY_UPDATES_USERPARAM_U

ISH_USR05_GET

ISH_USR05_SET

K_USER_VALUES_SAVE

MMIM_CALL_TRANSACTION

OIUPR_GET_BDC_USERID

POPUP_INFORMATION_WITH_SET_GET

RHP0_GET_USER_PARAMETER

RHP0_SET_USER_PARAMETER

SMAN_SET_USER_PARAMETER

SUSR_RFC_USER_INTERFACE

SUSR_RFC_USER_INTERFACE_40

SWU_GET_ALL_USER_FLAGS

SWU_GET_USER_FLAG

SWU_SET_ALL_USER_FLAGS

SWU_SET_USER_FLAG

.

.

Read only

Former Member
0 Likes
1,292

See transaction SU10 (User Mass Maintenance)

Read only

Former Member
0 Likes
1,292

Possibly it could be done within user roles/profiles, if you have a system access/admin team or who maintains these it may be worth asking them.