Lars Hvam
Lars Hvam
yea, looks like a simple upper/lower case problem 
next problem: `Void type: RS38L_FNAM` Perhaps type as `TFDIR-FUNCNAME` instead, TFDIR will probably be added to open-abap sometime. RS38L_FNAM is a strange data element name
anyhow, next problem to tackle is `VERI_ALPHA`, not really sure what to use instead ideally something that is marked as released, https://abapedia.org/steampunk-2305-api/
ALPHA: the xml generation might be bugged and remove the conversion routine package.json: latest @abaplint/runtime is 2.7.54
try updating package.json to latest versions of the dependencies
reproduced in unit test in https://github.com/open-abap/open-abap-core/pull/720
try again
Void type: `SYS_CALLS`, suggest using type `abap_callstack` instead
the code calls fail(), so there is no actual and expected, suggest adding the error code to the text in: 
anyhow, looks like there is a bug in `cl_abap_datfm=>conv_date_ext_to_int`, https://github.com/open-abap/open-abap-core/blob/main/src/date_time/cl_abap_datfm.clas.abap 