SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
FORM - DEFINITION, IMPLEMENTATION - Short 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