<?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: BAPI in Background mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064761#M1176790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer is a copy-paste from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html" target="test_blank"&gt;http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Reported!! Again.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 06:49:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T06:49:07Z</dc:date>
    <item>
      <title>BAPI in Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064758#M1176787</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;&lt;/P&gt;&lt;P&gt;How to schedule BAPI in Background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 04:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064758#M1176787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T04:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI in Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064759#M1176788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out the below link if it helps you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="952117"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 04:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064759#M1176788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T04:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI in Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064760#M1176789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create a batch input session, it remains in the batch input queue until it is explicitly started. Session processing can be started in two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An on-line user can start the session using the batch input menu options. (To access the batch input options, choose System&lt;DEL&gt;&amp;gt;Services&lt;/DEL&gt;&amp;gt;Batch Input.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can submit the &lt;STRONG&gt;background job RSBDCSUB&lt;/STRONG&gt; to start a session in background processing. If several sessions have the same name, RSBDCSUB starts them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It's possible to coordinate the generation and execution of a session in the background processing system.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can, for example, schedule both the batch input program and RSBDCSUB in the background. If you designate the batch input job as the predecessor for RSBDCSUB, then RSBDCSUB will be started automatically when the batch input job successfully completes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can schedule both the batch input program and RSBDCSUB as job steps in a single background job. In this case, however, RSBDCSUB is started even if the batch input program should terminate abnormally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064760#M1176789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI in Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064761#M1176790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer is a copy-paste from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html" target="test_blank"&gt;http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Reported!! Again.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064761#M1176790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI in Background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064762#M1176791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guestification to follow shortly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-in-background-mode/m-p/5064762#M1176791</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-03T06:58:05Z</dc:date>
    </item>
  </channel>
</rss>

