<?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: Report showing diff. output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623601#M1280750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to understand use of document number in your logic.&lt;/P&gt;&lt;P&gt;How the same is effecting the data fetched from the database table.&lt;/P&gt;&lt;P&gt;This will surely solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 08:05:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-06T08:05:32Z</dc:date>
    <item>
      <title>Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623599#M1280748</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;In report when i inserting the Document Number in selection screen...it display the correct data.. But when i m not inserting the Document Number, only insert Posting date of Document No..showing wrong data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex...in selection screen i m inserting G/L Code, Document Number and Posting Date...then showing the Correct Data.(Value of field Base Amount : 5000).but when not inserting the Document Number, only Insert G/L Code and Posting Date, showing wrong data. .(Value of field Base Amount : 3000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain how it is showing diff. data....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 07:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623599#M1280748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T07:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623600#M1280749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your Documnet number is parameter or selction-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use the initiality before your select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise you will get all the data from that posting date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 07:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623600#M1280749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623601#M1280750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to understand use of document number in your logic.&lt;/P&gt;&lt;P&gt;How the same is effecting the data fetched from the database table.&lt;/P&gt;&lt;P&gt;This will surely solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623601#M1280750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623602#M1280751</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;If possible please send a snapshot of your code. In case if you are using document number as select option then you need to check whether it is initial or not before using it in select quey. When we use select options and if there is no value in it the query then will fetch all the data satisfying rest of the conditions in where clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623602#M1280751</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-05-06T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623603#M1280752</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;check wethear u take all the &lt;STRONG&gt;key field&lt;/STRONG&gt; or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the inconsistancy is come only by this..&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;Ritesh Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623603#M1280752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T08:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Report showing diff. output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623604#M1280753</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; Please specify how you are retrieving the data using function module or select statement.if you are using select statement please specify the select statement you have written so that you will get the solution for the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 09:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-showing-diff-output/m-p/5623604#M1280753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T09:10:13Z</dc:date>
    </item>
  </channel>
</rss>

