cancel
Showing results for 
Search instead for 
Did you mean: 

Personalization - 'WDDISABLEUSERPERSONALIZATION'

Former Member
0 Kudos

Hi,

I set up the parameter WDDISABLEUSERPERSONALIZATION to 'X' on the WD application and it works fine but it does not work for the used WD components in this application. Should I set up this parameter for the used components as well and how can I do this since this parameter can only be set on the WD application level?

Thanks.

Regards,

Amel Alic

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amel

there's an interface method of IF_WD_COMPONENT named if_wd_controller~get_personalization_manager( ). the return value is IF_WD_PERSONALIZATION,you can find some usefull method here.

to get your used component's instance :IF_WD_COMPONENT , get the used controller first(you can do this with Code Wizard),then use the method if_wd_controller->get_component( ).

Regards.

Fisher.