Lars Hvam
Lars Hvam
see https://github.com/oblomov-dev/abap2UI5/issues/156
note that with INTO DATA inline it will never change the type, ```abap CATCH zcx_something INTO DATA(lv_exc). RAISE EXCEPTION lv_exc. ENDTRY. ```
```abap TABLES void. SELECT-OPTIONS s_1234abc FOR void-field. PARAMETERS barbaraa TYPE i. ``` https://syntax.abaplint.org/?filter=paramet#/statement/Parameter https://syntax.abaplint.org/?filter=selectopt#/statement/SelectOption both select-options and parameters allows dashes in the name
use FINAL from 7.57 and up https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenimmutable_variables_guidl.htm
as they by default have end of line comments
reuse the memory, in case there is another entry appended?