<?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 Multiple sessions for background processing. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450630#M828922</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;we have a bdc program which will create multiple sessions and these sessions are grouped according the selection criteria. Now these group of sessions have to be executed in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a standard program RSBDCSUB which process a single session in background automatically, but my object is to process multiple sessions in background, how to use this standard program. Can anyonle help me out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 15:29:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T15:29:31Z</dc:date>
    <item>
      <title>Multiple sessions for background processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450630#M828922</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;we have a bdc program which will create multiple sessions and these sessions are grouped according the selection criteria. Now these group of sessions have to be executed in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a standard program RSBDCSUB which process a single session in background automatically, but my object is to process multiple sessions in background, how to use this standard program. Can anyonle help me out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450630#M828922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sessions for background processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450631#M828923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your sessions all have the same name: example ZSESSION, then ALL these sessions will be processed if you launch RSBDCSUB with session name = ZSESSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 3 session names,&lt;/P&gt;&lt;P&gt;e.g. ZSES01, ZSES02, ZSES03. Then schedule RSBDCSUB with session name = ZSES* . &lt;/P&gt;&lt;P&gt;All 3 sessions will be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be careful when using wildcards (*), cause if your selection is too wide, then you could launch all sessions in the system (for a specified date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450631#M828923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sessions for background processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450632#M828924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sessions have names zses001 to zses600, now we will be grouping these sessions, not neccessarly in sequential order. Once these are grouped they have to be processed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450632#M828924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sessions for background processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450633#M828925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RSBDCSUB can submit all the sessions in one pass, if you select a hundred session via a generic name, a hundred batch executions will be submitted. (and the system will lag...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So give a generic name to sessions, then submit by batch, number of sessions depending on the respective size of your servers and of the sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If RSBDCSUB doesnt match your requirement, look at OSS [Note 15999 - Processing batch input sessions in the background|https://service.sap.com/sap/support/notes/15999] to write you own report capable of starting batch input sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-sessions-for-background-processing/m-p/3450633#M828925</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-14T15:44:42Z</dc:date>
    </item>
  </channel>
</rss>

