<?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 IMPORT_ALIGNMENT_MISMATCH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-alignment-mismatch/m-p/7963085#M1603026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help me to solve the ABAP Runtime Error: IMPORT_ALIGNMENT_MISMATCH&lt;/P&gt;&lt;P&gt;I am not getting to their soluction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:  "VC05 "&lt;/P&gt;&lt;P&gt;Program Name: "SDCAS75C "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error when importing object "P_CLASS".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program "SDCAS75C " had to be terminated because&lt;/P&gt;&lt;P&gt;one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP/4 program.&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;&lt;/P&gt;&lt;P&gt;When importing object "P_CLASS", the structure did not match the&lt;/P&gt;&lt;P&gt;structure of the target object. The error occurred in component&lt;/P&gt;&lt;P&gt;no. "4-29".&lt;/P&gt;&lt;P&gt;This may be due to one of the following reasons:&lt;/P&gt;&lt;P&gt;- the structure is actually different (the next field has, for&lt;/P&gt;&lt;P&gt;  example, a different data type) or&lt;/P&gt;&lt;P&gt;- the same sequence of components were exported and imported,&lt;/P&gt;&lt;P&gt;  but the fields were from other include units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source code extract&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000750       ELSE.&lt;/P&gt;&lt;P&gt;000760         MESSAGE S420.&lt;/P&gt;&lt;P&gt;000770         LEAVE.&lt;/P&gt;&lt;P&gt;000780       ENDIF.&lt;/P&gt;&lt;P&gt;000790     ENDIF.&lt;/P&gt;&lt;P&gt;000800&lt;/P&gt;&lt;P&gt;000810     CALL FUNCTION 'SD_CAS_CONTACT_LIST'&lt;/P&gt;&lt;P&gt;000820          EXPORTING&lt;/P&gt;&lt;P&gt;000830               FI_INCL_ADDRESSLIST = P_ADRESS&lt;/P&gt;&lt;P&gt;000840          TABLES&lt;/P&gt;&lt;P&gt;000850               FT_VBKPA            = GT_VBKPA&lt;/P&gt;&lt;P&gt;000860               FT_VBKA             = GT_VBKA&lt;/P&gt;&lt;P&gt;000870               FT_VBPA             = GT_VBPA&lt;/P&gt;&lt;P&gt;000880               FT_KNA1             = GT_KNA1&lt;/P&gt;&lt;P&gt;000890               FT_KNVV             = GT_KNVV&lt;/P&gt;&lt;P&gt;000900               FT_VBADR            = GT_VBADR&lt;/P&gt;&lt;P&gt;000910               FT_VBFA             = GT_VBFA&lt;/P&gt;&lt;P&gt;000920               FT_VBAK             = GT_VBAK&lt;/P&gt;&lt;P&gt;000930          CHANGING&lt;/P&gt;&lt;P&gt;000940               FC_KIND_OF_LIST     = P_LVARI-KIND&lt;/P&gt;&lt;P&gt;000950               FC_TABNAME_HEADER   = P_LVARI-TABNAME_HEADER&lt;/P&gt;&lt;P&gt;000960               FC_TABNAME_ITEM     = P_LVARI-TABNAME_ITEM&lt;/P&gt;&lt;P&gt;000970               FC_VARIANT          = P_DVARI&lt;/P&gt;&lt;P&gt;000980          EXCEPTIONS&lt;/P&gt;&lt;P&gt;000990               OTHERS              = 0.&lt;/P&gt;&lt;P&gt;001000&lt;/P&gt;&lt;P&gt;001020     INCLUDE SD75CF0L.&lt;/P&gt;&lt;P&gt;001030     INCLUDE SD75CF0R.&lt;/P&gt;&lt;P&gt;001040     INCLUDE RVREUSE_FORMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2011 10:39:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-30T10:39:49Z</dc:date>
    <item>
      <title>IMPORT_ALIGNMENT_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-alignment-mismatch/m-p/7963085#M1603026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help me to solve the ABAP Runtime Error: IMPORT_ALIGNMENT_MISMATCH&lt;/P&gt;&lt;P&gt;I am not getting to their soluction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:  "VC05 "&lt;/P&gt;&lt;P&gt;Program Name: "SDCAS75C "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error when importing object "P_CLASS".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program "SDCAS75C " had to be terminated because&lt;/P&gt;&lt;P&gt;one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP/4 program.&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;&lt;/P&gt;&lt;P&gt;When importing object "P_CLASS", the structure did not match the&lt;/P&gt;&lt;P&gt;structure of the target object. The error occurred in component&lt;/P&gt;&lt;P&gt;no. "4-29".&lt;/P&gt;&lt;P&gt;This may be due to one of the following reasons:&lt;/P&gt;&lt;P&gt;- the structure is actually different (the next field has, for&lt;/P&gt;&lt;P&gt;  example, a different data type) or&lt;/P&gt;&lt;P&gt;- the same sequence of components were exported and imported,&lt;/P&gt;&lt;P&gt;  but the fields were from other include units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source code extract&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000750       ELSE.&lt;/P&gt;&lt;P&gt;000760         MESSAGE S420.&lt;/P&gt;&lt;P&gt;000770         LEAVE.&lt;/P&gt;&lt;P&gt;000780       ENDIF.&lt;/P&gt;&lt;P&gt;000790     ENDIF.&lt;/P&gt;&lt;P&gt;000800&lt;/P&gt;&lt;P&gt;000810     CALL FUNCTION 'SD_CAS_CONTACT_LIST'&lt;/P&gt;&lt;P&gt;000820          EXPORTING&lt;/P&gt;&lt;P&gt;000830               FI_INCL_ADDRESSLIST = P_ADRESS&lt;/P&gt;&lt;P&gt;000840          TABLES&lt;/P&gt;&lt;P&gt;000850               FT_VBKPA            = GT_VBKPA&lt;/P&gt;&lt;P&gt;000860               FT_VBKA             = GT_VBKA&lt;/P&gt;&lt;P&gt;000870               FT_VBPA             = GT_VBPA&lt;/P&gt;&lt;P&gt;000880               FT_KNA1             = GT_KNA1&lt;/P&gt;&lt;P&gt;000890               FT_KNVV             = GT_KNVV&lt;/P&gt;&lt;P&gt;000900               FT_VBADR            = GT_VBADR&lt;/P&gt;&lt;P&gt;000910               FT_VBFA             = GT_VBFA&lt;/P&gt;&lt;P&gt;000920               FT_VBAK             = GT_VBAK&lt;/P&gt;&lt;P&gt;000930          CHANGING&lt;/P&gt;&lt;P&gt;000940               FC_KIND_OF_LIST     = P_LVARI-KIND&lt;/P&gt;&lt;P&gt;000950               FC_TABNAME_HEADER   = P_LVARI-TABNAME_HEADER&lt;/P&gt;&lt;P&gt;000960               FC_TABNAME_ITEM     = P_LVARI-TABNAME_ITEM&lt;/P&gt;&lt;P&gt;000970               FC_VARIANT          = P_DVARI&lt;/P&gt;&lt;P&gt;000980          EXCEPTIONS&lt;/P&gt;&lt;P&gt;000990               OTHERS              = 0.&lt;/P&gt;&lt;P&gt;001000&lt;/P&gt;&lt;P&gt;001020     INCLUDE SD75CF0L.&lt;/P&gt;&lt;P&gt;001030     INCLUDE SD75CF0R.&lt;/P&gt;&lt;P&gt;001040     INCLUDE RVREUSE_FORMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 10:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-alignment-mismatch/m-p/7963085#M1603026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT_ALIGNMENT_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-alignment-mismatch/m-p/7963086#M1603027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to inform people, who have the same problem here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check, if transaction is called with an variant (maybe a system variant called CUS&amp;amp;XXX). If you cannot adjust the variant delete and recreate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error might occur after a system upgrade or support package implementation where variants get corrupted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-alignment-mismatch/m-p/7963086#M1603027</guid>
      <dc:creator>Mark_von_Wilmowsky</dc:creator>
      <dc:date>2016-06-13T10:43:33Z</dc:date>
    </item>
  </channel>
</rss>

