<?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 Select Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865920#M929116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to retrieve MATNR LFIMG VRKME ARKTX from LIPS where LIPS-VBELN = VFSI-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have a value 71 for VBELN which is in both LIPS &amp;amp; VFSI and i am able to retrieve all the fields but i have two 71's in LIPS. so i am gettng the values for the first 71 and i am not getting the values of second 71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the values of Second 71.&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;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 13:25:00 GMT</pubDate>
    <dc:creator>sudhir_uppalapati</dc:creator>
    <dc:date>2008-05-20T13:25:00Z</dc:date>
    <item>
      <title>Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865920#M929116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to retrieve MATNR LFIMG VRKME ARKTX from LIPS where LIPS-VBELN = VFSI-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have a value 71 for VBELN which is in both LIPS &amp;amp; VFSI and i am able to retrieve all the fields but i have two 71's in LIPS. so i am gettng the values for the first 71 and i am not getting the values of second 71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the values of Second 71.&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;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865920#M929116</guid>
      <dc:creator>sudhir_uppalapati</dc:creator>
      <dc:date>2008-05-20T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865921#M929117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass the POSNR als into the LIPS table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you show the code for the select &lt;/P&gt;&lt;P&gt;then some one can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865921#M929117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865922#M929118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you retreiving the data from lips into a internal table ?&lt;/P&gt;&lt;P&gt;if yes then it should get all the lips records for order 71.&lt;/P&gt;&lt;P&gt;If not then you need to pass the posnr also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 13:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865922#M929118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T13:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865923#M929119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of itab occurs o,&lt;/P&gt;&lt;P&gt;       MATNR  type matnr,&lt;/P&gt;&lt;P&gt;       LFIMG   type lfimg, &lt;/P&gt;&lt;P&gt;       VRKME  type vrkme,&lt;/P&gt;&lt;P&gt;       ARKTX  type arktx,&lt;/P&gt;&lt;P&gt;     end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lips&lt;SUB&gt;matnr lips&lt;/SUB&gt;lfimg lips&lt;SUB&gt;vrkme lips&lt;/SUB&gt;arktx into table itab &lt;/P&gt;&lt;P&gt;from lips inner join  vfsi&lt;/P&gt;&lt;P&gt;on LIPS&lt;SUB&gt;VBELN = VFSI&lt;/SUB&gt;VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the table itab.you will get all the entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 14:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/3865923#M929119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T14:04:19Z</dc:date>
    </item>
  </channel>
</rss>

