Update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user