Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

higher verisions are not reflected #295

Open
Tequilasword opened this issue Apr 23, 2024 · 1 comment
Open

higher verisions are not reflected #295

Tequilasword opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Tequilasword
Copy link

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 jmgrassau added the enhancement New feature or request label May 10, 2024
@jmgrassau
Copy link
Member

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:

  • 7.02 – Replace obsolete pseudo comments with pragmas
  • 7.02 – Use string templates to assemble text
  • 7.40 – Replace CREATE OBJECT with NEW constructor
  • 7.40 – Replace READ TABLE with table expression
  • 7.52 – Replace RAISE ... TYPE with RAISE ... NEW
  • 7.54 – Prefer calculation assignment operators (+=, -= etc.)
  • 7.57 – Use FINAL for immutable variables

Kind regards,
Jörg-Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants