<?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: Query regarding short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784796#M338057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the structure of t_uncont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:BEGIN OF t_uncont,&lt;/P&gt;&lt;P&gt;            aufnr  like afko-aufnr,&lt;/P&gt;&lt;P&gt;            gstrp  like afko-gstrp,&lt;/P&gt;&lt;P&gt;            gsuzp like afko-gsuzp,&lt;/P&gt;&lt;P&gt;            aufpl  like afko-aufpl,&lt;/P&gt;&lt;P&gt;            iedd like afru-iedd,&lt;/P&gt;&lt;P&gt;            iedz like afru-iedz,&lt;/P&gt;&lt;P&gt;            END OF t_uncont.&lt;/P&gt;&lt;P&gt;DATA:i_uncont type standard table of t_uncont.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 04:27:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T04:27:43Z</dc:date>
    <item>
      <title>Query regarding short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784793#M338054</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;The runtime error is DBIF_RSQL_INVALID_RSQL and the exception is CX_SY_OPEN_SQL_DB.can anyone explain me these errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this select query it going to short dump.Could anyone help me.Its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select a&lt;SUB&gt;aufnr a&lt;/SUB&gt;gstrp a&lt;SUB&gt;gsuzp b&lt;/SUB&gt;iedd b~iedz into table i_uncount&lt;/P&gt;&lt;P&gt; from afko as a   inner join   afru as b on a&lt;SUB&gt;aufnr = b&lt;/SUB&gt;aufnr &lt;/P&gt;&lt;P&gt;for all entries in i_ordscp&lt;/P&gt;&lt;P&gt;where a&lt;SUB&gt;aufnr = i_ordscp-aufnr  and b&lt;/SUB&gt;grund = 'ONS'&lt;/P&gt;&lt;P&gt;and  b~stzhl = '0000000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis:&lt;/P&gt;&lt;P&gt;The data read during a SELECT access could not be inserted into the target field.&lt;/P&gt;&lt;P&gt;Either the conversion is not supported for the target field's type or the target field is too short to accept the value or the data are not in a form that the target field can accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target field is all correct.I've checked it.&lt;/P&gt;&lt;P&gt;Could anyone please help me.Its really urgent.U'll definitely be given points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;chandrika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784793#M338054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784794#M338055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Select a~aufnr a~gstrp a~gsuzp b~iedd b~iedz 
&amp;lt;b&amp;gt;into corresponding fields of table i_uncount&amp;lt;/b&amp;gt;from afko as a inner join afru as b on a~aufnr = b~aufnr 
for all entries in i_ordscp
where a~aufnr = i_ordscp-aufnr and b~grund = 'ONS'
and b~stzhl = '0000000'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this.Then u will come to know where is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784794#M338055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784795#M338056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either the table i_uncount doesn't have the fields a&lt;SUB&gt;aufnr a&lt;/SUB&gt;gstrp a&lt;SUB&gt;gsuzp b&lt;/SUB&gt;iedd b~iedz  or its not in the same order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784795#M338056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784796#M338057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the structure of t_uncont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:BEGIN OF t_uncont,&lt;/P&gt;&lt;P&gt;            aufnr  like afko-aufnr,&lt;/P&gt;&lt;P&gt;            gstrp  like afko-gstrp,&lt;/P&gt;&lt;P&gt;            gsuzp like afko-gsuzp,&lt;/P&gt;&lt;P&gt;            aufpl  like afko-aufpl,&lt;/P&gt;&lt;P&gt;            iedd like afru-iedd,&lt;/P&gt;&lt;P&gt;            iedz like afru-iedz,&lt;/P&gt;&lt;P&gt;            END OF t_uncont.&lt;/P&gt;&lt;P&gt;DATA:i_uncont type standard table of t_uncont.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 04:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784796#M338057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784797#M338058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarath , &lt;/P&gt;&lt;P&gt;  Please look at the internal table decleration and the sequence of fields in select statement .&lt;/P&gt;&lt;P&gt;What is happening is that the select is tying to place the value of  iedd  into aufpl as a result of which this incompatibilty occurs.&lt;/P&gt;&lt;P&gt;So you can either user into corresponding-fields or modify the sequence of your internal table.&lt;/P&gt;&lt;P&gt;I would sugges the second option , as first can effect the performance.&lt;/P&gt;&lt;P&gt;So just declare the it as&lt;/P&gt;&lt;P&gt;TYPES:BEGIN OF t_uncont,&lt;/P&gt;&lt;P&gt;aufnr like afko-aufnr,&lt;/P&gt;&lt;P&gt;gstrp like afko-gstrp,&lt;/P&gt;&lt;P&gt;gsuzp like afko-gsuzp,&lt;/P&gt;&lt;P&gt;iedd like afru-iedd,&lt;/P&gt;&lt;P&gt;iedz like afru-iedz,&lt;/P&gt;&lt;P&gt;aufpl like afko-aufpl,&lt;/P&gt;&lt;P&gt;END OF t_uncont.&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, 20 Dec 2006 04:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-short-dump/m-p/1784797#M338058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T04:38:48Z</dc:date>
    </item>
  </channel>
</rss>

