<?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 Data retrieval problem - Urgent!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963574#M946795</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;Have a very queer problem.I have a program which queries data from a Z table. The problem is that it does not work for some entries of the ztable. The user enters 4 details in the sel-screen and all these 4 are used for the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some entries when queried through the program gives me sy-subrc 4 even though all input values are correct ( please donot reply suggesting me to check my inputs). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I separately queried using the same values in se16 and the record is fetched.but it doesnot happen in through the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea guys..if you have faced such problems before.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 09:40:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T09:40:56Z</dc:date>
    <item>
      <title>Data retrieval problem - Urgent!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963574#M946795</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;Have a very queer problem.I have a program which queries data from a Z table. The problem is that it does not work for some entries of the ztable. The user enters 4 details in the sel-screen and all these 4 are used for the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some entries when queried through the program gives me sy-subrc 4 even though all input values are correct ( please donot reply suggesting me to check my inputs). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I separately queried using the same values in se16 and the record is fetched.but it doesnot happen in through the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea guys..if you have faced such problems before.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963574#M946795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data retrieval problem - Urgent!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963575#M946796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul , &lt;/P&gt;&lt;P&gt;  Since you dont want us to ask you to check the input again , then please try checking if there is some conversion exit for the data used , and also check what is the value used in the select statement and is it same as tha used when you access throug SE16. Perform an ST05 on the se16 transaction and check if both the values are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963575#M946796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data retrieval problem - Urgent!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963576#M946797</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;    Test your code by passing each parameter to the select query(where clause).&lt;/P&gt;&lt;P&gt;And if all fields works fine, then try by giving bunch to the where clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963576#M946797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data retrieval problem - Urgent!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963577#M946798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rahul....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check your code gain and just check if there is some &lt;STRONG&gt;zero padding&lt;/STRONG&gt; or some other conversion exit required..many times this is the major problem while fecthing the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check whther the data is coming with some zero padding or some other conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 10:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963577#M946798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T10:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data retrieval problem - Urgent!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963578#M946799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shlesha ,&lt;/P&gt;&lt;P&gt;zero padding was the problem...thanks for all others who helped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 10:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-retrieval-problem-urgent/m-p/3963578#M946799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T10:38:13Z</dc:date>
    </item>
  </channel>
</rss>

