Update
This commit is contained in:
@@ -422,7 +422,7 @@ ENDWHILE.
|
||||
<p align="right"><a href="#top">⬆️ back to top</a></p>
|
||||
|
||||
#### Loops Across Tables
|
||||
Further keywords for defining loops are as follows. They are not dealt with here since they are touched on in other ABAP cheat sheets.
|
||||
Further keywords for defining loops are as follows. They are not dealt with here since they are covered in other ABAP cheat sheets.
|
||||
|
||||
- [`LOOP ... ENDLOOP`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abaploop_at_itab.htm) statements are meant for loops across internal tables. See also the cheat sheet on internal tables.
|
||||
- In contrast to the loops above, the system field `sy-index` is not set. Instead, the system field `sy-tabix` is set and which contains the table index of the current table line in the loop pass.
|
||||
|
||||
Reference in New Issue
Block a user