<?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 on Move Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136846#M449609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what will be dump message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 14:15:27 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-04-02T14:15:27Z</dc:date>
    <item>
      <title>Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136845#M449608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied a FM forom the existing one. I am executing both function module with same data. I am gettig short dump in new one at below statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; move i_invlevel[] to result_table[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tables are defined as below:&lt;/P&gt;&lt;P&gt;RESULT_TABLE as Tables parameter of function module with no type spec. or associated type.&lt;/P&gt;&lt;P&gt; i_invlevel   like  yweb_s_inventory_level occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me why it is giving dump in new FM ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  in Advance!!&lt;/P&gt;&lt;P&gt;Harkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136845#M449608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T14:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136846#M449609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what will be dump message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136846#M449609</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-04-02T14:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136847#M449610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;result_table[] = i_invlevel[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136847#M449610</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-02T14:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136848#M449611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harkamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to ST22 and do some dump analysis, or post it here so that we might get more info on that......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136848#M449611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136849#M449612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result_table[] = i_invlevel[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess we cannot move the whole internal table using move statement but not sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136849#M449612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T14:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136850#M449613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Short dump details are as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          OBJECTS_TABLES_NOT_COMPATIBLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ShrtText                                                              &lt;/P&gt;&lt;P&gt;    Two internal tables are neither compatible nor convertible.       &lt;/P&gt;&lt;P&gt;Error analysis                                                       &lt;/P&gt;&lt;P&gt;    You attempted to move one data object to another.                &lt;/P&gt;&lt;P&gt;    This is not possible here because the internal tables concerned  &lt;/P&gt;&lt;P&gt;    are neither compatible nor convertible.                          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code extract:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  182 * Move selected records to the table returned to the calling program &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;   move i_invlevel[] to result_table[].                               &lt;/P&gt;&lt;P&gt;  184                                                                      &lt;/P&gt;&lt;P&gt;  185 * Raise error if no records were found                               &lt;/P&gt;&lt;P&gt;  186   if result_table[] is initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136850#M449613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump on Move Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136851#M449614</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;You've copyed a function element from a standard function element. ALL function elements are the part of a function group (you can check it in the SE37 - header data, or properties).&lt;/P&gt;&lt;P&gt;It's name has mostly 4 chars, like COVG, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All function groups contain includes, which contains the table, variable definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you copyed the original function element into its new name, and into a DIFFERENT FUNCTION GROUP (into a Z... one). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might cause your problem. You have to copy the exact includes also from the original function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you might to copy the function element to a Z-one, but let it assigned to the original SAP function group. I like this way very much, it is the easyest, but you need to register for an SSCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 14:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-on-move-statement/m-p/2136851#M449614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T14:24:44Z</dc:date>
    </item>
  </channel>
</rss>

