<?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: Runtime error when accessing variant of a table whose structure has changed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050329#M1611713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the field added in not in between the fields that hold value in the variant in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 09:54:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-05T09:54:38Z</dc:date>
    <item>
      <title>Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050327#M1611711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a custom table to which a new field was added recently and moved to Production. Now while trying to access the table variant to retrieve data from the table in SE16, we get runtime error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         CONNE_IMPORT_WRONG_COMP_TYPE&lt;/P&gt;&lt;P&gt;Exception              CX_SY_IMPORT_MISMATCH_ERROR&lt;/P&gt;&lt;P&gt;Date and Time          08-04-2011 15:46:36&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Error when attempting to IMPORT object "I15".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "/1BCDWB/DBZFIGL_SEGHEADER" had to be terminated&lt;/P&gt;&lt;P&gt;      because it has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Note down which actions and inputs caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     To process the problem further, contact you SAP system&lt;/P&gt;&lt;P&gt;     administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Using Transaction ST22 for ABAP Dump Analysis, you can look&lt;/P&gt;&lt;P&gt;     at and manage termination messages, and you can also&lt;/P&gt;&lt;P&gt;     keep them for a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have rebuilt the variant with the same selection parameters and saved it with same name and it works fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced the same issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 07:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050327#M1611711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050328#M1611712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this scenario in Dev Server and found that is you have a variant with a few fields and if you add a new field in between those, then it cannot fetch the values for variant instead gives an error given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. DB634&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;You attempted to start report /1BCDWB/DBZRPROJ using variant TEST. Since this variant was generated, the report SELECT-OPTIONS or PARAMETERs have changed considerably, i.e. the type or length no longer match and PARAMETERs have become SELECT-OPTIONS or vice versa. Many of these changes are so serious that even attempting to import the variant results in runtime errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Adjust or delete the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as suggested, you can either Adjust or Delete and recreate the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 09:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050328#M1611712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050329#M1611713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the field added in not in between the fields that hold value in the variant in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 09:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050329#M1611713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T09:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050330#M1611714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It not only depends on where the field is added but also on which fields were selected at the time of variant creation. In other words, the screen on which you are providing variant has now an extra field. You can try by just restricting that field from being displayed ont he screen by through Settings-&amp;gt;Fields for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try hiding the new field or any fields and make sure the structure is the same as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.. there are 5 fields in your table...&lt;/P&gt;&lt;P&gt;fld1 &lt;/P&gt;&lt;P&gt;fld2&lt;/P&gt;&lt;P&gt;fld3&lt;/P&gt;&lt;P&gt;fld4&lt;/P&gt;&lt;P&gt;fld5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have created variant when the structure was like this:&lt;/P&gt;&lt;P&gt;fld1&lt;/P&gt;&lt;P&gt;fld2&lt;/P&gt;&lt;P&gt;fld4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you have added fld6 at the bottom and the screen is given as:&lt;/P&gt;&lt;P&gt;fld1&lt;/P&gt;&lt;P&gt;fld2&lt;/P&gt;&lt;P&gt;fld3&lt;/P&gt;&lt;P&gt;fld4&lt;/P&gt;&lt;P&gt;fld5&lt;/P&gt;&lt;P&gt;fld6...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it gives error for sure... but if you try hiding fld3 and fld5... this solves the problem... fld6 will not affect as it is placed at last...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinivas Kalluri on Aug 5, 2011 3:46 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srinivas Kalluri on Aug 5, 2011 3:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 10:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050330#M1611714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T10:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050331#M1611715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a kind of work around only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to see the values stored in variant with below process ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you went to second screen of SE16, in MENU go to &lt;STRONG&gt;GOTO-&amp;gt;VARIANTS-&amp;gt;DISPLAY&lt;/STRONG&gt;, then select the variant from the list there you can see the values, and then with those values create a new variant...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks:&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 10:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050331#M1611715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T10:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050332#M1611716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the workaround, but the effort would be cumbersome if we have more number of variants. I would like to know if there is a solution to make sure that this will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 11:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050332#M1611716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T11:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050333#M1611717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run standard program RSVARDOC_610 (Rescue obsolete variants).&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 Aug 2011 13:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050333#M1611717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-05T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error when accessing variant of a table whose structure has changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050334#M1611718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 10:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-accessing-variant-of-a-table-whose-structure-has-changed/m-p/8050334#M1611718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T10:08:17Z</dc:date>
    </item>
  </channel>
</rss>

