transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

GET REFERENCE of unassigned fs should crash

Open larshp opened this issue 3 years ago • 0 comments

this should crash,

DATA lv_ref TYPE REF TO data.
FIELD-SYMBOLS <field> TYPE any.
GET REFERENCE OF <field> INTO lv_ref.

note: move the logic to a real statement in runtime

larshp avatar Jan 16 '22 08:01 larshp