cavabap

Results 7 issues of cavabap

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...

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...

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...

I'm curious why the class `cl_osql_replace` is being suggested and not `cl_osql_test_environment`? The Open SAP Course introduces `cl_osql_test_environment` and their seem to be lots of blogs related to `cl_osql_test_environment`. Is...

Dependency inversion means that you hand over all dependencies to the constructor. I feel your neglecting factory injection here. In the open sap course: writing testable code factory injection is...

Hallo, bal_t_logn and bal_t_logh are sorted tables. The UTs should be inserting into the tables rather than appending. In general this could lead to a dump (but who cares, its...

On the system where I'm using ABAP-Logger there is a customer exception class which carries a message table (bapiret2_t). When unexpected errors in a BAPI or similar occur, an instance...