ABAPFORM_DEFINITION_SHORTREF - FORM DEFINITION SHORTREF

Vendor Master (General Section)   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

FORM - DEFINITION, IMPLEMENTATION

Reference



Syntax

FORM subr DEFINITION [ ... ].

FORM subr IMPLEMENTATION.
  ...
ENDFORM .


Effect

Defines a subroutine subr. The definition of the subroutine is shared between a declaration part and an implementation part.

Additions

  • DEFINITION
    Declaration part of the subroutine. The declaration of the parameter interface is the same as in FORM.

  • IMPLEMENTATION
    Implementation part of the subroutine. The implementation takes place between FORM and ENDFORM.





ABAP Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.


Length: 1146 Date: 20120522 Time: 060059     triton ( 38 ms )