Ansicht
Dokumentation

ABENMETH_CALL_SHORTREF - METH CALL SHORTREF

ABENMETH_CALL_SHORTREF - METH CALL SHORTREF

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   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

meth( ... )

Reference





Effect

Static method call.

Specifies the method:

  • meth - Method meth of the same class.
  • super->meth - Method meth with the same name in the direct superclass.

Specifies the parameters:

  • ( )
    Calls a method without passing a parameter.
  • ( a )
    Calls a method while passing a single parameter a.

Specifies the exceptions:

  • EXCEPTIONS
    Enables the handling of non-class-based exceptions:

    exc1 = n1 exc2 = n2 ... - Assigns numbers n1, n2, ... to the classic exceptions exc1, exc2, ... for the return code sy-subrc.

    OTHERS = n_others - Assigns a number n_others for the return code sy-subrc to all exceptions not named explicitly.
    ... to the classic exceptions exc1, exc2, ... for the return code sy-subrc.

    OTHERS = n_others - Assigns a number n_others for the return code sy-subrc to all exceptions not named explicitly.





General Data in Customer Master   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3600 Date: 20240329 Time: 024007     sap01-206 ( 56 ms )