ABAPFORM_DEFINITION - FORM DEFINITION
RFUMSV00 - Advance Return for Tax on Sales/Purchases ROGBILLS - Synchronize billing plansThis documentation is copyright by SAP AG.
FORM - DEFINITION, IMPLEMENTATION
Obsolete Syntax
FORM subr DEFINITION
[TABLES table_parameters]
[USING parameters]
[CHANGING parameters]
[RAISING exc1|RESUMABLE(exc1) exc2|RESUMABLE(exc2) ...].
FORM subr IMPLEMENTATION.
...
ENDFORM.
Effect
In this variant of the statement FORMthe definition of a subroutine subr is shared between a declaration part and an implementation part:
- The statement FORM subr DEFINITION declares the subroutine and its parameter interface. The meaningof the additions is the same as in FORM. A subroutine declaration of this type is part of theglobal declaration part of a program.
- The subroutine is implemented between the statements FORM subr IMPLEMENTATION and ENDFORM. These statements define a processing block in the implementation part of the program.
This form of the definition of a subprogram is required if a subroutine of an encapsulated package isto be called from another program. In this case, the subroutine must be declared in a definition include. If the calling program is in a different package, the subroutine declared in thedefinition include has to be published explicitly in the package interface.
Fill RESBD Structure from EBP Component Structure RFUMSV00 - Advance Return for Tax on Sales/Purchases
This documentation is copyright by SAP AG.
Length: 2600 Date: 20120522 Time: 060015 triton ( 67 ms )






