Application Development 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: 

SAP Developer Challenge – Open-Source (Week 3)

Mamikee
Developer Advocate
Developer Advocate

This discussion thread is to submit your solution for Week 3 of the May 2023 Developer Challenge - Open-Source ABAP 

Week 3 – ABAP Mustache https://github.com/sbcgua/abap_mustache

Mustache is a big deal in the web development world. It's a template syntax that doesn't use logic, letting you whip up a text template, stick some tags in there, and then swap those tags with dynamic content straight from your program – anything from individual values to full lists of values. Mustache is a real champ when it comes to generating bits of HTML (or entire pages), or pretty much any other text you want to template. Plus, the Mustache syntax is used in a huge number of languages.

Community member @atsy has put together an implementation of the mustache processor in ABAP, and named it - you guessed it - ABAP Mustache. So, for your third-week challenge, we're putting the spotlight on the ABAP Mustache project. Your challenge is to simply create an ABAP application which leverages this framework and outputs some data to the console. How you use ABAP Mustache is totally up to you - it's your chance to get creative and show us what you've got. Whether you want to keep it simple or go all out is completely your call. Once you're done, all you need to do is share your working ABAP code and give us a screenshot of the output in the console to prove you've nailed the challenge.

Resources  

 You will get credit for this weeks’ challenge by posting in this discussion thread the working ABAP code (a screen shot of your code, or via a link to your GitHub repo), and showing a screen shot of the output in the console. To give you an idea, here's an example screenshot below.

Mamikee_0-1684924887945.png

Have Fun 🤩

95 REPLIES 95

Janardhan
Explorer
0 Kudos

Hi @Mamikee ,

Nice challenge and My code for week 3.

Janardhan_0-1685703074573.png

 

WenjingLiu
Participant
0 Kudos

Hi Mamikee, 
https://github.com/Nov05/sap-abap-mustache/tree/main

2023-06-02 05_45_54-NVIDIA GeForce Overlay.jpg

Thanks and regards,
Wenjing

SubaR
Explorer
0 Kudos

Here's my link to repo.

SubaR_1-1685705446467.png

Also tried out the HTTP template, works really neat  🙂 !

SubaR_2-1685705532954.png

 

Regards,

Suba

ojeswinisanaka
Explorer
0 Kudos

Hi All,

Here is my week 3 challenge

https://github.com/OjeswiniSanaka/Ojeswini.git

ojeswinisanaka_0-1685706334030.png

Thanks

govardhansahil
Explorer
0 Kudos

Hi @Mamikee 

Here is my submission for Week 3.

govardhansahil_0-1685707380086.png

Thank you

 

adrianawoitexem
Explorer

Hello!

Here's the challenge for week 3: Repo GitHub

adrianawoitexem_0-1685711511882.png

Thanks!

emel
Explorer
0 Kudos

Hello, here is my Week 3 submission:

emel_0-1685721666754.png

 

Sudhakaran
Participant
0 Kudos

Hi,

PFB snapshots for Week 3 Code challenge.

bmsudhakaran_0-1685783414676.pngbmsudhakaran_1-1685783432892.png

Thanks

chaouki_akir
Contributor
0 Kudos

prakashsaurav
Active Participant
0 Kudos

My Repo (GitHub) [ Week 3] 

Output:

Week3Submisison.JPG

 

Sandra_Solis
Participant

This week 3 was easy 😊 Sorry for my lack of imagination to choose the names of the items

SandraSolis_2-1685980373417.png

 

 

 

 

BrunoVB
Explorer
0 Kudos

Hi everyone!

This is my repository for the week 3 challenge: https://github.com/BrunoVelascoBerenger/Abap-Challenge-Week-3

 

BrunoVB_1-1685993597641.png

alessandraarm
Explorer
0 Kudos

Hello!

Here the screenshot of my solution:

 

alessandraarm_0-1685999083150.png

My github repo: https://github.com/alessandraarm/abapgit_challenge_w1

 

jasshauer
Explorer
0 Kudos

a little bit late but i was offline for two weeks. 

I will resume with week 4 asap - it makes fun 🙂 

jasshauer_0-1686051873747.png

My class commited to my repo: https://github.com/jasshaue/SAPDevCodeChallengeOS/tree/main/src

nomssi
Active Contributor

0 Kudos

Hello!

Here the screenshot of my solution:

pkasina_7_0-1686821794189.png