This commit is contained in:
danrega
2024-04-25 13:00:48 +02:00
parent 77039401e2
commit 19395c61e7
5 changed files with 826 additions and 243 deletions

View File

@@ -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 ] ).