<?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: Task 2 - CDS View Entity Associations ( August Developer Challenge ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13802276#M2030242</link>
    <description>&lt;P&gt;Yes, the warning comes up as there is a potential for the data to be altered like example if it has translations. To avoid this, you can filter out by specifying the language and add '1' to document the change cardinality. Check this link for more information:&amp;nbsp;&lt;A href="https://learning.sap.com/learning-journeys/acquire-core-abap-skills/using-associations-in-path-expressions_daff758b-a544-4613-9a6e-aa1a2df73a33" target="_blank"&gt;https://learning.sap.com/learning-journeys/acquire-core-abap-skills/using-associations-in-path-expressions_daff758b-a544-4613-9a6e-aa1a2df73a33&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 11:37:28 GMT</pubDate>
    <dc:creator>Shilpa_Shankar</dc:creator>
    <dc:date>2024-08-21T11:37:28Z</dc:date>
    <item>
      <title>Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794132#M2029936</link>
      <description>&lt;P&gt;Thanks for the enormous response and showing great enthusiasm in &lt;A href="https://community.sap.com/t5/application-development-discussions/task-1-create-cds-view-entity-august-developer-challenge/m-p/13785912" target="_blank" rel="noopener"&gt;Task 1&lt;/A&gt;. Let’s continue the &lt;A href="https://community.sap.com/t5/application-development-blog-posts/sap-developer-challenge-abap-core-data-services/ba-p/13778288" target="_blank" rel="noopener"&gt;ABAP Developer Challenge&lt;/A&gt; by enhancing the CDS view entity.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Task 2&lt;/STRONG&gt; - In this task, we will explore some basic SQL function, CDS Associations and use it to enhance the CDS View entity that is created in &lt;A href="https://community.sap.com/t5/application-development-discussions/task-1-create-cds-view-entity-august-developer-challenge/m-p/13785912" target="_blank" rel="noopener"&gt;Task 1&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Follow the instructions carefully and share with us the screenshots of the items mentioned in the ‘Validation’ section of this discussion.&lt;/P&gt;&lt;P&gt;Please use this&amp;nbsp;&lt;A href="https://community.sap.com/t5/application-development-discussions/questions-re-quot-abap-core-data-services-quot-developer-challenge/td-p/13778268" target="_blank" rel="noopener"&gt;separate thread to ask your questions and discuss issues&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new field in the CDS view entity created in task 1 and use String function to concatenate Total_Price and Currency_Code.&lt;OL class="lia-list-style-type-lower-alpha"&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abencds_sql_functions_character_v2.htm" target="_blank" rel="noopener"&gt;https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abencds_sql_functions_character_v2.htm&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Since we have Status field in the CDS view entity, let us create an association with /DMO/I_Overall_Status_VH to fetch the corresponding Text field.&lt;OL class="lia-list-style-type-lower-alpha"&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/docs/abap-cloud/abap-data-models/cds-associations?locale=en-US&amp;amp;version=s4_hana" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/abap-cloud/abap-data-models/cds-associations?locale=en-US&amp;amp;version=s4_hana&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Expose the Text field from the association and give a name to the newly created field. This should return the text value of the Status (Overall Status Text)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: &lt;SPAN&gt;For those who do not have data in the status text table, try running the data generator class&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/dmo/cl_flight_data_generator. This should load that table with initial data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Validation&lt;/STRONG&gt;:&amp;nbsp;Share a screenshot of the following items as a reply to this thread to gain credits:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Data Preview of the CDS View Entity which contains,&lt;OL class="lia-list-style-type-lower-alpha"&gt;&lt;LI&gt;1 new field with concatenated value of Total_Price and Currency_Code.&lt;/LI&gt;&lt;LI&gt;1 new field with Overall Status Text&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;Do not post the screenshot of the CDS view entity. Just Data preview is sufficient.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Enjoy until we are back with the next task!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 16:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794132#M2029936</guid>
      <dc:creator>Shilpa_Shankar</dc:creator>
      <dc:date>2024-08-23T16:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794253#M2029938</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here we go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can use the&amp;nbsp;&lt;SPAN&gt;localized here since it is not project to get the login lang.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BH2408_0-1723626005879.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151638i634A690F802E8D7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BH2408_0-1723626005879.png" alt="BH2408_0-1723626005879.png" /&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="BH2408_1-1723626053493.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151640i375A94A66C12CDD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BH2408_1-1723626053493.png" alt="BH2408_1-1723626053493.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please review and let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 09:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794253#M2029938</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2024-08-14T09:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794286#M2029939</link>
      <description>&lt;P&gt;Considering login language as default, enhanced CDS view may look like -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PrakharAlok1_0-1723626985113.png" style="width: 544px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151653i70018F337E4E5C76/image-dimensions/544x268?v=v2" width="544" height="268" role="button" title="PrakharAlok1_0-1723626985113.png" alt="PrakharAlok1_0-1723626985113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the Data preview -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PrakharAlok1_1-1723627069147.png" style="width: 499px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151654iA45E4C99C321E3CD/image-dimensions/499x490?v=v2" width="499" height="490" role="button" title="PrakharAlok1_1-1723627069147.png" alt="PrakharAlok1_1-1723627069147.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 09:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794286#M2029939</guid>
      <dc:creator>PrakharAlok1</dc:creator>
      <dc:date>2024-08-14T09:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794391#M2029942</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gaurav33_0-1723630342102.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151680iE50BF56ED26FB909/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gaurav33_0-1723630342102.png" alt="gaurav33_0-1723630342102.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794391#M2029942</guid>
      <dc:creator>gaurav33</dc:creator>
      <dc:date>2024-08-14T10:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794411#M2029943</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_1-1723631043174.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151683i7AC841DCA477F8F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_1-1723631043174.png" alt="geek_1-1723631043174.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794411#M2029943</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-08-14T10:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794423#M2029946</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Here My solution,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Saikumar_Vendoti_0-1723631266293.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151688i977202348F9B684E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Saikumar_Vendoti_0-1723631266293.png" alt="Saikumar_Vendoti_0-1723631266293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Saikumar_Vendoti_1-1723631451583.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151689iFD4391BAB38BB666/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Saikumar_Vendoti_1-1723631451583.png" alt="Saikumar_Vendoti_1-1723631451583.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794423#M2029946</guid>
      <dc:creator>Saikumar_Vendoti</dc:creator>
      <dc:date>2024-08-14T10:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794426#M2029947</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShivamChadha_0-1723631663464.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151690iE49899D082E276F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShivamChadha_0-1723631663464.png" alt="ShivamChadha_0-1723631663464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794426#M2029947</guid>
      <dc:creator>ShivamChadha</dc:creator>
      <dc:date>2024-08-14T10:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794439#M2029949</link>
      <description>&lt;P&gt;Hello Everyone, as part of progress I completed week 2 challenge...&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Data Preview:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Week 2 - 1 Data Preview.jpg" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151696i4B71FDFFCB3BA81A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Week 2 - 1 Data Preview.jpg" alt="Week 2 - 1 Data Preview.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794439#M2029949</guid>
      <dc:creator>SachinSinghg</dc:creator>
      <dc:date>2024-08-14T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794445#M2029950</link>
      <description>&lt;P&gt;Done!! please find the below solution&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rajesh_munusamy_0-1723632171428.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151697iD60DBBD7305B6366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rajesh_munusamy_0-1723632171428.png" alt="rajesh_munusamy_0-1723632171428.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Data preview&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rajesh_munusamy_1-1723632217081.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151698i2FA7A8623FBC9D15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rajesh_munusamy_1-1723632217081.png" alt="rajesh_munusamy_1-1723632217081.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794445#M2029950</guid>
      <dc:creator>rajesh_munusamy</dc:creator>
      <dc:date>2024-08-14T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794461#M2029951</link>
      <description>&lt;P&gt;Thank you for this initiative!&lt;/P&gt;&lt;P&gt;Task 2 - Completed!&lt;/P&gt;&lt;P&gt;New fields added:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rambabu_botsa_0-1723632576481.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151702i22A6DF8E9470D205/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rambabu_botsa_0-1723632576481.png" alt="rambabu_botsa_0-1723632576481.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;CDS View with association:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rambabu_botsa_1-1723632625782.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151703i6EEBE84838405D58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rambabu_botsa_1-1723632625782.png" alt="rambabu_botsa_1-1723632625782.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794461#M2029951</guid>
      <dc:creator>Rambabu_Botsa</dc:creator>
      <dc:date>2024-08-14T10:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794483#M2029954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/141830"&gt;@Shilpa_Shankar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Task 2 Completed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Screenshot:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; &amp;nbsp;Data Preview of the CDS View Entity which contains,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; a)&amp;nbsp; &amp;nbsp;1 new field with concatenated value of Total_Price and Currency_Code and new field with Overall Status Text.&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="Sarath_Kumar_3-1723633391497.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151711iD513F708758F4006/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sarath_Kumar_3-1723633391497.png" alt="Sarath_Kumar_3-1723633391497.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; b)&amp;nbsp; &amp;nbsp;CDS View Entity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sarath_Kumar_4-1723633461995.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151712iF10F8828BB235A9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sarath_Kumar_4-1723633461995.png" alt="Sarath_Kumar_4-1723633461995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794483#M2029954</guid>
      <dc:creator>Sarath_Kumar</dc:creator>
      <dc:date>2024-08-14T11:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794515#M2029955</link>
      <description>&lt;P&gt;Done.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="J_Eck_0-1723634565263.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151729iAEEA78670BC647F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="J_Eck_0-1723634565263.png" alt="J_Eck_0-1723634565263.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794515#M2029955</guid>
      <dc:creator>J_Eck</dc:creator>
      <dc:date>2024-08-14T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794521#M2029956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is my solution for week 2 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebSchlegel_0-1723634881526.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151730iA49704BB5D05785C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebSchlegel_0-1723634881526.png" alt="SebSchlegel_0-1723634881526.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794521#M2029956</guid>
      <dc:creator>SebSchlegel</dc:creator>
      <dc:date>2024-08-14T11:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794529#M2029957</link>
      <description>&lt;P&gt;Thank you for the Task 2 . Very sweet and short task&amp;nbsp;that covers SQL functions and CDS Annotations.&lt;/P&gt;&lt;P&gt;Here is the screen shot of completed Task &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;. Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kaleshavalli_0-1723635302638.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151732i81D666AF6C7D5186/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kaleshavalli_0-1723635302638.png" alt="Kaleshavalli_0-1723635302638.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Kalesha.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794529#M2029957</guid>
      <dc:creator>Kaleshavalli</dc:creator>
      <dc:date>2024-08-14T11:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794530#M2029958</link>
      <description>&lt;P&gt;Heya! Here is the data preview screenshot -&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SachinArtani_0-1723635414751.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151734iDFFC145ACE4B6C4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SachinArtani_0-1723635414751.png" alt="SachinArtani_0-1723635414751.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794530#M2029958</guid>
      <dc:creator>SachinArtani</dc:creator>
      <dc:date>2024-08-14T11:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794545#M2029959</link>
      <description>&lt;P&gt;Hi!, here is the data preview ss.&lt;BR /&gt;Thanks for for the Task 2.&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adrianng_0-1723636119286.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151738i40A2C1910FAA9B91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adrianng_0-1723636119286.png" alt="adrianng_0-1723636119286.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794545#M2029959</guid>
      <dc:creator>adrianng</dc:creator>
      <dc:date>2024-08-14T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794573#M2029961</link>
      <description>&lt;P&gt;Please find below the submission of week 2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-14 at 5.27.02 PM.png" style="width: 618px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151757i7100B9D9987E674B/image-dimensions/618x288?v=v2" width="618" height="288" role="button" title="Screenshot 2024-08-14 at 5.27.02 PM.png" alt="Screenshot 2024-08-14 at 5.27.02 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-14 at 5.27.29 PM.png" style="width: 564px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151758i109A49CFA043244F/image-dimensions/564x543?v=v2" width="564" height="543" role="button" title="Screenshot 2024-08-14 at 5.27.29 PM.png" alt="Screenshot 2024-08-14 at 5.27.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushmita&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 11:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794573#M2029961</guid>
      <dc:creator>SushmitaG98</dc:creator>
      <dc:date>2024-08-14T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794621#M2029962</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="gphadnis2000_0-1723638604499.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151781iFC6E38740EA44911/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gphadnis2000_0-1723638604499.png" alt="gphadnis2000_0-1723638604499.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794621#M2029962</guid>
      <dc:creator>gphadnis2000</dc:creator>
      <dc:date>2024-08-14T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794641#M2029963</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;My results for Task 2 of August developer challenge:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Silvi__0-1723639174687.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151792i0ABA69AC0F00E07D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Silvi__0-1723639174687.png" alt="Silvi__0-1723639174687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794641#M2029963</guid>
      <dc:creator>Silvi_</dc:creator>
      <dc:date>2024-08-14T12:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Task 2 - CDS View Entity Associations ( August Developer Challenge )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794670#M2029965</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;Let's go!!&lt;/P&gt;&lt;P&gt;Here is the data preview with new fields:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pankajgupta1992_0-1723639907237.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/151802i0D5C1E3076029708/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pankajgupta1992_0-1723639907237.png" alt="pankajgupta1992_0-1723639907237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Pankaj Gupta&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-2-cds-view-entity-associations-august-developer-challenge/m-p/13794670#M2029965</guid>
      <dc:creator>pankajgupta1992</dc:creator>
      <dc:date>2024-08-14T12:53:57Z</dc:date>
    </item>
  </channel>
</rss>

