ABAP - Keyword Documentation →  ABAP - Reference →  Calling and leaving program units →  Calling Processing Blocks →  Calling Procedures →  Method Calls → 

Static Method Calls

There are two types of static method call, standalone static method calls and functional static method calls. (Method chainings are a special type of static method call.)

The following is an obsolete variant of the standalone call:

Exceptions

Handleable Exceptions

CX_SY_NO_HANDLER



Continue
meth( ... ) - Standalone Method Call
meth( ... ) - Functional Method Call
... meth1( ... )->meth2( ... )->... - Method Chaining
meth( ... ) - Parameter Passing