abapOpenChecks
abapOpenChecks copied to clipboard
Open source checks for SAP Code Inspector / ABAP Test Cockpit
Within an IF-Statement left hand side and right hand side can be swapped. So the following statement is a valid handling of SY-SUBRC: `IF 0 = sy-subrc. do_something( ). ENDIF.`...
Hello, would it be possible to make Check 69 remote enabled? Or is that too difficult. I don't mind submitting the PR, but it'd be great to get an idea...
good first issue, ``` ./src/checks/zcl_aoc_check_06.clas.abap[136, 5] - Add ORDER BY (select_add_order_by) [E] ./src/checks/zcl_aoc_check_31.clas.abap[154, 5] - Add ORDER BY (select_add_order_by) [E] ./src/checks/zcl_aoc_check_31.clas.abap[157, 7] - Add ORDER BY (select_add_order_by) [E] ./src/checks/zcl_aoc_check_35.clas.abap[49, 5]...
After implementing the SAP Note 3068658 you will no longer see Information / Priority 3 Messages after a ATC Check is performed. This is due to a change of the...
Since 7.51 enumerations can be used. At the moment, this is not yet included in the prefix determination, which leads to a dump.  Does it make sense to specify...
Custom output of identical code blocks no longer works in new releases. CL_CI_RESULT_ROOT has new methods. For navigation the new method "GET_WB_NAVIGATION_OF_FINDING" is called, which returns navigation parameters. Only if...
The following code:-  Generates the following error:-  Unless I am missing something obvious, if the IF/ENDIF block in the middle contains an ELSE statement then the code cannot...
In our system we have no guidelines for prefixing of routine variables. Actually routines shouldn't be used... There we don't want to check the FORM prefixes. However when we supply...
as separate program, as it is only possible to define 2 extra object types in CI? Domain Element Structure Table type Table View Search Help
would it be possible to include German translations of ATC Check 69 (Prefix Naming Conventions) screen block titles? Its getting a little confusing for us, because we're not seeing all...