larshp / abapOpenChecks

Open source checks for SAP Code Inspector / ABAP Test Cockpit
https://docs.abapopenchecks.org
MIT License
266 stars 79 forks source link

Wish: Enforce "new" SQL syntax (e.g. by requiring FIELDS keyword) #1098

Open vonglan opened 1 year ago

vonglan commented 1 year ago

Is there already a possibility for this? I did not find any (neither standard SAP nor here).

larshp commented 1 year ago

I'll add it to https://abaplint.org sometime

vonglan commented 1 year ago

Issue can be closed. abaplint looks very nice, but I think in my company we will not use it short-term. So if we really want the FIELDS check, I can/will implement it myself. (I might have a look at the abapOpenCheck framework then, so it can be part of that.)