This commit is contained in:
danrega
2023-09-29 16:15:39 +02:00
parent b32d5799a3
commit fd42832d40

View File

@@ -111,9 +111,9 @@ It provides references to more detailed information on the topic.
DATA: ref1 TYPE REF TO i, DATA: ref1 TYPE REF TO i,
ref2 TYPE REF TO i. ref2 TYPE REF TO i.
"Deprecated statement "Deprecated statement
GET REFERENCE OF num1 INTO ref2. GET REFERENCE OF num1 INTO ref1.
"Alternative that can be used "Alternative that can be used
ref1 = REF #( num1 ). ref2 = REF #( num1 ).
DATA str_itab TYPE string_table. DATA str_itab TYPE string_table.
"The following statements are invalid "The following statements are invalid