ABAP Keyword Documentation →  ABAP − Short Reference → 

FORM - DEFINITION, IMPLEMENTATION - Short Reference

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