ConjuringCoffee
ConjuringCoffee
Hi Jörg-Michael, please take a look at the example below. There is an inline `DATA` declaration that is filled using `COND` which is calling a method. The rule "Use FINAL...
Hi Jörg-Michael, some of the functions of the statement `FIND` can be replaced with search functions. Would it be possible to add a clean-up rule for this? Thanks :)
Currently it is not possible to check most modified SAP standard objects when the ATC check is called via RFC. The cause is this logic within method `INFORM` of `ZCL_AOC_SUPER`:...
Hi Jörg-Michael, I would have expected the rule "Remove needless CLEAR" to also work on CLEARs on attributes within the CONSTRUCTOR. Is there any reason why the CLEAR of the...
This pull request adds the information from the following issue to the README: https://github.com/SAP/code-pal-for-abap-cloud/issues/73 This confused me personally and I almost opened another issue for this. I think it makes...
Dear SAP, what's the strategy regarding the branch `SAP_BASIS-7.58-compatible`? How do you expect contributions to `main` to reach the branch? How do you expect contributions to it to reach `main`?...
Fixes #1183 It isn't simply enough to call method `ENABLE_CHECKSUM` in the constructor. SAP standard requires setting the attribute `USES_CHECKSUM` in the constructor for exemptions to work correctly. For now,...
It is not possible to apply exemptions on finding level. I need it for check 102 and I've tried a few other checks - none of them support applying the...
Fixes #1157 The method `INFORM` of `ZCL_AOC_SUPER` contains logic to check if an object was modified. This only properly worked within non-RFC checks because direct database selections were used. I've...
Hi everyone. I want all changes of all repositories to be pushed every night to a certain branch called "nightly". To achieve this, I created a custom program that is...