Ansicht
Dokumentation

ABAPFORM_SHORTREF - FORM SHORTREF

ABAPFORM_SHORTREF - FORM SHORTREF

TXBHW - Original Tax Base Amount in Local Currency   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

FORM

Reference



Syntax

FORM subr
  [ TABLES   { t1 [{TYPE itab_type}|{LIKE itab}|{STRUCTURE struc}]
               t2 [{TYPE itab_type}|{LIKE itab}|{STRUCTURE struc}]
                ... } ]
  [ USING    { {VALUE(u1)}|u1 [typing|{STRUCTURE struc}]
               {VALUE(u2)}|u2 [typing|{STRUCTURE struc}]
               ... } ]
  [ CHANGING { {VALUE(c1)}|c1 [ typing|{STRUCTURE struc}]
               {VALUE(c2)}|c2 [typing|{STRUCTURE struc}]
               ... } ]
  [ RAISING exc1|RESUMABLE(exc1) exc2|RESUMBALE(exc2) ... ].
  ...
ENDFORM .


Effect

Obsolete: Defines a subroutine subr. The subroutine is defined with FORM and implemented between FORM and ENDFORM.

Additions

  • TABLES
    Obsolete: Defines table parameters t1, t2, ...
  • USING
    Defines input parameters u1, u2, ...
  • CHANGING
    Defines input/output parameters c1, c2, ...
  • VALUE
    Defines for a formal parameter how to pass values. Without the addition VALUE, the values are passed by reference.
  • typing
    Types formal parameters.
  • RAISING exc1 exc2 ...
    Declares class-based exceptions exc1, exc2, ... which can be propagated from within the subroutine, with or without the capacity to be restarted.
    Obsolete: Casts a structure struc to a formal parameter.
  • RAISING exc1 exc2 ...
    Declares class-based exceptions exc1, exc2, ... which can be propagated from within the subroutine, with or without the capacity to be restarted.





Fill RESBD Structure from EBP Component Structure   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 3547 Date: 20240420 Time: 172621     sap01-206 ( 32 ms )