<?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: Inner join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116881#M740171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this.&lt;/P&gt;&lt;P&gt;select-options: datum for afvv-fsavd.&lt;/P&gt;&lt;P&gt;select afvc&lt;SUB&gt;arbid afvc&lt;/SUB&gt;steus afvv&lt;SUB&gt;aufpl afvv&lt;/SUB&gt;aplzl afvv~dauno&lt;/P&gt;&lt;P&gt;   afvv~fsavd into corresponding fields of table i_afvc_afvv &lt;/P&gt;&lt;P&gt;  from afvc inner join afvv on afvc&lt;SUB&gt;aufpl = afvv&lt;/SUB&gt;aufpl and &lt;/P&gt;&lt;P&gt;  afvc&lt;SUB&gt;aplzl = afvv&lt;/SUB&gt;aplzl where afvv~fsavd in datum and&lt;/P&gt;&lt;P&gt;( afvc&lt;SUB&gt;steus = 'PP01' or afvc&lt;/SUB&gt;steus = 'ZP05' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 11:34:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T11:34:03Z</dc:date>
    <item>
      <title>Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116878#M740168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anybody tell is the following code works properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: datum for afvv-fsavd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select afvc&lt;SUB&gt;arbid afvc&lt;/SUB&gt;steus afvv&lt;SUB&gt;aufpl afvv&lt;/SUB&gt;aplzl afvv&lt;SUB&gt;dauno afvv&lt;/SUB&gt;fsavd into corresponding fields of table i_afvc_afvv from afvc inner join afvv on afvc&lt;SUB&gt;aufpl = afvv&lt;/SUB&gt;aufpl and afvc&lt;SUB&gt;aplzl = afvv&lt;/SUB&gt;aplzl where afvv~fsavd in datum and&lt;/P&gt;&lt;P&gt;                                                                    afvc~steus = 'PP01' or&lt;/P&gt;&lt;P&gt;                                                                    afvc~steus = 'ZP05'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naseer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116878#M740168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116879#M740169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select afvc&lt;SUB&gt;arbid afvc&lt;/SUB&gt;steus afvv&lt;SUB&gt;aufpl afvv&lt;/SUB&gt;aplzl afvv&lt;SUB&gt;dauno afvv&lt;/SUB&gt;fsavd into corresponding fields of table i_afvc_afvv from afvc inner join afvv on afvc&lt;SUB&gt;aufpl = afvv&lt;/SUB&gt;aufpl and afvc&lt;SUB&gt;aplzl = afvv&lt;/SUB&gt;aplzl where afvv~fsavd in datum and&lt;/P&gt;&lt;P&gt; ( afvc~steus = 'PP01' or&lt;/P&gt;&lt;P&gt;afvc~steus = 'ZP05'  ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its ok,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116879#M740169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116880#M740170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Its correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116880#M740170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116881#M740171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this.&lt;/P&gt;&lt;P&gt;select-options: datum for afvv-fsavd.&lt;/P&gt;&lt;P&gt;select afvc&lt;SUB&gt;arbid afvc&lt;/SUB&gt;steus afvv&lt;SUB&gt;aufpl afvv&lt;/SUB&gt;aplzl afvv~dauno&lt;/P&gt;&lt;P&gt;   afvv~fsavd into corresponding fields of table i_afvc_afvv &lt;/P&gt;&lt;P&gt;  from afvc inner join afvv on afvc&lt;SUB&gt;aufpl = afvv&lt;/SUB&gt;aufpl and &lt;/P&gt;&lt;P&gt;  afvc&lt;SUB&gt;aplzl = afvv&lt;/SUB&gt;aplzl where afvv~fsavd in datum and&lt;/P&gt;&lt;P&gt;( afvc&lt;SUB&gt;steus = 'PP01' or afvc&lt;/SUB&gt;steus = 'ZP05' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/3116881#M740171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T11:34:03Z</dc:date>
    </item>
  </channel>
</rss>

