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: 

Transfer Parameters to other Users

Former Member
0 Kudos

Hi !

Is it possible to transfer the parameters of User "A" to User "B" ? ... and how to do it ??

Regards

Rainer

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

what parameters you want to trnasfer.

Regards

vijay

0 Kudos

Hi !

The user specific parameters that can be set in the SU3

Regards

Rainer

0 Kudos

Hi,

you need to copy the user master record for user A to user B.

user master tables USR01,USR02,etc..

programatically collect the data of user from the above tables, and try to change the data of user B with the above data.

Regards

vijay