Ansicht
Dokumentation

ABAPFORM_DEFINITION_SHORTREF - FORM DEFINITION SHORTREF

ABAPFORM_DEFINITION_SHORTREF - FORM DEFINITION SHORTREF

rdisp/max_wprun_time - Maximum work process run time   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

FORM, DEFINITION, IMPLEMENTATION

Reference



Syntax

FORM subr DEFINITION [ ... ].

FORM subr IMPLEMENTATION.
  ...
ENDFORM .


Effect

Obsolete: 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. between FORM and ENDFORM.





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

Length: 1169 Date: 20240419 Time: 034905     sap01-206 ( 25 ms )