What does it do? Handler method > that is used for the precheck>. It must be defined and implemented in a handler class> of an ABAP behavior pool>. The method name meth> can be chosen freely. bdef> is the name or the alias of the BDEF>, assoc> the name of the association, and action> the name of the action. See the required BDEF notations in the following topic: RAP BDL - precheck>.
ABAP_VARIANT_1 ... CREATE bdef ...>
What does it do? Handles the precheck for create operations>. Method parameters:
IMPORTING>> parameter:
im_par_pre>: Includes the entities to be created. It is an internal table of type TYPE TABLE FOR CREATE bdef>>. The parameter can also be passed by reference (see REFERENCE>>).