Lars Hvam

Results 1025 comments of Lars Hvam

see https://docs.abapgit.org/guide-contributing.html and https://guides.github.com/introduction/flow/

also see https://abaplint.app/stats/abap2xlsx/abap2xlsx/method_length, its updated daily

my suggestion would be to keep all documentation in https://github.com/sapmentors/abap2xlsx/tree/master/docs, clean up what is there, setup github pages/jekyll to run we can do some really cool stuff, but suggest just...

guess the basics are + introduction + installation + usage

hi, demos have been moved to https://github.com/abap2xlsx/demos

PINF is supported by abapGit, so it should be possible to create it and push to the repository CHAR7: also see https://github.com/sapmentors/abap2xlsx/issues/692

data flow analysis

real life example, ```abap DATA(lv_where) = iv_column && ` = ` && `'` && iv_input && `'`. SELECT SINGLE description_s FROM (iv_tabname) INTO lv_result WHERE (lv_where) AND langu = sy-langu....