Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

FORM - DEFINITION, IMPLEMENTATION - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


FORM subr DEFINITION [ ... ]. 

FORM subr IMPLEMENTATION.
  ...
ENDFORM.

Effect

Obsolete

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.