transpiler
transpiler copied to clipboard
GET REFERENCE of unassigned fs should crash
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