larshp / abapOpenChecks

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

Check 69: Missing TYPE_KIND_ENUM -> Dump #1058

Closed MiLiCLN closed 1 year ago

MiLiCLN commented 3 years ago

Since 7.51 enumerations can be used. At the moment, this is not yet included in the prefix determination, which leads to a dump. TYPE_KIND_ENUM

Does it make sense to specify an own prefix for enums? What do you think?