cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Component configuration

Former Member
0 Kudos

Hi All,

We trying to read component configuration using below standard code.

* get personalization manager

  lo_api_controller = wd_this->wd_get_api( ).

  lo_pers_manager = lo_api_controller->get_personalization_manager( ).

  CALL METHOD lo_pers_manager->GET_CONTEXT_CHANGE_ASSISTANT

    RECEIVING

      CONTEXT_ASSISTANT = lo_config_context.

  lo_pers_manager->SUPPORT_DELTA_HANDLING( ).

After the support pack upgrade EHP4 SP12 the above code it is not reading the component configuration.

If anybody has faced similar kind of issue if issue resolved please throw some light.

Regards

Sam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In the config controller we are hiding boxes based on certain criteria.

Before upgrade when we have read the attributes of Nodes we used get the names of the boxes based on we have custom logic to hide it.

After upgrade it is not getting names of the boxes in the config controller.

Expecting this issue because of personalization

0 Kudos

Hi Sampath,

What error you are getting. Is any syntax error coming while activation?

Thanks

Ananda