Entering content frame

Background documentation IF_WD_PERSONALIZATION Locate the document in its SAP Library structure

Interface IF_WD_PERSONALIZATION 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 to set the configuration key for saving the configuration later.

GET_STATE

Method to supply information about the current loading status.

LOAD_CONFIG_BY_KEY

Method to load a configuration or personalization.

GET_VARIANTS

Method to get a list of configuration variants.

ENTER_CHANGE_MODE

Method to toggle the change mode.

SAVE

Method to save personalization data.

DELETE

Method to delete personalization data.

GET_VALID_PERS_SCOPE

Method to get the scope for which the maximum can be saved.

GET_DEFAULT_VARIANT

Method to get the default for the personalization.

RESTRICT_IMPL_PERS

Method to restrict the implicit personalization.

UPDATE_IMPL_PERS

Method to update the implicit personalization after changing a UI dynamically.

GET_VARIANTS_FOR_SUBCOMPONENT

Method to get the list of configuration variants.

SAVE_NEW_VARIANT

Method to save the personalization data.

SET_DEFAULT_VARIANT

Method to set the default for the personalization.

TRANSPORT_ALLOWED

Method to specify whether data transport is allowed.

IS_IMPLEMENTATION_SUPPLIED

Method to test whether an implementation is specified for a usage.

Note

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

 

 

Leaving content frame