Mapping-level default values
Usually, you will establish default values as you design the methods for each business object. However, you might also decide to establish some default values at the data-source mapping level. When you do this, your settings will apply to all methods of all business objects that use that mapping. This can be convenient for establishing very basic defaults that will apply to many methods at once, such as when selecting records to match the current user’s preferred language. These will be overridden by business object method settings if they exist.
Default values can be set for both table mappings and stored-procedure mappings.
Unlike default values established at the business-object level, those made at the mapping level apply directly to specific tables and fields from the data source rather than through the attributes of the business object.
Mapping-level defaults are only used by update and insert methods. They establish default values for attributes for cases where no value has been set by the business object method.
To set mapping-level default values