abapOpenChecks - Installation - Checks - Utilities - Links

CHECK_69 - Prefix Naming Conventions

Improve this page
CODE

Prefix Naming Conventions

See https://blogs.sap.com/2018/05/11/all-your-abap-prefixes-are-belong-to-us/

Does not work for WDYN objects.

It is possible to allow multiple values. The values must be separated by “|” within round brackets.

Example:
R and O valid for data references.

The following values should then be valid:

lo_object  
lr_object

Configuration:
Data reference: (R|O)

Configuration

Configuration - Prefixes

Configuration - Globals

Configuration - Locals

Configuration - Procedural

Configuration - Object Oriented

Configuration - Other Settings