13 Rules
| ID | Name | Severity |
|---|---|---|
| 7512 | Avoid empty Functions, Forms and Modules |
medium
|
| 7520 | Avoid unchecked return code (SY-SUBRC) after OPEN SQL or READ statement |
high
|
| 7534 | Avoid READ TABLE without BINARY SEARCH |
high
|
| 7538 | DEPRECATED: Avoid using SELECT ... INTO CORRESPONDING FIELDS OF |
high
|
| 7544 | Avoid using SELECT ... ENDSELECT statement |
medium
|
| 7666 | Avoid using SELECT ... ENDSELECT statement on XXL Tables |
medium
|
| 8114 | Avoid data corruption during incompatible mutation (ABAP) |
medium
|
| 8132 | Avoid using CHECK, EXIT,or RETURN in SELECT ... ENDSELECT loops |
critical
|
| 1104000 | Prefer using associations instead "left outer join" in CDS Views (S4/HANA) |
medium
|
| 1104002 | Prefer setting "many to one" cardinality for "left outer join" in CDS Views (S4/HANA) |
medium
|
| 1104004 | Prefer setting cardinality for CDS view associations (S4/HANA) |
medium
|
| 1104006 | CDS view association name should be defined according to the naming convention (S4/HANA) |
medium
|
| 1104008 | CDS View AccessControl.authorizationCheck should not be set to '#NOT_REQUIRED' (S4/HANA) |
medium
|