<?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: production dump issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610739#M1278543</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;error id is &lt;STRONG&gt;SAPSQL_WHERE_ILLEGAL_VALUE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 12:24:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T12:24:24Z</dc:date>
    <item>
      <title>production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610738#M1278542</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;i got one issue in production dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the dump (st22) ,below got like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program attempted to execute an ABAP/4 Open SQL&lt;/P&gt;&lt;P&gt;statement containing a WHERE condition of the form WHERE (itab) or&lt;/P&gt;&lt;P&gt;WHERE ... AND (itab). The part of the WHERE condition specified at&lt;/P&gt;&lt;P&gt;runtime in the internal table itab contains an invalid&lt;/P&gt;&lt;P&gt;value "NULL". Literals are allowed as values, but not variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name of program : SAPLSDTX&lt;/P&gt;&lt;P&gt;FM:RFC_READ_TABLE" ,in this FM, in the below select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;yarrow mark here marking&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001490   IF NO_DATA EQ SPACE.&lt;/P&gt;&lt;P&gt;001500&lt;/P&gt;&lt;P&gt;001510   DATA: BEGIN OF WORK, BUFFER(30000), END OF WORK.&lt;/P&gt;&lt;P&gt;001520   FIELD-SYMBOLS &amp;lt;F&amp;gt;.&lt;/P&gt;&lt;P&gt;001530&lt;/P&gt;&lt;P&gt;001540   IF ROWCOUNT &amp;gt; 0.&lt;/P&gt;&lt;P&gt;001550     ROWCOUNT = ROWCOUNT + ROWSKIPS.&lt;/P&gt;&lt;P&gt;001560   ENDIF.&lt;/P&gt;&lt;P&gt;001570&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;     SELECT * FROM (QUERY_TABLE) INTO WORK WHERE (OPTIONS).&lt;/P&gt;&lt;P&gt;001590&lt;/P&gt;&lt;P&gt;001600       IF SY-DBCNT GT ROWSKIPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody give the possible reason for dump in production.dump is coming repeately 45 times with in 3 hr.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am waiting for ur valuable answer??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;subhasis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610738#M1278542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610739#M1278543</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;error id is &lt;STRONG&gt;SAPSQL_WHERE_ILLEGAL_VALUE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 12:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610739#M1278543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610740#M1278544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look, in the dump, at the value of "OPTIONS".  Whatever is constructing that is presumably getting it wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you'd need to provide considerably more detail for any specific help.  What's the name of the program that's running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's SAP standard, then search on OSS, and if necessary log a call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610740#M1278544</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-20T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610741#M1278545</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;U&gt;if you pass null in where condition...&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from mara into it_mara where matnr = null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;below error throws by system..&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Field "NULL" is unknown. It is neither in one of the specified tables&lt;/P&gt;&lt;P&gt;nor defined by a "DATA" statement. "DATA" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so null is not recognized and predefined statement is sap..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to pass SPACE in place of NULL it will works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610741#M1278545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610742#M1278546</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;program name is SAPLSDTX&lt;/P&gt;&lt;P&gt;in this program, one include is there &lt;STRONG&gt;INCLUDE LSDTXU01&lt;/STRONG&gt;.   "RFC_READ_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insight this include above select statement is executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in where condition option is refering &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;*"              OPTIONS STRUCTURE  RFC_DB_OPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where  RFC_DB_OPT   is  (RFC Table Read: Select Options / WHERE Clause)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THE RFC_DB_OPT    STRUCTURE ONE FIELD &lt;STRONG&gt;TEXT&lt;/STRONG&gt; IS THERE , IN DEBUGGING MODE &lt;/P&gt;&lt;P&gt;ALSO THE FIELD VALUE IS COMING BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and WA contains the values correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i think any buffering issue.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610742#M1278546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: production dump issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610743#M1278547</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 exception raised could be caused because A token cannot be interpreted as a literal or as a&lt;/P&gt;&lt;P&gt;valid variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;  Vanessa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 09:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-dump-issue/m-p/5610743#M1278547</guid>
      <dc:creator>former_member609120</dc:creator>
      <dc:date>2009-05-21T09:03:27Z</dc:date>
    </item>
  </channel>
</rss>

