Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Community Code Challenge - ABAP Dive Into the Basics (Week 3)

Mamikee
Developer Advocate
Developer Advocate
38,938

We have a new code challenge for you as part of the Community Spotlight for the month of September. This time it's about testing your skills and learning the basics in ABAP.  You will be given four exercises to complete on Exercism such as ITAB Basics , ITAB Combination , ITAB Aggregation and ITAB Nesting.  You can read more about the challenge in a blog post here: SAP Community Code Challenge – Dive Into The Basics of ABAP! | SAP Blogs

This thread is the place to share your results for Week 3 and your experiences with the challenge. Happy to answer any question you may have below in the comments.   

Have Fun 🤩 

160 REPLIES 160
Read only

bpawanchand
Active Contributor
14,058

Week 3 Submission is here

 

itab_agr.png

 

Read only

schmelto
Active Participant
14,052

Done 

 

schmelto_0-1663748631356.png

 

Read only

Ivanino1
Explorer
14,051

Hi @Mamikee , 

I have completed the Week 3 Challenge.

 

ITAB Aggregation.png

Thanks.
Regards
Ivan Tsimashenka

Read only

Peter_Inotai
Active Contributor
14,040

Week 3 is completed:

peterinotai_0-1663750680716.png

 

Read only

13,962

Hi, how do you set black interface? i don't see it in settings...

Read only

0 Kudos
13,214

Firefox +  Dark reader Addon.

I have several site, which doesn't support by default. There it's very useful:

peterinotai_0-1663849659586.png

 

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
14,036

Done!

DominikT_0-1663751542739.png

 

Read only

Domi
Active Contributor
14,001

done 

Domi_0-1663753542887.png

 

Read only

imancour
Explorer
13,982

Hi @Mamikee ,

Week 3 done:

Idriss_0-1663759579792.png

Kind regards,

Idriss

Read only

Tyukmaev
Explorer
13,975

Hi, @Mamikee 
Week 3 is completed:

Tyukmaev_0-1663760245626.png

 

Read only

renato_martins
Participant
13,974

Hi

Week 3 completed

renato_martins_0-1663760586635.png

 

Read only

Akash-B-R99
Product and Topic Expert
Product and Topic Expert
13,978

Hi @Mamikee,

Week 3 task completed.

Screenshot (35).png

 

Cheers,

Akash.

Read only

ram3355
Explorer
13,969

Hi,
I have completed the Week-3 Challenge.

Week-3.png

Read only

tamitdassharma
Active Participant
13,967

Hi @Mamikee 

3rd week challenge done.

dassharma_0-1663763961292.png

 

Read only

former_member15730
Discoverer
13,958

3rd week challenge done:

Immagine 2022-09-21 151606.png

Read only

Mahmoud-Farag
Participant
13,768

Done 👍

MahmoudFarag_0-1663772258996.png

 

Read only

gelous
Explorer
13,720

Hi @Mamikee

here is my submission for week 3.

Cheers!ITAB Aggregation in ABAP on Exercism.png

Read only

0 Kudos
13,246

Hi, how do you set black interface? i don't see it in settings...

Read only

12,404

Hi @Tyukmaev, this is specific for Chrome, go to chrome://flags/ and enable the one that says: Auto Dark Mode for Web Contents. Cheers!

enable-dark-mode.png

Read only

adityaaufar
Participant
13,718

Hi @Mamikee 

Here's for Week 3

 

Capturea.PNG

Read only

MatByte
Participant
13,713

Ready over hereeee

MatByte_0-1663776952036.png

🙂

 

Read only

gtakashi
Explorer
13,709

Done!

gtakashi_0-1663777092773.png

 

Read only

this_yash
Participant
13,681

Hi @Mamikee 
Here's the screenshot for the 3rd Week's Challenge.

this_yash_0-1663779764332.png

Read only

kachdt
Explorer
13,678

Submission for Week 3Exercism-Week3-Karn.png

Read only

13,669

Hi @Mamikee

Week 3 done.

sgonzmot95_0-1663780946120.png

Thanks! 

Read only

WilliamQuiceno9
Discoverer
13,621

Week 3 done!

WilliamQuiceno_0-1663787011987.png

 

Read only

sumit777kumar48
Discoverer
13,622

Hi @Mamikee  
Completed Week 3 Challenge...

Screenshot_3.png

 

Thanks,
Sumit

Read only

kwinzig23
Explorer
13,622

Hi,

3rd challenge completed:

3rd Challenge.png

Read only

hsyngvural
Participant
13,611

Hello,

I've completed the exercise for week 3.

Thank you.

hsyngvural_0-1663788427671.png

 

Read only

dla3076
Explorer
13,493

PNG-Bild.png

Read only

sumikko
Active Participant
13,488

Week 3 completed.スクリーンショット 2022-09-22 9.24.26.png

Read only

Danar
Discoverer
13,421

Complete :

Danar_0-1663816604417.png

Anyway i was struggled with abaplint exception and it's kinda bring down the fun.. some 7.4+ syntax somehow didn't work in exercism ( i was tried using COND , FOR Groups, REDUCE ) even though it passed the unit test on my local. 

Read only

Former Member
13,391

HI @Mamikee 

Week 3 Challenge!! Done!!

Maaz_Shaikh_0-1663824202700.png

Regards,

Maaz Shaikh

Read only

Jeansy
Active Contributor
13,384

Hi @Mamikee , 

Jeansy_0-1663825900092.png

Kind regards
Jens

Read only

guido_s
Participant
13,382

Hi @Mamikee ,

I just submitted my solution.

guido_s_0-1663826074273.png

Kind regards
Guido

 

Read only

former_member16663
Discoverer
13,325

Week 3

Abishak_0-1663833302378.png

 

Read only

lujvary
Discoverer
13,313

Week 3 challenge completed 🙂

lujvary_0-1663837637076.png

 

 

Read only

triadi
Explorer
13,318

Week 3 completed, 

I think several syntax didn't work in exercism like AT, COND, FOR Groups.

triadi_0-1663838028422.png

 

Read only

0 Kudos
13,309

Hi @triadi ,

I'd had similar syntax problems with LOOP AT ... FOR. But when you look at the solutions from other contributors it seems that this is not always the case. There seem to be special conditions.

Guido