<?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 Challenge - SAP Cloud Application Programming Model (Week 1) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/271687#M1938</link>
    <description>&lt;P&gt;Well done &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 14:43:09 GMT</pubDate>
    <dc:creator>nicoschoenteich</dc:creator>
    <dc:date>2023-07-12T14:43:09Z</dc:date>
    <item>
      <title>SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270028#M1809</link>
      <description>&lt;DIV class="lia-align-center"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Please note that this challenge is closed. The deadline for receiving a badge upon successful completion has passed. Check out this &lt;A href="https://blogs.sap.com/2023/08/01/sap-developer-challenge-apis/" target="_self"&gt;new challenge&lt;/A&gt; for the month of August.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Welcome to the first week of this month's SAP Developer Challenge. This week we are going to learn how to get started with the SAP Cloud Application Programming Model (CAP) and domain modeling. If you haven't read the &lt;A href="https://blogs.sap.com/2023/07/05/sap-developer-challenge-sap-cloud-application-programming-model/" target="_self"&gt;announcement blog post&lt;/A&gt; for this challenge, please head over and do so.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H1&gt;&lt;FONT size="5"&gt;The Challenge&lt;/FONT&gt;&lt;/H1&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The objective this week is to build a CAP service, that can track golf rounds. Yes, you read that right – golf rounds &lt;span class="lia-unicode-emoji" title=":flag_in_hole:"&gt;⛳&lt;/span&gt;️🏌🏽‍. This is a completely artificial scenario that we made up, but it lends itself pretty well to practice a few basic CAP features.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;We have prepared a starter project (link to CodeSandbox below) that already contains the entity "Rounds" and exposes it via a service. It is your job to enrich this existing service.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;This is what you have to do to successfully complete this week's challenge:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;Go to the &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://codesandbox.io/p/sandbox/cap-developer-challenge-kktxgn?file=%2Fpackage.json%3A17%2C1" target="_self"&gt;CodeSandbox&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and fork it. You have to have an account with CodeSandbox and be be signed in to be able to do that.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Work on the project so it represents the following relationships:&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI&gt;The service should track who entered a new round and when it was entered (hint: &lt;A href="https://cap.cloud.sap/docs/guides/providing-services#using-aspect-managed" target="_self"&gt;&lt;SPAN&gt;managed entities&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;A round consists of multiple holes. No hole can exists without its "parent" round (hint: &lt;A href="https://cap.cloud.sap/docs/advanced/performance-modeling#compositions-vs-associations" target="_self"&gt;&lt;SPAN&gt;compositions vs. associations&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Each hole has a score, representing the number of shots it took a player to get the ball into the hole.&lt;/LI&gt;&lt;LI&gt;Similarly, each hole has a par of 3, 4, or 5, representing the average amount of shots it takes a professional golfer to get the ball into the hole.&lt;/LI&gt;&lt;LI&gt;Each hole consists of one or more shots. Similar to rounds and holes, no shot can exists without its "parent" hole (hint: &lt;A href="https://cap.cloud.sap/docs/advanced/performance-modeling#compositions-vs-associations" target="_self"&gt;&lt;SPAN&gt;compositions vs. associations&lt;/SPAN&gt;&lt;/A&gt;)&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;(Feel free to add more fields to the entities as you see fit.)&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Run the dev server using the predefined "dev" task. To do so, click on the little plus icon (+) to open the dev tools and click on "Tasks &amp;gt; dev".&lt;/LI&gt;&lt;LI&gt;Wait for the server to start. Once done, click on "&lt;A href="http://localhost:4004" target="_blank" rel="noopener"&gt;http://localhost:4004&lt;/A&gt;".&lt;/LI&gt;&lt;LI&gt;Open the metadata of the "browse" service.&lt;/LI&gt;&lt;LI&gt;Take a screen shot of the metadata and post it into this discussion thread. Hopefully it looks something like this (a few sections collapsed in the screen shot):&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="metadata.png" style="width: 874px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39276i8CE3C72FE1A56BCE/image-size/large?v=v2&amp;amp;px=999" role="button" title="metadata.png" alt="metadata.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="5"&gt;Resources&lt;/FONT&gt;&lt;/H1&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;We have gathered a few helpful resources to get started. Also make sure to inspect the existing code in the starter project and try to understand what it does.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/get-started/jumpstart#jumpstart-cap-projects" target="_self"&gt;&lt;SPAN&gt;Jumpstart CAP projects&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/guides/domain-modeling" target="_self"&gt;&lt;SPAN&gt;Domain modeling&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/cds/" target="_self"&gt;&lt;SPAN&gt;Core Data Services (CDS)&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/guides/providing-services#using-aspect-managed" target="_self"&gt;&lt;SPAN&gt;Managed entities&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/cds/cdl#compositions" target="_self"&gt;&lt;SPAN&gt;Compositions&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://cap.cloud.sap/docs/advanced/performance-modeling#compositions-vs-associations" target="_self"&gt;&lt;SPAN&gt;Compositions vs. associations&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;A href="https://www.youtube.com/watch?v=xHw6D381O3w" target="_self"&gt;SAP CAP Introduction by Thomas Jung (SAP CodeJam)&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;Note: If you encounter issues with your dev server not starting properly, check your cds syntax. Unfortunately, the CodeSandbox doesn't have syntax highlighting for cds and it may not provide clear error messages. One useful approach is to comment out sections of code until the server starts, then gradually uncomment to isolate the problematic line.&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Good luck and happy learning!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Aug 2023 13:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270028#M1809</guid>
      <dc:creator>nicoschoenteich</dc:creator>
      <dc:date>2023-08-02T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270167#M1814</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/898"&gt;@nicoschoenteich&lt;/a&gt;&amp;nbsp;Week 1 challenge, close enough?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CAP result.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39333i22A977554C0F6983/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAP result.png" alt="CAP result.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270167#M1814</guid>
      <dc:creator>shrinivasan_neelamegam</dc:creator>
      <dc:date>2023-07-05T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270168#M1815</link>
      <description>&lt;P&gt;Sweet! That looks perfect. Good job &lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270168#M1815</guid>
      <dc:creator>nicoschoenteich</dc:creator>
      <dc:date>2023-07-05T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270174#M1816</link>
      <description>&lt;P&gt;I think I misunderstood the 4th item&amp;nbsp;But I tried it, what do you guys think?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iagoalves_0-1688569527013.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39334i7128B95D3A52EB29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iagoalves_0-1688569527013.png" alt="iagoalves_0-1688569527013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270174#M1816</guid>
      <dc:creator>iagoalves</dc:creator>
      <dc:date>2023-07-05T15:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270192#M1817</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cguttikonda24_1-1688573568901.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39340iADEEC1194286EF7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cguttikonda24_1-1688573568901.png" alt="cguttikonda24_1-1688573568901.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/898"&gt;@nicoschoenteich&lt;/a&gt;&amp;nbsp; Week 1 Challenge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270192#M1817</guid>
      <dc:creator>cguttikonda24</dc:creator>
      <dc:date>2023-07-05T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270193#M1818</link>
      <description>&lt;P&gt;Good job.&lt;/P&gt;&lt;P&gt;And yeah, score and par should be properties of the holes entity, not the shots &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Did you go for compositions or associations?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270193#M1818</guid>
      <dc:creator>nicoschoenteich</dc:creator>
      <dc:date>2023-07-05T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270194#M1819</link>
      <description>&lt;P&gt;Looks good! Well done.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270194#M1819</guid>
      <dc:creator>nicoschoenteich</dc:creator>
      <dc:date>2023-07-05T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270212#M1820</link>
      <description>&lt;P&gt;associations like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;entity&lt;/SPAN&gt;&lt;SPAN&gt; Rounds &lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; cuid {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;holes&lt;/SPAN&gt; &lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;Association to many &lt;/SPAN&gt;&lt;SPAN&gt;Holes &lt;/SPAN&gt;&lt;SPAN&gt;on&lt;/SPAN&gt;&lt;SPAN&gt; holes.rounds &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; $self;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;entity&lt;/SPAN&gt;&lt;SPAN&gt; Holes &lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; cuid {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;rounds&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;Association to &lt;/SPAN&gt;&lt;SPAN&gt;Rounds;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 18:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270212#M1820</guid>
      <dc:creator>iagoalves</dc:creator>
      <dc:date>2023-07-05T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270221#M1821</link>
      <description>&lt;P&gt;My Submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-07-05_14-34-34.jpg" style="width: 636px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39348i0C6C9DD817D5D31A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-07-05_14-34-34.jpg" alt="2023-07-05_14-34-34.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the repo:&amp;nbsp;&lt;A href="https://github.com/jung-thomas/cap-dev-challenge-july-2023" target="_blank"&gt;jung-thomas/cap-dev-challenge-july-2023: CAP Dev Challenge July 2023 (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 18:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270221#M1821</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2023-07-05T18:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270226#M1822</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Here is my submission for week 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alessandraarm_0-1688584239749.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39350i0FD8DC0D1FD1D7C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alessandraarm_0-1688584239749.png" alt="alessandraarm_0-1688584239749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Alessandra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 19:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270226#M1822</guid>
      <dc:creator>AleMarinho</dc:creator>
      <dc:date>2023-07-05T19:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270253#M1826</link>
      <description>&lt;P&gt;First time actually giving CAP a try. Is this it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Afonso_Pimentel_0-1688602346548.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39365iC6DB1BE54470B797/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Afonso_Pimentel_0-1688602346548.png" alt="Afonso_Pimentel_0-1688602346548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 00:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270253#M1826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2023-07-06T00:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270269#M1827</link>
      <description>&lt;P&gt;Hello, attached is the expected output. Is this appropriate for the exercise?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="choujiacheng_0-1688608694458.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39371iBEE2B03CE322213F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="choujiacheng_0-1688608694458.png" alt="choujiacheng_0-1688608694458.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 01:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270269#M1827</guid>
      <dc:creator>choujiacheng</dc:creator>
      <dc:date>2023-07-06T01:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270327#M1828</link>
      <description>&lt;P&gt;Hi Nico,&lt;/P&gt;&lt;P&gt;Here is my submission&amp;nbsp;EDMX for Week#1's assignment, hope it is correct :).&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="cap-code-challength-week-01.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39390i1840C0044D7EB40E/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap-code-challength-week-01.png" alt="cap-code-challength-week-01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wises K.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270327#M1828</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-07-06T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270340#M1830</link>
      <description>&lt;P&gt;My Submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="romil_agrawal_1-1688630290702.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39397i39065740DE0D2617/image-size/medium?v=v2&amp;amp;px=400" role="button" title="romil_agrawal_1-1688630290702.png" alt="romil_agrawal_1-1688630290702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/898"&gt;@nicoschoenteich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 09:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270340#M1830</guid>
      <dc:creator>former_member122296</dc:creator>
      <dc:date>2023-07-06T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270361#M1832</link>
      <description>&lt;P&gt;Unable to open sandbox . Created a account as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shankdeloitte_0-1688635501264.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39406i374F9373D3D65769/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shankdeloitte_0-1688635501264.png" alt="shankdeloitte_0-1688635501264.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 09:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270361#M1832</guid>
      <dc:creator>former_member150473</dc:creator>
      <dc:date>2023-07-06T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270376#M1833</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_0-1688643601034.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39412i9E80D1739F9F4786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_0-1688643601034.png" alt="stickman_0x00_0-1688643601034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do we have score when wee could just see the length of the array of shots?&lt;/P&gt;&lt;P&gt;I think I got everything&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 12:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270376#M1833</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2023-07-06T12:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270425#M1834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/898"&gt;@nicoschoenteich&lt;/a&gt;&amp;nbsp; great idea, thanks for the post. Does this complete week 1 challenge?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="benw_0-1688656498091.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39424iAEBC6118EAB7EC0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="benw_0-1688656498091.png" alt="benw_0-1688656498091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 15:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270425#M1834</guid>
      <dc:creator>former_member150581</dc:creator>
      <dc:date>2023-07-06T15:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270474#M1836</link>
      <description>&lt;P&gt;My submission for week 1 challenge.&amp;nbsp; I added some validations using&amp;nbsp;@assert annotations.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/898"&gt;@nicoschoenteich&lt;/a&gt;&amp;nbsp;does it look good?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhegde_0-1688695858590.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39441i9455FEA2F33CD7CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="dhegde_0-1688695858590.png" alt="dhegde_0-1688695858590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 02:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270474#M1836</guid>
      <dc:creator>dhegde</dc:creator>
      <dc:date>2023-07-07T02:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270503#M1837</link>
      <description>&lt;P&gt;My submission...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="narendran_nv_0-1688703284440.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39459iE939A273496C6F4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="narendran_nv_0-1688703284440.png" alt="narendran_nv_0-1688703284440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Repo:&amp;nbsp;&lt;A href="https://github.com/narendran-nv/cap-developer-challenge-forked-" target="_blank" rel="noopener"&gt;https://github.com/narendran-nv/cap-developer-challenge-forked-&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 04:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270503#M1837</guid>
      <dc:creator>narendran_nv</dc:creator>
      <dc:date>2023-07-07T04:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - SAP Cloud Application Programming Model (Week 1)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270525#M1838</link>
      <description>&lt;P&gt;My submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nmkarthikeya_0-1688725673846.png" style="width: 735px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/39504iE64278B680099139/image-dimensions/735x660?v=v2" width="735" height="660" role="button" title="nmkarthikeya_0-1688725673846.png" alt="nmkarthikeya_0-1688725673846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 10:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-sap-cloud-application-programming-model-week-1/m-p/270525#M1838</guid>
      <dc:creator>nmkarthikeya</dc:creator>
      <dc:date>2023-07-07T10:28:18Z</dc:date>
    </item>
  </channel>
</rss>

