Lars Hvam

Results 1025 comments of Lars Hvam

yea, looks like a simple upper/lower case problem ![image](https://user-images.githubusercontent.com/5888506/137365240-ce10653e-307c-4025-958c-b7a797040a00.png)

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

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: ![image](https://github.com/sbcgua/text2tab/assets/5888506/8321ed7d-8147-45ad-8f26-018726bcbbc9)

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 ![image](https://github.com/sbcgua/text2tab/assets/5888506/10e01adb-87be-4ab3-a761-3b056cf180b4)