cancel
Showing results for 
Search instead for 
Did you mean: 

how to disabled 'user settings' in ALV by right clicking

former_member210967
Participant
0 Kudos

Hi,

How to disable the 'user setting' context menu and corresponding popup after right clicking in the ALV.

I already tried parameter wddisableuserpersonalization = X but still I can do a right click and go to user settings.

Hope you can provide the right solution/method etc.

Thanks, John

Accepted Solutions (0)

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi John,

that is strange. If you have gone to your WebDYnpro Application into Tab "Parameters" and already set the Parameter

"WDDISABLEUSERPERSONALIZATION" to value 'X'. The user cannot use personalization anymore and it shouldn't appear in Context Menu anymore.....spooky...

Is this how you did it?..

regards, Lukas

former_member210967
Participant
0 Kudos

Yes this is how I did it.

gill367
Active Contributor
0 Kudos

open SICF

/sap/bc/webdynpro/sap/wd_global_setting

run this service

and disable the parameter for personalization

check the box "Do Not Allow Personalization by the User:"

thanks

sarbjeet singh

former_member210967
Participant
0 Kudos

Tickbox is filled I see

Is there a solution to disable the right click by a method ?

Former Member
0 Kudos

Hi John,

Try this... methods

lr_alv_config->if_salv_wd_std_functions~set_dialog_settings_allowed( abap_false ).

lr_alv_config->if_salv_wd_std_functions~set_display_settings_allowed( abap_false ).

Cheers,

Kris.

former_member210967
Participant
0 Kudos

no, still possible.

Former Member
0 Kudos

Hi

Try by using all methods.. set all as ABAP_FALSE

SET_DIALOG_SETTINGS_ALLOWED

SET_DIALOG_SETTINGS_AS_POPUP

SET_DISPLAY_SETTINGS_ALLOWED

Cheers,

Kris.

former_member210967
Participant
0 Kudos

no unfortunately not working.

gill367
Active Contributor
0 Kudos

is it checked or filled by an asterisk ...

check it and save it..

then right click there it self you will only two option in context menu "display quick help" and "more field help".

other than that parameter method is there ...

but you have already tried that ..

thanks

sarbjeet singh

former_member210967
Participant
0 Kudos

It works on development but no ton acceptance. That is strange. Can it be that it has something to do with authorisation settings ?

Cheers, John

Lukas_Weigelt
Active Contributor
0 Kudos

Hi,

In my opinion this has nothing to do with auth settings... Has everything been transported cleanly?

You should double check the settings on your Acceptance machine, especially considering WD_GLOBAL_SETTING. If User-Personalization is allowed here, it will overwrite everything else.

Maybe also check WD_ANALYZE_CONFIG_USER on Acceptance machine and delete all personalizations for the user you are testing with. I once successfully messed up my Personalization with conflicting entries there...

best regards, Lukas