Hello All,
I have few columns in a table and I have created an application configuration along with component configuration.
In the component configuration I have set few columns to invisible.
In webdynpro component I want to read the details like which column is set to invisible etc.
I have searched in the class CL_WD_TABLE_COLUMN.
In debug I saw the values are held in the variables PL_VISIBLE and IP_VISIBLE.
The method GET_PERS_PROP is protected.
I have checked through the API method get_personalization_manager.
I am able to get the configuration name, but not it properties.
The method get_personalization_manager gives reference variable CL_WDR_ADAPTATION_HANDLER.
In this class CL_WDR_ADAPTATION_HANDLER, the variable M_PERS_SERVICE(type IF_WDR_PERSONALIZATION_SERVICE).
This class CL_WDR_P13N_SERVICE(type IF_WDR_PERSONALIZATION_SERVICE) , has variable MT_P13N_APPLY, which is private,
holds the properties of all the configuration done.
Is there any way to read the component configuration values.
With regards,
Sandeep Akella