Ansicht
Dokumentation

ABENCALL_PROCEDURES_INTERN - CALL PROCEDURES INTERN

ABENCALL_PROCEDURES_INTERN - CALL PROCEDURES INTERN

CL_GUI_FRONTEND_SERVICES - Frontend Services   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Internal Procedure Calls

All procedures which are defined in the same ABAP program and are visible from the calling position can be called internally.

  • In each ABAP program, and within a class, the visible methods of the class or visible methods of other local classes of the same program can be called. The calling of methods is the only procedure call which is recommended for the internal modularization.
  • In every ABAP program that still contains subroutines, these can also still be called internally. Subroutines are an obsolete form of internal modularization and should be replaced by methods if possible.

The required program is always already loaded for internal calls.

Example

Internal program call of method meth1 of a local class from the event block START-OF-SELECTION and the call of meth2 from meth1.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   General Material Data  
This documentation is copyright by SAP AG.

Length: 1568 Date: 20240418 Time: 142109     sap01-206 ( 17 ms )