cancel
Showing results for 
Search instead for 
Did you mean: 

ALV layout - allow user to save globally

jakob_steen-petersen
Active Participant
0 Kudos

Hi

In Webdynpro ALV i need to control the "Save" behavior of layouts. I know that we can use the URL parameter sap-config-mode=X, but this is not an option.

I need to control it by code so i.ex. user1 can save global layouts and user2 cannot... In ALV for SAP GUI i can control theese settings in the call of the ALV, but how do i do that in WD ABAP?

Accepted Solutions (0)

Answers (1)

Answers (1)

AbhishekSharma
Active Contributor
0 Kudos

Hi Jakob,

Please have a look to standard table "wdy_conf_user". This table stores all configurations done by users.

Check if you can play around with this...

You can use WD application "WD_ANALYZE_CONFIG_USER" to see details.

Thanks-

Abhishek