<?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 Runtime Error during table variant run as batch job. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487417#M1745577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variant of a table using program /1BCDWB/DB****.&amp;nbsp; Here, '****' is any standard table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, After that if any one changes the field selection of the table. &lt;/P&gt;&lt;P&gt;Batch job fails with runtime error as "CONNE_IMPORT_WRONG_COMP_LENG". and also while viewing the variant gives error message as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Variant TEST of program /1BCDWB/DB**** is not the current version"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, After that if i am resetting the table fields again, So, Variant can be viewed and batch job can be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need permanent solution, As I can not stop users to change the selection parameters of Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards,&lt;/P&gt;&lt;P&gt;Akber Husain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2013 08:39:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-29T08:39:24Z</dc:date>
    <item>
      <title>Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487417#M1745577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variant of a table using program /1BCDWB/DB****.&amp;nbsp; Here, '****' is any standard table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, After that if any one changes the field selection of the table. &lt;/P&gt;&lt;P&gt;Batch job fails with runtime error as "CONNE_IMPORT_WRONG_COMP_LENG". and also while viewing the variant gives error message as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Variant TEST of program /1BCDWB/DB**** is not the current version"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, After that if i am resetting the table fields again, So, Variant can be viewed and batch job can be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need permanent solution, As I can not stop users to change the selection parameters of Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards,&lt;/P&gt;&lt;P&gt;Akber Husain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487417#M1745577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-29T08:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487418#M1745578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allowing users to run via SE16 or running the batch job via table variant is not a good approach.&lt;/P&gt;&lt;P&gt;Simply create a SQ01 query for the database table you want e.g. VBAK and then give authorization to users in running this query.&lt;/P&gt;&lt;P&gt;This should be a good solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487418#M1745578</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2013-04-29T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487419#M1745579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program name /1BCDWB/* is generated at runtime based on dynamic selections. Better use the table name and for&amp;nbsp; your batch job you can create a wrapper program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487419#M1745579</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2013-04-29T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487420#M1745580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487420#M1745580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-29T08:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487421#M1745581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The below link may be useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.stechno.net/sap-notes.html?view=sapnote&amp;amp;id=481183"&gt;http://www.stechno.net/sap-notes.html?view=sapnote&amp;amp;id=481183&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487421#M1745581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-29T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error during table variant run as batch job.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487422#M1745582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for your valuable inputs !!! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1410/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a query rather than table variant run in the batch job seems as a good option and we are planing to go with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Closed!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;P&gt;Akber Husain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 17:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-during-table-variant-run-as-batch-job/m-p/9487422#M1745582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-01T17:44:14Z</dc:date>
    </item>
  </channel>
</rss>

