<?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. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622507#M1760979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess in foreground mode also you are getting the same message '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Field XXX does not exist on screen SAPPKLPP0.&lt;/SPAN&gt;' but as a success message, and so no problem and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while executing it in background mode, the same will come as an error, and it will stop the session from execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest to modify your BDC code to populate that particular field conditionally, only for cases the field appears on the screen. So that in the cases when the field not appears on the screen, then program also will not try to populate data on the screen for that field, and session will not be stopped even in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jul 2013 21:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-27T21:06:41Z</dc:date>
    <item>
      <title>Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622487#M1760959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am running a batch input session in background mode and getting an error. When I run it in foreground there is no error. What I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error 00349: Field XXX does not exist on screen SAPPKLPP0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 10:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622487#M1760959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T10:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622488#M1760960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make a recording of your transaction with the transaction SHDB, and select the option "simulate background mode".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen are not the same between foreground &amp;amp; background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 10:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622488#M1760960</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-07-25T10:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622489#M1760961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your code here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 11:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622489#M1760961</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2013-07-25T11:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622490#M1760962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying BDC of any Enjoy Transaction codes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 11:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622490#M1760962</guid>
      <dc:creator>satyabrata_sahoo3</dc:creator>
      <dc:date>2013-07-25T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622491#M1760963</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;Are you getting any popup in during the foreground mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting one then you are not handling the popup. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, while executing the bdc in foreground mode check if you are going through the screen SAPPKLPP0 and if so check there is a field which is displayed in the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 11:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622491#M1760963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622492#M1760964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when recording standard transactions simulate background mode else it will mostly throw error. this is because sap processes different screens in background mode for many standard transactions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 11:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622492#M1760964</guid>
      <dc:creator>gaurab_banerji</dc:creator>
      <dc:date>2013-07-25T11:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622493#M1760965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The transaction is kp06&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 14:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622493#M1760965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T14:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622494#M1760966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem before while processing in&amp;nbsp; foreground. The problem was that for one fields data was taken from the user paramaters and filled automatically. Because it was not going to work with these data&amp;nbsp;&amp;nbsp; I had '!' in my code to fill the field. It then worked in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same problem is appearing in background. What to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 14:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622494#M1760966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622495#M1760967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To fix the problem in foreground I had this line to my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform BCD_FIELD using 'KPPOB-VALUE(04)' '!'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I add to make this work in background too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 15:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622495#M1760967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622496#M1760968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the field name, is it Fiscal year or Cost center field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 15:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622496#M1760968</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2013-07-25T15:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622497#M1760969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a batch input session my report read a file. In this file I retrieve the information "Cost center". In the user parameter setting the field Cost center group is filled. Only one of them can used during the transaction processing. So I hided the field cost center group coming from the user parameter settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked in foreground but not in background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing field in background. processing is : sender activity type&lt;/P&gt;&lt;P&gt;The field is shown in foreground processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 15:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622497#M1760969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T15:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622498#M1760970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, the foreground mode is working without problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 02:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622498#M1760970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-26T02:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622499#M1760971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please keep posting. I havent found a solution yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 03:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622499#M1760971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-26T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622500#M1760972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you passing for Sender Activity in foreground mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 04:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622500#M1760972</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2013-07-26T04:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622501#M1760973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sender activity data are read from a file while creating the batch input session in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep sending answer. I need a solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is all fine in foreground only the background mode is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 04:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622501#M1760973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-26T04:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622502#M1760974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run your BDC in mode 'E'&amp;nbsp; stop when Error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the dynpro name &amp;amp; the dynpro number, Go in SE51 enter the values, press F8 (simulate) that will give you the screen you failed.&lt;/P&gt;&lt;P&gt;A lot of time it's organizationnal value to be enterred, and you could bypass this value with a parameter ID set to the user (SU3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one time again, next time, run the transaction SHDB and active the option to simulate the background mode, you will not have this kind of problem !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 05:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622502#M1760974</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-07-26T05:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622503#M1760975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried again but the problem is coming in all processing mode: foreground, background, display error only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Field KPPOB-VALUE(15) does not exist in the screen SAPLKPP0&lt;/P&gt;&lt;P&gt;- No Batch input data for screen SAPLKPP0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep posting. I need to fix this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 07:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622503#M1760975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-26T07:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622504#M1760976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you try the recording with the SHDB simulate background mode ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 09:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622504#M1760976</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-07-26T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622505#M1760977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont understand your question. I am using a report to create the batch input session. The report read data from a file. I am having the error while processing the session in all mode: background, foreground, display error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 10:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622505#M1760977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-26T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input error in background mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622506#M1760978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you know the screen, the field ... the sequence of the dynpro ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a batch-input, the more simple is to use the transaction SHDB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Batch+Input+FAQ#BatchInputFAQ-Recording%28SHDB%29" title="http://wiki.sdn.sap.com/wiki/display/ABAP/Batch+Input+FAQ#BatchInputFAQ-Recording%28SHDB%29"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Batch+Input+FAQ#BatchInputFAQ-Recording%28SHDB%29&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 05:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-mode/m-p/9622506#M1760978</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-07-27T05:04:29Z</dc:date>
    </item>
  </channel>
</rss>

