<?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: DATASET MISMATCH ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-mismatch-error/m-p/2278193#M495741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It clearly says about the erroras &lt;/P&gt;&lt;P&gt;When importing the object "SO_PROD3", the component 3 in the dataset&lt;/P&gt;&lt;P&gt;had a different length from the corresponding component of the&lt;/P&gt;&lt;P&gt;target object in the program "YV00_RV_TLOAN_0064".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length is 16 in the dataset, but 6 in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check the parameters declaration that are passed to this fun module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING I_CONSTANT_NAME = &amp;lt;b&amp;gt;co_ic_indcust_vkbur&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I_COMPANY_CODE = &amp;lt;b&amp;gt;pa_bukrs&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES T_VALUE_RANGES = &amp;lt;b&amp;gt;it_indcst_vkbur&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read internal constant... VKBUR for SubDistributor&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'Y_V00_TLOAN_READ_CONSTANT'&lt;/P&gt;&lt;P&gt;EXPORTING I_CONSTANT_NAME = &amp;lt;b&amp;gt;co_ic_subdist_vkbur&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I_COMPANY_CODE = &amp;lt;b&amp;gt;pa_bukrs&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES T_VALUE_RANGES = &amp;lt;b&amp;gt;it_subdis_vkbur&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;since there is length conflict between the fields,&lt;/P&gt;&lt;P&gt;it is raising an error which was not caught.&lt;/P&gt;&lt;P&gt;so check the paramters and pass the correct values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 06:36:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T06:36:12Z</dc:date>
    <item>
      <title>DATASET MISMATCH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-mismatch-error/m-p/2278192#M495740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL,&lt;/P&gt;&lt;P&gt;I AM TRYING TO EXECUTE A TRANSACTION AND IT IS GIVING SHORT DUMP.&lt;/P&gt;&lt;P&gt;MENTIONED BELOW IS THE ERROR.&lt;/P&gt;&lt;P&gt;PLEASE LET ME KNOW IF ANY CLUES TO FOLLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ERROR ANALYSIS&amp;lt;/b&amp;gt;&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 "%_IMPORT_VARI_CLNT" "(FORM)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt; 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 importing the object "SO_PROD3", the component 3 in the dataset&lt;/P&gt;&lt;P&gt;had a different length from the corresponding component of the&lt;/P&gt;&lt;P&gt;target object in the program "YV00_RV_TLOAN_0064".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length is 16 in the dataset, but 6 in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WHEN I ENTERED THE DEBUGGER IT IS TAKING ME TO THE BELOW CODE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read internal constant... VKBUR for Indirect Customer&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'Y_V00_TLOAN_READ_CONSTANT'&lt;/P&gt;&lt;P&gt;    EXPORTING I_CONSTANT_NAME       = co_ic_indcust_vkbur&lt;/P&gt;&lt;P&gt;              I_COMPANY_CODE        = pa_bukrs&lt;/P&gt;&lt;P&gt;    TABLES    T_VALUE_RANGES        = it_indcst_vkbur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read internal constant... VKBUR for SubDistributor&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'Y_V00_TLOAN_READ_CONSTANT'&lt;/P&gt;&lt;P&gt;    EXPORTING I_CONSTANT_NAME       = co_ic_subdist_vkbur&lt;/P&gt;&lt;P&gt;              I_COMPANY_CODE        = pa_bukrs&lt;/P&gt;&lt;P&gt;    TABLES    T_VALUE_RANGES        = it_subdis_vkbur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " read_tl_constants&lt;/P&gt;&lt;P&gt;*--END-INS-DH1K911178&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 06:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-mismatch-error/m-p/2278192#M495740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T06:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: DATASET MISMATCH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-mismatch-error/m-p/2278193#M495741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It clearly says about the erroras &lt;/P&gt;&lt;P&gt;When importing the object "SO_PROD3", the component 3 in the dataset&lt;/P&gt;&lt;P&gt;had a different length from the corresponding component of the&lt;/P&gt;&lt;P&gt;target object in the program "YV00_RV_TLOAN_0064".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length is 16 in the dataset, but 6 in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check the parameters declaration that are passed to this fun module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING I_CONSTANT_NAME = &amp;lt;b&amp;gt;co_ic_indcust_vkbur&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I_COMPANY_CODE = &amp;lt;b&amp;gt;pa_bukrs&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES T_VALUE_RANGES = &amp;lt;b&amp;gt;it_indcst_vkbur&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read internal constant... VKBUR for SubDistributor&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'Y_V00_TLOAN_READ_CONSTANT'&lt;/P&gt;&lt;P&gt;EXPORTING I_CONSTANT_NAME = &amp;lt;b&amp;gt;co_ic_subdist_vkbur&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;I_COMPANY_CODE = &amp;lt;b&amp;gt;pa_bukrs&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES T_VALUE_RANGES = &amp;lt;b&amp;gt;it_subdis_vkbur&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;since there is length conflict between the fields,&lt;/P&gt;&lt;P&gt;it is raising an error which was not caught.&lt;/P&gt;&lt;P&gt;so check the paramters and pass the correct values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 06:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataset-mismatch-error/m-p/2278193#M495741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T06:36:12Z</dc:date>
    </item>
  </channel>
</rss>

