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