Lars Hvam

Results 1025 comments of Lars Hvam

```abap CLASS-METHODS bar IMPORTING msg TYPE string OPTIONAL msg TYPE string OPTIONAL. ```

might be implemented same place as https://github.com/abaplint/abaplint/issues/2096

for this example, I would rewrite the code to `CALL TRANSACTION lv_tcode WITH AUTHORITY-CHECK.` instead of calling the function module, less code, easier to read?

ahh, okay so it should never give this specific error on 702 and on below 740sp02, do something else, not sure https://rules.abaplint.org/call_transaction_authority_check/

also ```abap CONSTANTS bar TYPE i VALUE 2. bar = 1. ```

note that importing parameters(which are not pass by value), has recently gotten the "read only" metadata, which CONSTANTS also have ![image](https://user-images.githubusercontent.com/5888506/163802864-274be17f-4891-4295-b09f-45d3b1bde704.png)

folder: if folder is specified, the code will look for the folder locally, if it does not exist, it clones the url this is very useful for testing locally, or...