Get Example source ABAP code based on a different SAP table
ABAP_RAP - Base BDEF Extension A base BDEF extension> is a repository object that extends a RAP behavior definition of type managed or unmanaged using the statement extension>. As a prerequisite, the respective BDEF must explicitly allow extensions as described in topic Extensibility Enabling for RAP BOs>. The following image shows the possible components of a BDEF extension: IMAGE BDEF_extension_intro.jpg 707 553
The BDEF extension header> is a mandatory component that starts with extension>.
An entity behavior extension > is an optional component. It extends the behavior of an existing RAP BO entity. It starts with extend behavior for>.
An extension entity behavior> is an optional component that defines the behavior for an extension node. It starts with define behavior for>.
An authorization context for disable> can be added or a full authorization context > may be extended.