<?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: error dump OBJECTS_TABLES_NOT_COMPATIBLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324469#M1537320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;extract] = gt_zppett005]&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;only happend for table contain one or more numeric column,&lt;/P&gt;&lt;P&gt;but work (no dump) for table with all column in char type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What wrong with the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 12:42:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-21T12:42:33Z</dc:date>
    <item>
      <title>error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324467#M1537318</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 get error dump when performing assignment from extract] to my itab].&lt;/P&gt;&lt;P&gt;I used maintenance table generator to maintain table via SM31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is maintenance view is not sorted,&lt;/P&gt;&lt;P&gt;so i add some code into the PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;  MODULE sort. (((((((((((((((((((((((((((((((( i add this code here to sort)&lt;/P&gt;&lt;P&gt;  LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;   tctrl_zppett005 CURSOR nextline.&lt;/P&gt;&lt;P&gt;    MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the module sort&lt;/P&gt;&lt;P&gt;MODULE sort OUTPUT.&lt;/P&gt;&lt;P&gt;  DATA: gt_zppett005 LIKE zppett005 OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gt_zppett005] = extract].&lt;/P&gt;&lt;P&gt;  SORT gt_zppett005] BY werks zlifnr zcosti zpar zvaltext ASCENDING.&lt;/P&gt;&lt;P&gt;  extract] = gt_zppett005].&lt;/P&gt;&lt;P&gt;ENDMODULE.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when performing SM31 i got error OBJECTS_TABLES_NOT_COMPATIBLE&lt;/P&gt;&lt;P&gt;for line extract] = gt_zppett005]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this dump is only happend to table with numeric column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for table with only string column, there is no dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when using sort modul in PBO, SM31 can not add record anymore ....why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me????&lt;/P&gt;&lt;P&gt;What is wrong in the code???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Freddy Halim on Sep 21, 2010 2:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324467#M1537318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324468#M1537319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which line of code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324468#M1537319</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-21T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324469#M1537320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;extract] = gt_zppett005]&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;only happend for table contain one or more numeric column,&lt;/P&gt;&lt;P&gt;but work (no dump) for table with all column in char type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What wrong with the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324469#M1537320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324470#M1537321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste the declaration of both the itabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324470#M1537321</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-21T12:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324471#M1537322</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;here is the module code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE sort OUTPUT.&lt;/P&gt;&lt;P&gt; DATA: gt_zppett005 LIKE zppett005 OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;gt_zppett005] = extract].&lt;/P&gt;&lt;P&gt; SORT gt_zppett005] BY werks zlifnr zcosti zpar zvaltext ASCENDING.&lt;/P&gt;&lt;P&gt; extract] = gt_zppett005].&lt;/P&gt;&lt;P&gt; ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table maintenance is for table zppett005 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324471#M1537322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324472#M1537323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please note that if your want to move itab content like beow then both itab must have same structure.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
extract[] = gt_zppett005[].
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324472#M1537323</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-21T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324473#M1537324</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;sorry wrong line of code pasted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE sort OUTPUT.&lt;/P&gt;&lt;P&gt; DATA: gt_zppett005 LIKE zppett005 OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt; gt_zppett005] = extract].  (((((((((((error here))))))))))))))))))&lt;/P&gt;&lt;P&gt; SORT gt_zppett005] BY werks zlifnr zcosti zpar zvaltext ASCENDING.&lt;/P&gt;&lt;P&gt; extract] = gt_zppett005].&lt;/P&gt;&lt;P&gt; ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error is at line&lt;/P&gt;&lt;P&gt;gt_zppett005] = extract].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this code is OK for other table that not contain numeric column.&lt;/P&gt;&lt;P&gt;We try to debug, some numeric column contain strange char in extract like # or $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324473#M1537324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324474#M1537325</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 see that in extract i have strange char and this is the issue of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why there is strannge char in extract for table with numeric column type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324474#M1537325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324475#M1537326</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;It may be that you are storing in the ztable, you are storing the values before the actual save of the document and may be having temp values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, without table structure for the z table, we can only guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324475#M1537326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324476#M1537327</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;Yes you are right,&lt;/P&gt;&lt;P&gt;This is table maintenance generator for ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write module SORT in PBO of table maintenance generator and having error when i use extract in PBO.&lt;/P&gt;&lt;P&gt;In string column there is no strange character in the extract, so the module syccess&lt;/P&gt;&lt;P&gt;innumeric column there is strange char, so it is dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have other idea to sort table in  SM31?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freddy Ha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324476#M1537327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324477#M1537328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note was created to solve this type of dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2246213 - OBJECTS_TABLES_NOT_COMPATIBLE shortdump when trying to load to masterdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324477#M1537328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-23T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324478#M1537329</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 to use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING ITAB1[] TO ITAB2[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 16:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324478#M1537329</guid>
      <dc:creator>gregorygotera</dc:creator>
      <dc:date>2015-11-24T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: error dump OBJECTS_TABLES_NOT_COMPATIBLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324479#M1537330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2015 08:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-dump-objects-tables-not-compatible/m-p/7324479#M1537330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-29T08:58:53Z</dc:date>
    </item>
  </channel>
</rss>

