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 method call: standalone calls and functional calls. Method chainings are a special type of static method call.

Obsolete variant of the standalone call:




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