Get Example source ABAP code based on a different SAP table
• FOR MODIFY METHODS • FOR CREATE FOR MODIFY • FOR UPDATE FOR MODIFY • FOR DELETE FOR MODIFY • FOR ACTION FOR MODIFY • REQUEST FOR MODIFY • RESULT FOR MODIFY
What does it do? Handler methods > that are used for changing operations on RAP BO entities> and operation augmentation>. They must be defined and implemented in a handler class> of an ABAP behavior pool>. A single method can include multiple, different operations during one processing step. 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 an action. It is possible to combine operations in one method.
ABAP_VARIANT_1 ... CREATE bdef ...>
What does it do? Handles create operations. See more details and the required BDEF notations for the variant in the following topics:
im_par_mod>: Includes the RAP BO instances> 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>>).