#ABAP Exercism

31 messages ยท Page 1 of 1 (latest)

oak heath
#

What's your question?

#

Is that from an Exercism exercise?

kindred oak
#

yes

#

this is the error

#

I'm havin a hard time to understand this ABAP programming

oak heath
#

Can you share your code and the error using a codeblock? Not everyone can read images.

mossy carbonBOT
kindred oak
#

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

oak heath
#

What's the error line say? Do you have any clue what that line means?

kindred oak
#

Honestly no. I don't have any idea, sorry,

oak heath
#

Do you see the "Error:" line?

kindred oak
#

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.

oak heath
#

Do you see the "Error:" line?

kindred oak
#

No

oak heath
#

Look through the test output you copy/pasted ๐Ÿ™‚

#

You need to read that stuff

kindred oak
#

okay

#

thank you

oak heath
#

You're welcome. Did you find the error message?

kindred oak
#

I'm trying to understand what's the error.

oak heath
#

Did you find the message? Is there any bits of it you do understand? Or any specific bits you don't understand?

kindred oak
#

I don't understand anything but I'm trying

oak heath
#

It's saying you are missing the implementation for one of the methods.

kindred oak
#

now I get it!

#

Thanks!!

oak heath
#

You're very welcome