Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danrega committed Apr 25, 2024
1 parent 7703940 commit 19395c6
Show file tree
Hide file tree
Showing 5 changed files with 854 additions and 271 deletions.
2 changes: 1 addition & 1 deletion 01_Internal_Tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ CLASS zcl_some_class IMPLEMENTATION.
DATA(ts1) = utclong_current( ).
DO 500 TIMES.
"Reading into a data reference variable using using a free key.
"Reading into a data reference variable using a free key.
"This key corresponds to the secondary table key specified for
"the table in the second example.
DATA(dref) = REF #( itab[ str = `INDEX250` num = 250 ] ).
Expand Down
Loading

0 comments on commit 19395c6

Please sign in to comment.