Lars Hvam
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 
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...
@Zeatynis lets do a call? I'm [email protected]