<?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- Runtime Error-CONNE_IMPORT_WRONG_STRUCTURE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-runtime-error-conne-import-wrong-structure/m-p/11107937#M1903814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can clearly see that the dump occurred due to the mismatch in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the include LKEFTF02 at line 25 in the IMPORT statement, it imports data from the table in (i_tabname) to gt_fieldtab since the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;i_tabname and gt_fieldtab is of different structure it gave a ST22 error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This error occurred in which transaction, can you mention the steps which you have done before getting the ST22 error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 13:44:36 GMT</pubDate>
    <dc:creator>ThangaPrakash</dc:creator>
    <dc:date>2015-06-30T13:44:36Z</dc:date>
    <item>
      <title>Short Dump- Runtime Error-CONNE_IMPORT_WRONG_STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-runtime-error-conne-import-wrong-structure/m-p/11107936#M1903813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on EHP4 to EHP6 upgrade after SPDD phase I am getting lots of dumps related to this error:&amp;nbsp; "Error when importing object "FIELDTAB". Please suggest me how to correct it.This is related to SAP STANDARD Program -SAPLKEFT&amp;nbsp; in include- LKEFTF02 please find the description of the error ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was&lt;/P&gt;&lt;P&gt; not caught in&lt;/P&gt;&lt;P&gt;procedure "READ_INDX" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;When attempting to import data, the&lt;/P&gt;&lt;P&gt;structure of the complex object "FIELDTAB" was not compatible with the&lt;/P&gt;&lt;P&gt;target object. The error occurred with component no. 66.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Information on where terminated&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Termination occurred in the ABAP program "SAPLKEFT" - in "READ_INDX".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The main program was "SAPMSSY1 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the source code you have the termination point in line 25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the (Include) program "LKEFTF02".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The termination is caused because exception "CX_SY_IMPORT_MISMATCH_ERROR"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; occurred in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure "READ_INDX" "(FORM)", but it was neither handled locally nor declared&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the RAISING clause of its signature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The procedure is in program "SAPLKEFT "; its source code begins in line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18 of the (Include program "LKEFTF02 ".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-runtime-error-conne-import-wrong-structure/m-p/11107936#M1903813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-15T10:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump- Runtime Error-CONNE_IMPORT_WRONG_STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-runtime-error-conne-import-wrong-structure/m-p/11107937#M1903814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can clearly see that the dump occurred due to the mismatch in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the include LKEFTF02 at line 25 in the IMPORT statement, it imports data from the table in (i_tabname) to gt_fieldtab since the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;i_tabname and gt_fieldtab is of different structure it gave a ST22 error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This error occurred in which transaction, can you mention the steps which you have done before getting the ST22 error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 13:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-runtime-error-conne-import-wrong-structure/m-p/11107937#M1903814</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2015-06-30T13:44:36Z</dc:date>
    </item>
  </channel>
</rss>

