Lars Hvam

Results 648 issues of Lars Hvam

see https://github.com/oblomov-dev/abap2UI5/issues/156

bug

see https://github.com/oblomov-dev/abap2UI5/pull/115

new rule

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. ```

new feature

```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

bug

quick fix = delete macro definition

new rule

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

new rule

as they by default have end of line comments

reuse the memory, in case there is another entry appended?