IF_CUSTOMIZING~LOAD_CUSTOMIZING

Use

The graphics proxy uses this method to load customizing bundles from the database. You can use this method instead of calling IF_CUSTOMIZING~LOAD for every customizing bundle.

Integration

IF_GRAPHIC_PROXY~LOAD_CUSTOMIZING can be regarded as the counterpart to the method IF_GRAPHIC_PROXY~SAVE_CUSTOMIZING. The latter saves customizing bundles to the database.

Prerequisites

Customizing bundles have already been saved to the database.

Features

IF_CUSTOMIZING~LOAD_CUSTOMIZING ensures that the default values set in IF_CUSTOMIZING~SET_DEFAULTS are not used.

A customizing bundle such as a drawing area can have several contexts, for example, a title context and a legend context. When the bundle is loaded from the database these contexts automatically get loaded as well.

When you call the method you can specify that the values are to be loaded from a client other than the current client. The default client is the current client.

Activities

IF_CUSTOMIZING~LOAD_CUSTOMIZING loads customizing settings bundle by bundle from the database. These are the customizing bundles that the application previously assigned to the graphics proxy using the method IF_GRAPHIC_PROXY~ADD_CU_BUNDLE.