Ansicht
Dokumentation

ABENMETH_CALL_SHORTREF - METH CALL SHORTREF

ABENMETH_CALL_SHORTREF - METH CALL SHORTREF

ROGBILLS - Synchronize billing plans   CL_GUI_FRONTEND_SERVICES - Frontend Services  
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.





RFUMSV00 - Advance Return for Tax on Sales/Purchases   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 3600 Date: 20240517 Time: 121409     sap01-206 ( 40 ms )