SAP GET - Reference ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
Standard SAP Help for GET_DBTAB

GET node

ABAP Reference
ABAP Code Snippet


ABAP Syntax GET node [LATE] [FIELDS f1 f2 ...].

ABAP Code Snippet

What does it do? Obsolete: Introduces an event block whose event is triggered by a logical database when data records of the node node are read.

ABAP Addition LATE
Event if the logical database has read all the data records of a node node.
FIELDS f1 f2 ...
Specifies which fields are read from the logical database.

Return to menu