<?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: CDS VIEW join issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147169#M1976613</link>
    <description>&lt;P&gt;I think you have used an incorrect tag, if yes,  please change the tag to "ABAP"&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 09:30:16 GMT</pubDate>
    <dc:creator>maheshpalavalli</dc:creator>
    <dc:date>2020-04-27T09:30:16Z</dc:date>
    <item>
      <title>CDS VIEW join issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147168#M1976612</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I Joined the MARC,MARD and the output working fine but iam facing issue the data is displaying each storage location wise .suppose i have one material against 5 storage location here stock is displaying each storage location wise and i want sum material-wise not storage location wise so highly appreciated to guide this issue.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 08:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147168#M1976612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-04-27T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW join issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147169#M1976613</link>
      <description>&lt;P&gt;I think you have used an incorrect tag, if yes,  please change the tag to "ABAP"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 09:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147169#M1976613</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2020-04-27T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW join issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147170#M1976614</link>
      <description>&lt;P&gt;And what have you tried so far, did you use sum aggregation in the CDS view, please show your code as well for better answers from community.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 09:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147170#M1976614</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2020-04-27T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW join issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147171#M1976615</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply and i am joining  9 tables please find the below-mentioned code&lt;/P&gt;&lt;P&gt;define view ZP2M_CDS_MAT_KULAB as select distinct from marc as mat_sloc 
left outer join nsdm_v_mard as v_md //mard as v_md
     on mat_sloc.matnr = v_md.matnr
     and mat_sloc.werks = v_md.werks
    {
    key mat_sloc.matnr, 
    key mat_sloc.werks,
     //  mat_stoc.kunnr,
      //  mat_stoc.charg,
    // mat_valu.stprs,
     v_md.labst,
     v_md.lgort
   // mat_stoc.kulab,
 // mat_stoc.kulab as kulab
    }
    //group by mat_sloc.matnr,
      //        mat_sloc.werks
             // mat_stoc.kunnr,
             // mat_stoc.charg&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147171#M1976615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-04-27T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW join issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147172#M1976616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone please pass inputs on this.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view-join-issue/m-p/12147172#M1976616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-04-28T06:42:21Z</dc:date>
    </item>
  </channel>
</rss>

