Creating Default Bundles
Use
When you call the constructor of a customizing bundle it automatically calls the method IF_CUSTOMIZING~SET_DEFAULTS. This method ensures that there are default customizing settings to determine the appearance of the graphic in case the application does not make its own settings.
You can also call this method to reset the attribute values of a customizing bundle.
Integration
The default values are specified in the constructor method of the customizing bundle.
Prerequisites
An instance of the relevant customizing bundle has been created.
Features
You can reset all the attributes to their default values using the method IF_CUSTOMIZING~SET_DEFAULTS - this means that constructor default settings are used. Any display contexts that exist are removed.