cancel
Showing results for 
Search instead for 
Did you mean: 

WD ALV Personalizing > Availability for other users

peter_kraeling
Discoverer
0 Kudos

Hi there,

we have migrated a big number of users at our SPPM from account "12345678" to "ABCDEF" successfully.

It was done by programm using BAPI_USER_CLONE....

What we have lost by migration is the personalisation of  ALVs in WB ABAP.

Can anyone give a hint how to migrate personalizing of WD ALV or functions that are helpful for transferring

personalisation from one to another user.

Best regards

Manfred Klein

T-Systems

Germany

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Peter,

The personalization settings for an user can be analysed using WD COMPONENT: WD_ANALYZE_CONFIG_USER.

Here you can analyze the personalizations of all users and you can trasport the personalizations to other system and delete the personalizations.

If you want to copy the personalizations of one user "USER_OLD" to new user "USER_NEW".


Please follow the below steps

  1. Fetch data of personalizations from tables: wdy_conf_user, wdy_conf_usert, wdy_conf_usert2, wdy_conf_udef for the user "USER_OLD" and user scope "U"
  2. Replace the user "USER_OLD" by "USER_NEW"
  3. Save data of user "USER_NEW"

Note: If you want to copy only alv settings, then pass the WD component name" SALV_WD_TABLE to the table WDY_CONF_USER

Hope this helps you.

Regards,

Rama

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Peter,

Is your issue resolved?

Regards,

Rama

peter_kraeling
Discoverer
0 Kudos


Hello Rama,

sorry for the delay. 

We implemented our programm as your suggestion and it works fine !!!!

Thank you and best regards

for Peter Kraeling

Manfred Klein