<?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: Error during batch Input TCode ME11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366906#M181360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yvonne,&lt;/P&gt;&lt;P&gt;in my case there was an error in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can suggest you is to put in your program the ENTER code. Maybe it can resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution could be to change the BI execution type to aoid Warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 10:00:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-20T10:00:16Z</dc:date>
    <item>
      <title>Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366900#M181354</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'm working on a bath input for tcode ME11 to post the Record Info.&lt;/P&gt;&lt;P&gt;A warning message &amp;#147;You have not entered a planned delivery time&amp;#148; causes an error to the Batch Input. I can&amp;#146;t ignore. How I can ignore this message?&lt;/P&gt;&lt;P&gt;If I call the transaction manually I can ignore the massge via "Enter".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366900#M181354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366901#M181355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; Are you sure you can ignore the message by pressing enter when you do it manually?&lt;/P&gt;&lt;P&gt;The bdc session would behave tehe same way as we do it manually.&lt;/P&gt;&lt;P&gt;If it is a waring, the the bdc wouldn't stop.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 15:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366901#M181355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366902#M181356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC will just stop if it's a type 'E' or type 'A' error. The error isn&amp;#146;t in this point. Please, check the return table after calling CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;#145;ME11&amp;#146; USING BDC_TABLE MESSAGES INTO GH_MESSAGES MODE &amp;#145;N&amp;#146; UPDATE &amp;#145;S&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, mark ALL useful answers if it helps you.&lt;/P&gt;&lt;P&gt;Regards,Felipe Cunha [FpdC]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 15:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366902#M181356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366903#M181357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the massages table contains only S and W message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I execute the BI with mode A, it stops at the warning massages. If I press enter it proceed normaly.&lt;/P&gt;&lt;P&gt;If I execute it in mode N, the massege stop the BI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggest?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 16:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366903#M181357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T16:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366904#M181358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF transaction warning message leave it. It will effect updation but On the time of recording if u recorded with warning message. then U have to go for rerecording&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RAMKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 16:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366904#M181358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366905#M181359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salvatore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in the same situation. I execute a BI, but it stops after a waring appears. &lt;/P&gt;&lt;P&gt;If I proceed the transaction manually, the warning appears, but if I press ENTER the transaction ends successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you solved your Problem or did you have an hint for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Yvonne Adler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 09:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366905#M181359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error during batch Input TCode ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366906#M181360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yvonne,&lt;/P&gt;&lt;P&gt;in my case there was an error in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can suggest you is to put in your program the ENTER code. Maybe it can resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution could be to change the BI execution type to aoid Warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 10:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-during-batch-input-tcode-me11/m-p/1366906#M181360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T10:00:16Z</dc:date>
    </item>
  </channel>
</rss>

