abap icon indicating copy to clipboard operation
abap copied to clipboard

Exercism exercises in ABAP.

Results 33 abap issues
Sort by recently updated
recently updated
newest added

## 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: ![image](https://user-images.githubusercontent.com/20236851/202054395-f523024a-7d22-4802-8e1f-d3772c2cd5be.png) The solution tests fine in a Netweaver 7.4 system. Here is the code...

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. ![2022-09-21 14_57_37-Exercism ITAB Aggregation](https://user-images.githubusercontent.com/38348938/191896363-f1eee4e2-97f3-4e78-9c28-ad5165921968.png) 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: ![image](https://user-images.githubusercontent.com/1336470/189379637-4d688ed0-1bc9-4526-9503-5d8ae08048bc.png) Code: ``` METHOD perform_aggregation. SELECT FROM @initial_numbers as a FIELDS...