#ABAP Exercism
31 messages ยท Page 1 of 1 (latest)
Can you share your code and the error using a codeblock? Not everyone can read images.
Increase your chance of getting help and look like a pro by sharing codeblocks not images. For example, you can type the following. Note, the ``` must be on their own line.
```
for number in range(10):
total += number;
```
Discord will render that as so:
for number in range(10):
total += number;
Click here to learn more about codeblocks: https://exercism.org/docs/community/being-a-good-community-member/writing-support-requests and http://bit.ly/howto-ask
here
We received the following error when we ran your code:
Transpiler CLI
Using config: abap_transpile.json
109 files added from source
0 files skipped in source
Building
Error: implement_methods, Implement method "search_itab", zcl_itab_basics.clas.abap:38
these are the error
What's the error line say? Do you have any clue what that line means?
Honestly no. I don't have any idea, sorry,
Do you see the "Error:" line?
I'm just referring to the error message but do not know the exactly what's wrong with the code.
I just copied the code from here, honestly.
Do you see the "Error:" line?
No
You're welcome. Did you find the error message?
I'm trying to understand what's the error.
Did you find the message? Is there any bits of it you do understand? Or any specific bits you don't understand?
I don't understand anything but I'm trying
It's saying you are missing the implementation for one of the methods.
You're very welcome