abap
abap copied to clipboard
Exercism exercises in ABAP.
## Using `AT` https://github.com/exercism/abap/issues/134 https://github.com/exercism/abap/issues/201 => https://github.com/abaplint/transpiler/issues/706 ## `FOR` loops with identical declared variable names https://github.com/exercism/abap/issues/194 https://github.com/exercism/abap/issues/200 https://github.com/exercism/abap/issues/261 => first part of solution is implementing renaming of variables in abaplint...
ℹ More info: https://github.com/exercism/org-wide-files/commit/ceface8fc48f8f8be135cecafe5ea8355aac9ad6 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/273
When I run the tests for my solution it ends with a parsing error like this:  The solution tests fine in a Netweaver 7.4 system. Here is the code...
closes: #236
I receive the following error when running the test for Matrix: ``` We received the following error when we ran your code: ./zcl_matrix.clas.abap[79, 5] - "lv_start" not found, findTop (check_syntax)...
Running the tests for the "Run Encoding Length" exercise ends with an error. The output is: > **We received the following error when we ran your code:** > ./zcl_rle.clas.abap[89, 12]...
While working on the Minesweeper exercise i noticed, that instead of throwing the expected exception, replace just adds to the string, when the offset is out of bounds. Substring seems...
I have the issue with ITAB Aggregation. I provided a solution, but I get a lot of unknown type errors.  Please scroll the image all the...
Hello I'm at the https://exercism.org/tracks/abap/exercises/itab-aggregation and solved it with a select from itab. But ran into the following error:  Code: ``` METHOD perform_aggregation. SELECT FROM @initial_numbers as a FIELDS...