<?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: Dump - Error CONNE_IMPORT_WRONG_COMP_TYPE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359082#M178600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump should tell you what parameters to use when looking for OSS notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2006 14:51:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-05T14:51:20Z</dc:date>
    <item>
      <title>Dump - Error CONNE_IMPORT_WRONG_COMP_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359080#M178598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Please I need some help! When a I execute Transaction F-02 and I choose Apart document then I put an user and I press List when I pick some elements appears the error: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONNE_IMPORT_WRONG_COMP_TYPE   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The problem is in this part:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FUNCTION FI_WT_READ_TEMP_DOCUMENT.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*" IMPORTING&lt;/P&gt;&lt;P&gt;*" VALUE(I_UF05A) LIKE UF05A STRUCTURE UF05A&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;*--- with_item: withholding data&lt;/P&gt;&lt;P&gt;DATA: X_WITH_ITEM LIKE WITH_ITEMX OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TMP,&lt;/P&gt;&lt;P&gt;UNAME LIKE SY-UNAME, " User&lt;/P&gt;&lt;P&gt;TEMPN LIKE UF05A-TEMPI, " temp doc. number&lt;/P&gt;&lt;P&gt;END OF TMP.&lt;/P&gt;&lt;P&gt;TMP-UNAME = I_UF05A-UNAMD.&lt;/P&gt;&lt;P&gt;TMP-TEMPN = I_UF05A-TEMPD.&lt;/P&gt;&lt;P&gt;IMPORT X_WITH_ITEM FROM DATABASE RFDT(WT) ID TMP.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE X_WITH_ITEM LINES SY-TFILL.&lt;/P&gt;&lt;P&gt;IF SY-TFILL &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;XWITHHELD = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------------------------------" /&gt;&lt;P&gt; write data back to global memory&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FI_WT_PUT_X_WITH_ITEM'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_WITH_ITEM = X_WITH_ITEM&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;and de dump says:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;When importing the object "X_WITH_ITEM", the component no. 68 in the    &lt;/P&gt;&lt;P&gt;dataset has a different type from the corresponding component           &lt;/P&gt;&lt;P&gt;of the target object in the program "SAPLFWTD ".                                                                                &lt;/P&gt;&lt;P&gt;The data type is "P" in the dataset, but "C" in the program.      &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I would like to know how to resolve this problem, thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 14:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359080#M178598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T14:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dump - Error CONNE_IMPORT_WRONG_COMP_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359081#M178599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jessica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks like a problem with SAP Standard code. Did you look at any OSS notes that might fix the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 14:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359081#M178599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dump - Error CONNE_IMPORT_WRONG_COMP_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359082#M178600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump should tell you what parameters to use when looking for OSS notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 14:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359082#M178600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dump - Error CONNE_IMPORT_WRONG_COMP_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359083#M178601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jessica,&lt;/P&gt;&lt;P&gt;the short dump happens when a datastructure differs in its layout at time of export and import. I assume the type WITH_ITEMX refers to a DDIC structure which has been altered (or extended) recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dealing with such problems can get tough. In case you have made a ddic structure modification or used an append structure its advisable to stay away from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else I would raise a CSN message.&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;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 19:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-conne-import-wrong-comp-type/m-p/1359083#M178601</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-05-06T19:19:00Z</dc:date>
    </item>
  </channel>
</rss>

