Lars Hvam
Lars Hvam
Hi, SFLIGHT is not released, https://abapedia.org/steampunk-2305-api/ so it wont work in ABAP Cloud Programing Model Suggest just doing a local ddic definition or definition in a class/code instead * demo10
see https://github.com/abap2xlsx/demos/pull/69#issuecomment-2309540972 another idea: have one folder per demo program? eg `ZEXCEL_S_ORG_REL` is used only in demo 11, so it should(?) be grouped with that program?
```abap CLASS lcl DEFINITION. PUBLIC SECTION. TYPES: BEGIN OF ty1, foo TYPE c LENGTH 4, END OF ty1. TYPES tt1 TYPE STANDARD TABLE OF ty1 WITH DEFAULT KEY. TYPES tt2...
https://rules.abaplint.org/many_parentheses/ `c = a + ( b ).`
issue error if super constructor method is called in constructor but there is no super class also add as mandatory rule in the transpiler
new rule: check abapdoc parameter consistency