<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/264251#M1644</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smuhsb_0-1685860952004.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37259i0569CC11150C9E9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smuhsb_0-1685860952004.png" alt="smuhsb_0-1685860952004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This was fun!&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jun 2023 06:42:52 GMT</pubDate>
    <dc:creator>smuhsb</dc:creator>
    <dc:date>2023-06-04T06:42:52Z</dc:date>
    <item>
      <title>SAP Developer Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263470#M1579</link>
      <description>&lt;P&gt;This discussion thread is to submit your solution for Week 4 of&amp;nbsp;the&amp;nbsp;&lt;A href="https://blogs.sap.com/2023/05/10/sap-developer-code-challenge-open-source-abap/" target="_self" rel="noopener noreferrer"&gt;May 2023 Developer Challenge - Open-Source ABAP&amp;nbsp;&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Week 4 – &lt;/STRONG&gt;&lt;SPAN&gt;Axeage&lt;/SPAN&gt; &lt;A href="https://github.com/Ennowulff/axage" target="_blank" rel="noopener"&gt;https://github.com/Ennowulff/axage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We thought we would end this month’s dev challenge by having some fun. Community member &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7046"&gt;@EnnoWulff&lt;/a&gt;&amp;nbsp;has created an open-source game engine in ABAP. Think classic text-based games like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://en.wikipedia.org/wiki/Zork" target="_blank" rel="noopener"&gt;Zork&lt;/A&gt;. Now you can create and play these kinds of games in your own ABAP system.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":video_game:"&gt;🎮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For this week’s challenge, install the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Ennowulff/axage" target="_blank" rel="noopener"&gt;axage&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;project in your system. This project contains a classic SAPGUI dialog program. If you are using an on premise system that supports SAPGUI you can run the program,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Ennowulff/axage/blob/main/src/zaxage_demo_01.prog.abap" target="_blank" rel="noopener"&gt;zaxage_demo_01&lt;/A&gt;, to play a sample game. If you are testing on ABAP Cloud (or any system without SAPGUI access), you can run the class&lt;A href="https://github.com/Ennowulff/axage/blob/main/src/zcl_axage_demo1.clas.abap" target="_blank" rel="noopener"&gt;, zcl_axage_demo1&lt;/A&gt;, from the ABAP Console to play the sample game.&amp;nbsp; If using the ABAP Console version, there is no input option; so you will have to add your input actions in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Ennowulff/axage/blob/f7613cecb54c51f213e8d4de1b5b80dfe6524d09/src/zcl_axage_demo1.clas.abap#L92" target="_blank" rel="noopener"&gt;if_oo_adt_classrun~main&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where you see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/Ennowulff/axage/blob/f7613cecb54c51f213e8d4de1b5b80dfe6524d09/src/zcl_axage_demo1.clas.abap#L94" target="_blank" rel="noopener"&gt;comment “Add Your Commands Here”.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your goal in this sample, simple game is to explore the rooms, find the Request for Change and deliver it to your developers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Unknown.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/36983i5733E94675169F0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Unknown.png" alt="Unknown.png" /&gt;&lt;/span&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":exclamation_mark:"&gt;❗&lt;/span&gt;You will get credit for this weeks’ challenge by providing a screenshot of the successful completion of this game.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Bonus #1: You can install a second open-source project that uses the abap2UI5 framework from Week 2 of the challenge to create an SAPUI5 interactive UI for playing Axage and the sample game. You might find this easier than playing the game via the ABAP Console.&amp;nbsp; This second project is available here:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/jung-thomas/axage_example" target="_blank" rel="noopener"&gt;jung-thomas/axage_example: ABAP Game Engine Example using ABAP2UI5 (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Unknown-1.png" style="width: 561px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/36986iE651DBE65BC69C2E/image-dimensions/561x487?v=v2" width="561" height="487" role="button" title="Unknown-1.png" alt="Unknown-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bonus #2 – using what you have learned throughout the Dev Challenge, create your own original game in the Axage engine and share it with the community by pushing it back to a Git Repository.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 13:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263470#M1579</guid>
      <dc:creator>Mamikee</dc:creator>
      <dc:date>2023-06-07T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263479#M1580</link>
      <description>&lt;P&gt;Here is my completion of the sample game in Axage:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ABAP_Challenge_Week4_TPJ_Submission.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/36988i2FC36ACD7C12B8A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="ABAP_Challenge_Week4_TPJ_Submission.png" alt="ABAP_Challenge_Week4_TPJ_Submission.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I can't wait to see what games people might dream up and share!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263479#M1580</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2023-05-31T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263483#M1581</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi ennowulff,&lt;BR /&gt;&lt;SPAN&gt;Mamikee (Employee) mentioned you in a post! Join the conversation below&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One of the best options to get informed about the next Code Challenge...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/274"&gt;@Mamikee&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/139"&gt;@thomas_jung&lt;/a&gt;&amp;nbsp;for making my fun project part of this contest!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263483#M1581</guid>
      <dc:creator>EnnoWulff</dc:creator>
      <dc:date>2023-05-31T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263533#M1584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is my completion of the game:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AXAGE.png" style="width: 985px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37004iD950EFCA478E7154/image-size/large?v=v2&amp;amp;px=999" role="button" title="AXAGE.png" alt="AXAGE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Huge shoutout to&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/274"&gt;@Mamikee&lt;/a&gt;&amp;nbsp; for giving us such an awesome ending to this month's Code Challenge!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263533#M1584</guid>
      <dc:creator>kwinzig23</dc:creator>
      <dc:date>2023-05-31T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263625#M1587</link>
      <description>&lt;P&gt;This was fun. Here is my submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GJASPALADL_0-1685584538613.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37022i65132C5D2BDAE8FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GJASPALADL_0-1685584538613.png" alt="GJASPALADL_0-1685584538613.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 01:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263625#M1587</guid>
      <dc:creator>Gurpreet_Jaspal</dc:creator>
      <dc:date>2023-06-01T01:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263629#M1588</link>
      <description>&lt;P&gt;Here are my submission for week4.&amp;nbsp;I enjoyed and learned a lot of thing during the past 4 weeks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="week4-result-abap-console.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37024i16C724AF2D98AE64/image-size/large?v=v2&amp;amp;px=999" role="button" title="week4-result-abap-console.png" alt="week4-result-abap-console.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="week4-result-sap-gui.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37023iCA8EE0C92DB93717/image-size/large?v=v2&amp;amp;px=999" role="button" title="week4-result-sap-gui.png" alt="week4-result-sap-gui.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to take this chance to say thank you so much to everybody both the advocate team the community members for making this fun challenge altogether especially&amp;nbsp;&lt;A href="https://groups.community.sap.com/t5/user/viewprofilepage/user-id/139" target="_self"&gt;Thomas Jung&lt;/A&gt; and &lt;A class="" href="https://groups.community.sap.com/t5/user/viewprofilepage/user-id/274" target="_self"&gt;&lt;SPAN class=""&gt;Mamikee&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;for the help,&lt;/P&gt;&lt;P&gt;Next are&amp;nbsp;those experts who are contributing to these great ABAP opensource projects, you are the man.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 03:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263629#M1588</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-06-01T03:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263637#M1589</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please find my completion of the game.&lt;BR /&gt;Hope I'll get the Platinum trophy&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":trophy:"&gt;🏆&lt;/span&gt; :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NooruBohra_0-1685594905759.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37026iB9AF5C8EBCA8CD26/image-size/large?v=v2&amp;amp;px=999" role="button" title="NooruBohra_0-1685594905759.png" alt="NooruBohra_0-1685594905759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 04:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263637#M1589</guid>
      <dc:creator>NooruBohra</dc:creator>
      <dc:date>2023-06-01T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263723#M1590</link>
      <description>&lt;P&gt;Nice repo&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7046"&gt;@EnnoWulff&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I also delivered the RFC to developers&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Here is the screenshot from ABAP2UI5 demo:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Week 4 challenge completion" style="width: 635px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37066i6F1D7B9449A385C9/image-dimensions/635x786?v=v2" width="635" height="786" role="button" title="abap_week4_challenge_result.png" alt="Week 4 challenge completion" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Week 4 challenge completion&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I do not have much free time to create own Axage engine game.&lt;BR /&gt;Maybe I will try later some time after the challenge.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263723#M1590</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2023-06-01T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263806#M1592</link>
      <description>&lt;P&gt;Done!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1685624637858.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37093i6C7892E24379C55E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruthiel_0-1685624637858.png" alt="Ruthiel_0-1685624637858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Ruthiel&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263806#M1592</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2023-06-01T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263825#M1595</link>
      <description>&lt;P&gt;Hi Mamikee,&lt;/P&gt;&lt;P&gt;Here is my screenshot for week4 challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1685626252010.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37103i41EFB3443F545666/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1685626252010.png" alt="SingireddySunil_0-1685626252010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_1-1685626257401.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37104i173F4E1315F8BCED/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_1-1685626257401.png" alt="SingireddySunil_1-1685626257401.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263825#M1595</guid>
      <dc:creator>SingireddySunil</dc:creator>
      <dc:date>2023-06-01T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263873#M1598</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my abap2UI5 enabled version:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nomssi_0-1685634401423.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37116i61FD508875148B5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nomssi_0-1685634401423.png" alt="nomssi_0-1685634401423.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 15:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263873#M1598</guid>
      <dc:creator>nomssi</dc:creator>
      <dc:date>2023-06-01T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263906#M1599</link>
      <description>&lt;P&gt;Here is mine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Florian_0-1685644601951.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37137i0BB66EA12E57BE7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Florian_0-1685644601951.png" alt="Florian_0-1685644601951.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 18:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263906#M1599</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2023-06-01T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263931#M1600</link>
      <description>&lt;P&gt;I am working on an ABAP version of &lt;A href="https://github.com/nomssi/abap_scheme/wiki/Play-Wizard's-Adventure" target="_self"&gt;this&lt;/A&gt; Wizard's game.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nomssi/axage" target="_blank"&gt;https://github.com/nomssi/axage&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/nomssi/SAP-Developer-Code-Challenge" target="_blank"&gt;https://github.com/nomssi/SAP-Developer-Code-Challenge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nomssi_0-1685671503354.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37146i517089F4034A0F2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nomssi_0-1685671503354.png" alt="nomssi_0-1685671503354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 02:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263931#M1600</guid>
      <dc:creator>nomssi</dc:creator>
      <dc:date>2023-06-02T02:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263948#M1603</link>
      <description>&lt;P&gt;Hello, here is my submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37151iD20D548BBE65CE8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_5.png" alt="Screenshot_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 05:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263948#M1603</guid>
      <dc:creator>fyagubova</dc:creator>
      <dc:date>2023-06-02T05:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263979#M1607</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/274"&gt;@Mamikee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my submission for Week 4.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="govardhansahil_0-1685689603532.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37162iDD8094AADE18016A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="govardhansahil_0-1685689603532.png" alt="govardhansahil_0-1685689603532.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="govardhansahil_1-1685689615990.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37163i10575DA7AC850BC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="govardhansahil_1-1685689615990.png" alt="govardhansahil_1-1685689615990.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263979#M1607</guid>
      <dc:creator>govardhansahil</dc:creator>
      <dc:date>2023-06-02T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263980#M1608</link>
      <description>&lt;P&gt;Hi Mamikee,&lt;/P&gt;&lt;P&gt;here is my submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rahulchowdary10_0-1685689711897.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37164i8974A7DBDC1183E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="rahulchowdary10_0-1685689711897.png" alt="rahulchowdary10_0-1685689711897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263980#M1608</guid>
      <dc:creator>former_member144140</dc:creator>
      <dc:date>2023-06-02T07:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263987#M1610</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/274"&gt;@Mamikee&lt;/a&gt;&amp;nbsp;I am not sure if I also have to prove that I solved my own quest...? &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263987#M1610</guid>
      <dc:creator>EnnoWulff</dc:creator>
      <dc:date>2023-06-02T07:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263990#M1612</link>
      <description>&lt;P&gt;Hi Mamike, Here is my screenshot for week 4 challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_0-1685692887717.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37167i85803F903DAA1D65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_0-1685692887717.png" alt="ManojKumarVarma_0-1685692887717.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263990#M1612</guid>
      <dc:creator>ManojKumarVarma</dc:creator>
      <dc:date>2023-06-02T08:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263992#M1613</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is my completion of the game:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ice_screenshot_20230602-095926.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37168iE1EE80C8AE2498EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="ice_screenshot_20230602-095926.png" alt="ice_screenshot_20230602-095926.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/263992#M1613</guid>
      <dc:creator>tobiasz_h</dc:creator>
      <dc:date>2023-06-02T08:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Code Challenge – Open-Source ABAP (Week 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/264001#M1616</link>
      <description>&lt;P&gt;Hi Mamikee,&lt;/P&gt;&lt;P&gt;Here is my week-4 submission&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (5).png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37173iDFBD41ABBDB1A7EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (5).png" alt="MicrosoftTeams-image (5).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-open-source-abap-week-4/m-p/264001#M1616</guid>
      <dc:creator>former_member145047</dc:creator>
      <dc:date>2023-06-02T08:40:59Z</dc:date>
    </item>
  </channel>
</rss>

