Lars Hvam

Results 648 issues of Lars Hvam

```abap METHODS licenses_get IMPORTING license TYPE string RETURNING VALUE(license) TYPE license RAISING cx_static_check. ```

or the table expression variant

new rule

CL_ABAP_DYN_PROG especially in relation with Gateway and dynamic SQL

on sorted/hashed tables for: * loop where * read table * table expressions * ? performance

new rule

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

bug

see https://github.com/abapGit/abapGit/pull/5316 `"! Git Commit`

new rule

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