<?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 Query not working in another client in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951647#M1798731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;Have you used Conversion Routine for the fields BELNR and GJAHR? Also in debugging mode did you found any entries in it_exists table? Also in debugging mode INSERT valid rows and check whether entries are getting retrieved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can share some screen shots of your internal table it_bkpf consisting entries in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Aileni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 18:17:06 GMT</pubDate>
    <dc:creator>venkat_aileni</dc:creator>
    <dc:date>2013-12-09T18:17:06Z</dc:date>
    <item>
      <title>Select Query not working in another client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951645#M1798729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am trying to fetch data from BKPF table and store it in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query works fine in the development client but when it goes to the other client the same query results in sy-subrc eq 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data is avaialable in the that client for the respective BELNR,GJAHR,BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help in resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below the query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;belnr bukrs gjahr stblg usnam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_bkpf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;bkpf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;ENTRIES &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;it_exists&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;belnr &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_exists&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;belnr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;AND&amp;nbsp; &lt;/SPAN&gt;bukrs&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;p_wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bukrs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;AND&amp;nbsp; &lt;/SPAN&gt;gjahr&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;p_wa_final&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;rgjahr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 13:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951645#M1798729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query not working in another client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951646#M1798730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the where clause condition using table. Means you have to pass the Same data to the BKPF table while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 18:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951646#M1798730</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2013-12-09T18:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query not working in another client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951647#M1798731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;Have you used Conversion Routine for the fields BELNR and GJAHR? Also in debugging mode did you found any entries in it_exists table? Also in debugging mode INSERT valid rows and check whether entries are getting retrieved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can share some screen shots of your internal table it_bkpf consisting entries in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat Aileni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 18:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951647#M1798731</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-12-09T18:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select Query not working in another client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951648#M1798732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe FOR ALL ENTRIES make problem. What is in it_exists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 18:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-not-working-in-another-client/m-p/9951648#M1798732</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-12-09T18:18:28Z</dc:date>
    </item>
  </channel>
</rss>

