SAP HANDLER METH NUMBERING ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• FOR NUMBERING METHODS
• FOR CREATE FOR NUMBERING

FOR NUMBERING, RAP Handler Method

ABAP_SYNTAX
Handler method definition:
METHODS meth $[ FINAL$]
FOR NUMBERING
$[ IMPORTING$] ${ REFERENCE (im_par_num) $| im_par_num $}
FOR CREATE bdef
$[CHANGING ${ $[failed TYPE data$] $[reported TYPE data$] $[mapped TYPE data$] $}$] .

What does it do?
Handler method that is used for the early numbering. 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. The method is implicitly triggered during an ABAP_EML create request.

Method Parameters
IMPORTING parameters:
im_par_num: Includes RAP BO instances for which early numbering should be executed. It is an internal table of type TYPE TABLE FOR CREATE. The parameter can also be passed by reference (see REFERENCE).
CHANGING parameters: