Documentation View

We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!

ABAPLOOP_TABLE_LINE - LOOP TABLE LINE

ABAPLOOP_TABLE_LINE - LOOP TABLE LINE

General Material Data   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

LOOP AT itab, TABLE LINE

LOOP AT itab ... WHERE TABLE LINE ....

Effect

The addition TABLE LINE can also be specified outside of classes in the WHERE condition of a LOOP statement, instead of the pseudo component table_line.

Note

The ABAP Compiler should consider this addition as an error, retained only for reasons of downward compatibility. The pseudo component table_line should always be specified instead of TABLE LINE.

DATA: itab TYPE TABLE OF i,
      wa   TYPE i.

LOOP AT itab INTO wa WHERE TABLE LINE > 10.

ENDLOOP.






Vendor Master (General Section)   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1010 Date: 20230328 Time: 170942     sap01-206 ( 20 ms )