The code contains too many hard coded absolute file system paths in include directives
Read more
The Web Dynpro code contains too many direct calls to routines using “me–>”
Read more
A Program, User-Exit or Include contains too many Open SQL queries that access SAP standard tables in modification
Read more
The code contains too many SQL instructions with a missing where clause, or using “order by”, or using “not” operator or “is null” check in a where clause
Read more
Empty functions and methods should be avoided
Read more
The code contains too many unchecked returns of functions calls
Read more
Avoid having too many conditions using variables without operators
Read more
Avoid having too many unused variables
Read more
Avoid files with too many functions or methods
Read more
Spaces between function name and opening parenthesis cause bugs
Read more