Lars Hvam
Lars Hvam
```abap METHODS licenses_get IMPORTING license TYPE string RETURNING VALUE(license) TYPE license RAISING cx_static_check. ```
CL_ABAP_DYN_PROG especially in relation with Gateway and dynamic SQL
on sorted/hashed tables for: * loop where * read table * table expressions * ? performance
first example is no no, as it becomes char6, which cannot contain the values of the two other cases second example its char16 which also happens to be long enough...
expect syntax error, lengths must be specified in OO context, ```abap CLASS lcl DEFINITION. PUBLIC SECTION. TYPES ddlanguage TYPE c. ENDCLASS. CLASS lcl IMPLEMENTATION. ENDCLASS. ```
see https://github.com/abapGit/abapGit/pull/5316 `"! Git Commit`
in some cases, the dynamic calls provide static errors see https://github.com/open-abap/open-table-maintenance/pull/16 https://github.com/open-abap/open-table-maintenance/pull/17