<?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: Batch input error in background mode (mode N) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929259#M1485538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several possibilities, see this wiki : [BDC - FAQ - Why a transaction called via BDC behaves differently?|http://wiki.sdn.sap.com/wiki/display/ABAP/BDC#BDC-WhyatransactioncalledviaBDCbehavesdifferently%3F]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this wiki, and what you describe, the cause can be:&lt;/P&gt;&lt;P&gt;1) SY-BATCH is tested by the program -&amp;gt; You may try to do a new recording using "simulate background mode".&lt;/P&gt;&lt;P&gt;2) Authorization check -&amp;gt; Make sure the user is the same&lt;/P&gt;&lt;P&gt;3) Date or number format -&amp;gt; Make sure the user formats and parameters are the same&lt;/P&gt;&lt;P&gt;4) The BDC stops before the end -&amp;gt; BI sessions do not allow to continue the BDC after a COMMIT WORK, but you may call the BI session by converting it into CTU using RSBDCCTU. You have to enter its Queue ID (you see it in SM35).&lt;/P&gt;&lt;P&gt;5) GET CURSOR statement -&amp;gt; Make sure BDC_CURSOR is filled for all screens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 22:47:08 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2010-05-24T22:47:08Z</dc:date>
    <item>
      <title>Batch input error in background mode (mode N)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929257#M1485536</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 encounter a problem with my program, it must simulate the transaction IW31 with a batch input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I run it in the background (mode N) i receive an error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Data do not exist for the batchinput DYNPRO SAPLCOIH 0100"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in foreground (mode A or E) =&amp;gt; success &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea of the origin of the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx, for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps : sorry for my english &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 14:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929257#M1485536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode (mode N)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929258#M1485537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you entering long text ? what is the ok-code for long text ? TXBA ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 17:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929258#M1485537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode (mode N)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929259#M1485538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several possibilities, see this wiki : [BDC - FAQ - Why a transaction called via BDC behaves differently?|http://wiki.sdn.sap.com/wiki/display/ABAP/BDC#BDC-WhyatransactioncalledviaBDCbehavesdifferently%3F]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this wiki, and what you describe, the cause can be:&lt;/P&gt;&lt;P&gt;1) SY-BATCH is tested by the program -&amp;gt; You may try to do a new recording using "simulate background mode".&lt;/P&gt;&lt;P&gt;2) Authorization check -&amp;gt; Make sure the user is the same&lt;/P&gt;&lt;P&gt;3) Date or number format -&amp;gt; Make sure the user formats and parameters are the same&lt;/P&gt;&lt;P&gt;4) The BDC stops before the end -&amp;gt; BI sessions do not allow to continue the BDC after a COMMIT WORK, but you may call the BI session by converting it into CTU using RSBDCCTU. You have to enter its Queue ID (you see it in SM35).&lt;/P&gt;&lt;P&gt;5) GET CURSOR statement -&amp;gt; Make sure BDC_CURSOR is filled for all screens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929259#M1485538</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-05-24T22:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode (mode N)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929260#M1485539</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;thx for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched in the BDC - FAQ but i not found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also i rewrite my program in using :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - module function for create the order : ALM_ME_ORDER_CREATE&lt;/P&gt;&lt;P&gt;2 - module function for savethe  order : CO_ZV_ORDER_POST&lt;/P&gt;&lt;P&gt;3 - Batch Input for simulate transaction IW32 for launch the order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it 's a good pratice with this solution but it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929260#M1485539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode (mode N)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929261#M1485540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't have to search that wiki, I had done it for you and told you what you should have found in it, see my previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, that's cool you solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to say: welcome to SDN. Please read the forum rules before posting again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode-mode-n/m-p/6929261#M1485540</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-05-27T09:50:12Z</dc:date>
    </item>
  </channel>
</rss>

