Show TOC

 IF_WD_PERSONALIZATIONLocate this document in the navigation structure

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.

Methods

SET_CONFIG_KEY

Method for setting the configuration key for saving the configuration later.

GET_STATE

Method for getting information about the current loading status.

LOAD_CONFIG_BY_KEY

Method for loading a configuration or personalization.

GET_VARIANTS

Method for getting a list of configuration variants.

ENTER_CHANGE_MODE

Method for toggling to change mode.

SAVE

Method for saving personalization data.

DELETE

Method for deleting personalization data.

GET_VALID_PERS_SCOPE

Method for getting the maximum scope for saving.

GET_DEFAULT_VARIANT

Method for getting the default for the personalization.

RESTRICT_IMPL_PERS

Method for restricting the implicit personalization.

UPDATE_IMPL_PERS

Method for updating the implicit personalization after changing a UI dynamically.

GET_VARIANTS_FOR_SUBCOMPONENT

Method for getting the list of configuration variants.

SAVE_NEW_VARIANT

Method for saving the personalization data.

SET_DEFAULT_VARIANT

Method for setting the default for the personalization.

TRANSPORT_ALLOWED

Method for specifying whether or not data transport is allowed.

IS_IMPLEMENTATION_SUPPLIED

Method for testing whether or not an implementation is specified for a usage.

SUPPORT_DELTA_HANDLING

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.

Note

For more information about the methods of this interfaces see the method documentation stored in the system in the IF_WD_PERSONALIZATION methods.

GET_TABLE_READER

Method that delivers the table interface for reading the configuration data.

More information: DEMO_CONFIG_TABLE_READER