<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543270#M1073213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the select-options.&lt;/P&gt;&lt;P&gt;Kindly check if any range is defiined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other case in which it will fetch multiple records is when both select-options are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 09:03:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T09:03:50Z</dc:date>
    <item>
      <title>report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543268#M1073211</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 m making a report but problem is that when i m passing the single value then its also picking the records for others values also. can anyone tell me the exact prob?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: KUNNR FOR VBAK-KUNNR,&lt;/P&gt;&lt;P&gt;                VKBUR FOR VBAK-VKBUR.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT VKBUR KUNNR VTWEG CASSD AUFSD LIFSD FAKSD FROM KNVV INTO CORRESPONDING FIELDS OF TABLE ITAB&lt;/P&gt;&lt;P&gt;                                                            WHERE KUNNR IN KUNNR AND VKBUR IN VKBUR&lt;/P&gt;&lt;P&gt;                                                            AND CASSD = 'X' OR AUFSD NE '' OR AUFSD NE '' OR LIFSD NE ''&lt;/P&gt;&lt;P&gt;                                                            OR FAKSD NE ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards saurabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543268#M1073211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543269#M1073212</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;Try using the brackets in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT VKBUR KUNNR VTWEG CASSD AUFSD LIFSD FAKSD FROM KNVV INTO CORRESPONDING FIELDS OF TABLE ITAB&lt;/P&gt;&lt;P&gt;WHERE KUNNR IN KUNNR AND VKBUR IN VKBUR&lt;/P&gt;&lt;P&gt;AND ( CASSD = 'X' OR AUFSD NE '' OR AUFSD NE '' OR LIFSD NE ''&lt;/P&gt;&lt;P&gt;OR FAKSD NE '' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543269#M1073212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543270#M1073213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the select-options.&lt;/P&gt;&lt;P&gt;Kindly check if any range is defiined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other case in which it will fetch multiple records is when both select-options are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543270#M1073213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543271#M1073214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    it is good to validate select-option in at selection-screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if select-option range is not in table, then while passing it to select query u will be getting whole record from table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so try to validate it first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4543271#M1073214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:11:33Z</dc:date>
    </item>
  </channel>
</rss>

