<?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 DUMP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789710#M1121832</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 having the clearing of S_DATE-LOW before the select query. The value of S_DATE-OPTION is getting changed becuase of the event under which it is coded, i guess...... AT SELCTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 06:07:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T06:07:44Z</dc:date>
    <item>
      <title>SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789702#M1121824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting dump due to this query....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  lifnr bukrs ebeln ernam bedat                 &lt;/P&gt;&lt;P&gt;        waers zterm adrnr lands rlwrt FROM ekko       &lt;/P&gt;&lt;P&gt;        INTO CORRESPONDING FIELDS OF TABLE t_hdr      &lt;/P&gt;&lt;P&gt;        WHERE ebeln IN s_ebeln                        &lt;/P&gt;&lt;P&gt;        AND lifnr IN s_lifnr                          &lt;/P&gt;&lt;P&gt;        AND ekorg = 'THS1'                            &lt;/P&gt;&lt;P&gt;        AND  bedat IN s_date                          &lt;/P&gt;&lt;P&gt;        AND  frgke = '1'                              &lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;AND bsart  IN ('NB', 'ZNB', 'FO').&lt;/STRONG&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IN itab operator is used with internal tables which           &lt;/P&gt;&lt;P&gt;have the following structure:                                                                                &lt;/P&gt;&lt;P&gt;SIGN(1)   OPTION(2)   LOW LIKE db_field   HIGH LIKE db_field   &lt;/P&gt;&lt;P&gt;                                                                  &lt;/P&gt;&lt;P&gt;The OPTION column should contain only one of the following values:&lt;/P&gt;&lt;P&gt;                                                                  &lt;/P&gt;&lt;P&gt;   "EQ LE GE CP BT NE LT GT NP NB"                                                                                &lt;/P&gt;&lt;P&gt;The value " " is not allowed here.            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggetions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789702#M1121824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T05:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789703#M1121825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is structure of your S_* selection screen values?are you overwrite them in initialization or somewhere else.as error message clearly suggests the error check option field in all three internal tables(S_*)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789703#M1121825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T05:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789704#M1121826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, iam changing the S_DATE,if a check box on my selection screen selected..i need to display default date in S_date-low.&lt;/P&gt;&lt;P&gt;Thats y i have assigned a SY-DATUM to s_date-low in initialization.&lt;/P&gt;&lt;P&gt;If user de select it....automatically i am clearing the s_date-low value..in at selection-screen output event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest me what to do....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789704#M1121826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T05:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789705#M1121827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please check the declaration part of the internal table also.&lt;/P&gt;&lt;P&gt;Please check the declaration sequence of fileds of internal table is same as fields in select statemnts.&lt;/P&gt;&lt;P&gt;if not the order should be same in declaration and inselect statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789705#M1121827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789706#M1121828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;The Option field is blank ,thats why u r getting the dump message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789706#M1121828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789707#M1121829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Assign a valid value for OPTION field of the select-options statement.&lt;/P&gt;&lt;P&gt;Would be great if you could paste your complete code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789707#M1121829</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2008-12-02T06:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789708#M1121830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT lifnr bukrs ebeln ernam bedat &lt;/P&gt;&lt;P&gt;waers zterm adrnr lands rlwrt&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE t_hdr &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;FROM ekko&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;WHERE ebeln IN s_ebeln &lt;/P&gt;&lt;P&gt;AND lifnr IN s_lifnr &lt;/P&gt;&lt;P&gt;AND ekorg = 'THS1' &lt;/P&gt;&lt;P&gt;AND bedat IN s_date &lt;/P&gt;&lt;P&gt;AND frgke = '1' &lt;/P&gt;&lt;P&gt;AND bsart IN ('NB', 'ZNB', 'FO').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789708#M1121830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789709#M1121831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , U  r using  IN operator and option field is blank,So make select options mandatory or pass all input values ,It will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789709#M1121831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789710#M1121832</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 having the clearing of S_DATE-LOW before the select query. The value of S_DATE-OPTION is getting changed becuase of the event under which it is coded, i guess...... AT SELCTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789710#M1121832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789711#M1121833</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;&lt;/P&gt;&lt;P&gt;I hope getting this short dump in background because of this line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AND bsart IN ('NB', 'ZNB', 'FO').&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is It better to store these values in RANGES table and use in where CALUSE.&lt;/P&gt;&lt;P&gt;Suggest me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin on Dec 2, 2008 11:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789711#M1121833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789712#M1121834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I hope that line is correct.&lt;/P&gt;&lt;P&gt;Better check once in select-option field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789712#M1121834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789713#M1121835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The S_ebeln,S_lifnr and S_date are having an entry with blank option value.&lt;/P&gt;&lt;P&gt;The pbm is not with BSART clause. It is with the IN operator.&lt;/P&gt;&lt;P&gt;When u have an entry in S_ebeln field the IN operator check for option vlaue.In this case it is blank.&lt;/P&gt;&lt;P&gt;Thats why ur getting the dump.&lt;/P&gt;&lt;P&gt;Check this and let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789713#M1121835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789714#M1121836</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;&lt;/P&gt;&lt;P&gt;I have checked the code in my system.&lt;/P&gt;&lt;P&gt;There is no error for "AND bsart IN ('NB', 'ZNB', 'FO'). "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is correct as per syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your internal table definition. I believe the error&lt;/P&gt;&lt;P&gt;is that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789714#M1121836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT QUERY DUMP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789715#M1121837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also getting same dump..&lt;/P&gt;&lt;P&gt;Has your problem fixed?&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-dump/m-p/4789715#M1121837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:24:38Z</dc:date>
    </item>
  </channel>
</rss>

