SAP / abap-cleaner

ABAP cleaner applies 95+ cleanup rules to ABAP code at a single keystroke
Apache License 2.0
447 stars 47 forks source link

higher verisions are not reflected #295

Open Tequilasword opened 6 months ago

Tequilasword commented 6 months ago

Hi,

I'm developing in a bydesign system which is on basis release 8.08. When I use ABAP Cleaner with the latest allowed functions it is using all of the newest statements like lv_counter += 1, which is not supported in this system.

Maybe you can check where is statement parity between NGAP and lower netweaver and apply similar rules.

Best regards, Martin

jmgrassau commented 6 months ago

Hi Martin,

yes, I'm afraid these 8.## version numbers are not yet correctly handled by ABAP cleaner and it would be good to support them! I shall try to investigate which ABAP language features are supported by which 8.## version. Currently, the following cleanup rules have restrictions to a certain minimum 7.## release:

Kind regards, Jörg-Michael