IF_WD_PERSONALIZATION
The IF_WD_PERSONALIZATION interface contains a collection of methods that are used by Web Dynpro ABAP components to retrieve or change configurations and/or personalizations at runtime. This is intended especially for generically configurable components.
Method for setting the configuration key for saving the configuration later.
Method for getting information about the current loading status.
Method for loading a configuration or personalization.
Method for getting a list of configuration variants.
Method for toggling to change mode.
Method for saving personalization data.
Method for deleting personalization data.
Method for getting the maximum scope for saving.
Method for getting the default for the personalization.
Method for restricting the implicit personalization.
Method for updating the implicit personalization after changing a UI dynamically.
Method for getting the list of configuration variants.
Method for saving the personalization data.
Method for setting the default for the personalization.
Method for specifying whether or not data transport is allowed.
Method for testing whether or not an implementation is specified for a usage.
For each memory action - including actions such as the removal of a button by an end user at runtime - the system saves both the data for the implicit personalization and for the explicit personalization together. However, you can use SUPPORT_DELTA_HANDLING to specify that the system should save only the changed explicit data and not the entire content of the configuration controller.

For more information about the methods of this interfaces see the method documentation stored in the system in the IF_WD_PERSONALIZATION methods.
Method that delivers the table interface for reading the configuration data.
More information: DEMO_CONFIG_TABLE_READER