SAP BDL EXTENSION HEADER



Get Example source ABAP code based on a different SAP table
  



ABAP_RAP - BDEF Extension Header

ABAP_SYNTAX
...
$[implementation in class ClassName unique;$]
$[with privileged mode disabling ContextName;$]
...

What does it do?
The following elements are supported in a BDEF extension header:
implementation in class ClassName unique: specifies an extension ABAP behavior pool for the extension behavior implementation of a BDEF extension. Optional and only required if the BDEF extension defines implementation-relevant components.
with privileged mode disabling AuthContext: Enables BDEF privileged mode. The effect is that the authorization context for disableContextName is automatically disabled when a RAP BO consumer accesses the business object in question with a privileged EML call.