SAP METHOD CALLS STATIC

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE
• meth( ) ABAP_METHOD_CALL

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.
meth( ... ) - standalone method call
meth( ... ) - functional method call
... meth1( ... )->meth2( ... )->... - method chaining
Obsolete variant of the standalone call:
CALL METHOD meth ...