code-pal-for-abap-cloud icon indicating copy to clipboard operation
code-pal-for-abap-cloud copied to clipboard

Code Pal for ABAP - Cloud Edition helps ABAP developers adhere to clean code standards

Results 15 code-pal-for-abap-cloud issues
Sort by recently updated
recently updated
newest added
trafficstars

**Affected Checks** > /CC4A/CHECK_IN_ITERATION **Actual Behavior** > Two analysis failures. The Check Failure Cause is: "Check not executable, due to defects in check". The log says: Exc. "CX_SY_ITAB_LINE_NOT_FOUND The table...

bug

**Affected Checks** "Modern Language" **Expectation** The check should treat WITH TABLE KEY as normal key accesses and emit findings and quick fixes for it. **Actual Behavior** No READ TABLE ......

bug

The [guidance for the usage of booleans](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#booleans) is currently not covered by any ATC check, but it should be feasible to do so. The check could detect: - Usages of...

feature-request

My proposal is to mention a preferred package name for the code. I now used the package name /CC4A/MAIN.

In order to improve performance and ease-of-use, we will merge several legacy checks into a single new check that reports findings for the use of obsolete modularization units (FORMs and...

migration

Migrate [scope of variable](https://github.com/SAP/code-pal-for-abap/blob/master/docs/checks/scope-of-variable.md).

migration

Migrate [Prefer CASE to ELSEIF](https://github.com/SAP/code-pal-for-abap/blob/master/docs/checks/prefer-case-to-elseif.md)

migration