<?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: Short Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407738#M196657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a question.. How rich knows table definition if Vicky never post it? Are you mentalist too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jul 2006 18:02:03 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2006-07-13T18:02:03Z</dc:date>
    <item>
      <title>Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407732#M196651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam getting a short dump in the below select statement for the last line..Canu have a look at that&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT EBELN EBELP GJAHR BELNR BEWTP MENGE SHKZG MATNR BUDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BWART&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM EKBE APPENDING TABLE IT_EKBE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE EBELN = IT_EKPO-EBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND EBELP = IT_EKPO-EBELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND BUDAT IN S_BUDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND ( BEWTP = 'E' OR BEWTP = 'O' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;The data read during a SELECT access could not be inserted into the     &lt;/P&gt;&lt;P&gt;target field.                                                           &lt;/P&gt;&lt;P&gt;Either conversion is not supported for the target field's type or the   &lt;/P&gt;&lt;P&gt;target field is too short to accept the value or the data are not in a  &lt;/P&gt;&lt;P&gt;form that the target field can accept                                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407732#M196651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T17:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407733#M196652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try APPENDING CORRESPONDING FIELDS OF TABLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT EBELN EBELP GJAHR BELNR BEWTP MENGE SHKZG MATNR BUDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BWART&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM EKBE &amp;lt;b&amp;gt;APPENDING CORRESPONDING FIELDS OF TABLE&amp;lt;/b&amp;gt; IT_EKBE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE EBELN = IT_EKPO-EBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND EBELP = IT_EKPO-EBELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND BUDAT IN S_BUDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND ( BEWTP = 'E' OR BEWTP = 'O' ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407733#M196652</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-13T17:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407734#M196653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the structure of your internal table  IT_EKBE.make sure it has the correct date types define ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407734#M196653</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-07-13T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407735#M196654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup it has the correct structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407735#M196654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407736#M196655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please change your definition like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: begin of it_ekbe occurs 0,
ebeln like ekbe-ebeln,
ebelp like ekbe-ebelp,
gjahr like ekbe-gjahr,
belnr like ekbe-belnr,
bewtp like ekbe-bewtp,
menge like ekbe-menge,
shkzg like ekbe-shkzg,
matnr like ekbe-matnr,
&amp;lt;b&amp;gt;budat type ekbe-budat,
*budat(8) type c,&amp;lt;/b&amp;gt;
bwart like ekbe-bwart,
end of it_ekbe.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407736#M196655</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T17:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407737#M196656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please tell us how you defined IT_EKBE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 17:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407737#M196656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T17:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407738#M196657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a question.. How rich knows table definition if Vicky never post it? Are you mentalist too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407738#M196657</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-13T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407739#M196658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,   we have telepathy.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;   No, Vicky emailed me at about the same time that he posted here on SDN.  My first question to him, was how did he define the internal table.  Of course that is the first thing we need to look at when this kind of dump happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407739#M196658</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T18:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407740#M196659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naresh,&lt;/P&gt;&lt;P&gt;I think Rich already posted it, by reading Vicky Vicky's mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May it be some tongo here???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407740#M196659</guid>
      <dc:creator>dielom</dc:creator>
      <dc:date>2006-07-13T18:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407741#M196660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds funny that all fields but one were declared as Field like table-field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407741#M196660</guid>
      <dc:creator>dielom</dc:creator>
      <dc:date>2006-07-13T18:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407742#M196661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diego,  I was thinking the same thing, that's what really jumped out at me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 18:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1407742#M196661</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-13T18:17:41Z</dc:date>
    </item>
  </channel>
</rss>

