<?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: Select querry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307049#M504831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if bsis-budat, bsis-bldat, bsik-zuonr, bseg-hzuon are the input field then you can write the select query as you mentioned but if you are trying to match the data with table fields then you have to go for inner join with those tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 03:15:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T03:15:44Z</dc:date>
    <item>
      <title>Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307044#M504826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I code my select querry like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ponumber&lt;/P&gt;&lt;P&gt;             inv_no&lt;/P&gt;&lt;P&gt;             vendor_no&lt;/P&gt;&lt;P&gt;             podate&lt;/P&gt;&lt;P&gt;             poamount&lt;/P&gt;&lt;P&gt;             typeofmat&lt;/P&gt;&lt;P&gt;             buyer&lt;/P&gt;&lt;P&gt;             porecdate&lt;/P&gt;&lt;P&gt;             inv_amount&lt;/P&gt;&lt;P&gt;             status&lt;/P&gt;&lt;P&gt;             FROM zpo_input INTO CORRESPONDING FIELDS OF TABLE&lt;/P&gt;&lt;P&gt;          lt_final WHERE  porecdate GT bsis-budat and porecdate LT bsis-bldat&lt;/P&gt;&lt;P&gt;                     ponumber  GT bsik-zuonr AND ponumber LT bseg-hzuon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 02:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307044#M504826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307045#M504827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes u can write it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 02:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307045#M504827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T02:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307046#M504828</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;Yes  you can write code like this.&lt;/P&gt;&lt;P&gt;There is only one AND missing in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ponumber&lt;/P&gt;&lt;P&gt;inv_no&lt;/P&gt;&lt;P&gt;vendor_no&lt;/P&gt;&lt;P&gt;podate&lt;/P&gt;&lt;P&gt;poamount&lt;/P&gt;&lt;P&gt;typeofmat&lt;/P&gt;&lt;P&gt;buyer&lt;/P&gt;&lt;P&gt;porecdate&lt;/P&gt;&lt;P&gt;inv_amount&lt;/P&gt;&lt;P&gt;status&lt;/P&gt;&lt;P&gt;FROM zpo_input INTO CORRESPONDING FIELDS OF TABLE&lt;/P&gt;&lt;P&gt;lt_final WHERE porecdate GT bsis-budat and porecdate LT bsis-bldat&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AND&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ponumber GT bsik-zuonr AND ponumber LT bseg-hzuon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 02:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307046#M504828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T02:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307047#M504829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following fields bsis-budat, bsis-bldat, bsik-zuonr, bseg-hzuon are only the input fields on the screen it is not referening to any table. Just what ever the values entered in the screen are captured in the following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 02:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307047#M504829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T02:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307048#M504830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field name is bsis-bldat, .......so on.. are named like that in screen fields, then it fetches all records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for testing purpose.. put a break point on select query and check the bsis-bldat and all these fields r carrying the values entered in screen or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 02:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307048#M504830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T02:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select querry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307049#M504831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if bsis-budat, bsis-bldat, bsik-zuonr, bseg-hzuon are the input field then you can write the select query as you mentioned but if you are trying to match the data with table fields then you have to go for inner join with those tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 03:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-querry/m-p/2307049#M504831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T03:15:44Z</dc:date>
    </item>
  </channel>
</rss>

