SAP DESCRIPTIVE FUNCTIONS TABLE



Get Example source ABAP code based on a different SAP table
  


• lines ABAP_FUNCTION

ABAP_ITABFUNC - lines

ABAP_SYNTAX
... lines( arg ) ...

What does it do?
The built-in table function lines returns the number of lines in an internal table. The argument arg is a functional operand position that expects an internal table. The return value has the type i .



Latest notes:

NON_V5_HINTS
The function specified here is one of the functions that can be used in the obsolete extended functional operand positions if its argument is a single data object.
ABAP_HINT_END

ABAP_EXAMPLE_VX5
The number of lines in an internal table filled from a database table must match the number of lines on the database.
ABEXA 01000
ABAP_EXAMPLE_END