<?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: how can i control error in batch input ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549859#M249533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;To fix the problem and continue the process&lt;/P&gt;&lt;P&gt;you can give mode  as 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 16:02:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T16:02:44Z</dc:date>
    <item>
      <title>how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549856#M249530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i run program with recording ( batch input on F-03 )  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to give the user the option to :&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;only fix the problem  and continue the process&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;end batch input and go back to the main program .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;is there is option to do so  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in which mode it can be done  ('E' ? ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason that i need this option is&lt;/P&gt;&lt;P&gt;data with fast changes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 14:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549856#M249530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549857#M249531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use MODE = 'E',  this will stop the transaction and allow the user to take over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 14:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549857#M249531</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-02T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549858#M249532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dakota,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;only fix the problem and continue the process&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;u can use the mode 'E' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;end batch input and go back to the main program .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL TRANSACTION &amp;lt;tcode&amp;gt; USING IT_BDCDATA MODE 'A'&lt;/P&gt;&lt;P&gt;                                  UPDATE 'S'&lt;/P&gt;&lt;P&gt;                                  MESSAGES INTO  it_messages&lt;/P&gt;&lt;P&gt; LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 14:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549858#M249532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549859#M249533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;To fix the problem and continue the process&lt;/P&gt;&lt;P&gt;you can give mode  as 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 16:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549859#M249533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549860#M249534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dakota, Please make sure to award points for helpful answers and mark you post as solved when solved completely.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549860#M249534</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-02T17:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: how can i control error in batch input ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549861#M249535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks any one  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be i was not clear inough  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know what is mode 'E' .&lt;/P&gt;&lt;P&gt;i want to let him fix the field only&lt;/P&gt;&lt;P&gt;i don't want to allowed him to go to other screen &lt;/P&gt;&lt;P&gt;just do update to the field and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there option to do so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again , and sure i will award points  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 07:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-control-error-in-batch-input/m-p/1549861#M249535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T07:53:23Z</dc:date>
    </item>
  </channel>
</rss>

