SAP BDL ACTION DEFAULT FACTORY
Get Example source ABAP code based on a different SAP table
ABAP_RAP - Default Factory Action
ABAP_SYNTAX
$[(
$[
$[
$[
)$]
ActionName $[external 'ExternalName'$]
$[
[1]>
What does it do?
Exactly one static factory action per
The addition
Possible
ABAP_AVAILABILITY
ABAP_AVAILABILITY_END
ABAP_RESTRICTION
The specification of default factory actions in a
ABAP_RESTR_END
ABAP_EXAMPLE_VX5
The following example shows a managed BDEF which defines a static default factory action:
BDEF DEMO_RAP_DEFAULT_FACTORY_A
The projection BDEF reuses the static default factory action from the base BDEF and specifies a new static default factory action. Consuming frameworks consider the static default factory action from the projection BDEF as default.
BDEF DEMO_RAP_DFA_PV
ABAP_EXAMPLE_END
