<?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: Parallel Processing with BDC call or Call Transaction? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598844#M2010790</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try sy-modno.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/12349126/getting-current-session-number-or-mode-number-at-r.html" target="test_blank"&gt;https://answers.sap.com/questions/12349126/getting-current-session-number-or-mode-number-at-r.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe you can ask your requirement if there is no BAPI? Posting a goods movement (your error indicates this) should be possible with BAPI...&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 05:36:15 GMT</pubDate>
    <dc:creator>RobertVit</dc:creator>
    <dc:date>2022-07-11T05:36:15Z</dc:date>
    <item>
      <title>Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598843#M2010789</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
  &lt;P&gt;I've wrote CBO Program with BAPI Call, and it works great (with minor problem - table lock error with 531 mvt type - just clear report and do again).&lt;/P&gt;
  &lt;P&gt;As said here ( &lt;A href="https://answers.sap.com/questions/10854037/parallel-processing-prerequisite---should-not-star.html"&gt;Parallel Processing Prerequisite - should not start a new internal session | SAP Community&lt;/A&gt; )&lt;/P&gt;
  &lt;P&gt;It seems Parallel processing with Call transaction, which are needed for BDC call, are limited with current users session.&lt;BR /&gt;&lt;BR /&gt;So.. If test report program is trying to open new session but there is no left session for user, it just give dump and program is terminated.&lt;BR /&gt;&lt;BR /&gt;The question is : Is there a solution of this situation?&lt;BR /&gt;&lt;BR /&gt;First of all, There is no BAPI call for current process - so can't switch process to BAPI (If I found one, I just rewrote whole program)&lt;BR /&gt;&lt;BR /&gt;Second, It would be great I can bypass the session limit, but change max session dynamically for left session of this user, but it seems there is no system variable for monitoring current session AND max session of this user.&lt;BR /&gt;&lt;BR /&gt;Anyone have experience of this situation? Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 23:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598843#M2010789</guid>
      <dc:creator>former_member282589</dc:creator>
      <dc:date>2022-07-10T23:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598844#M2010790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try sy-modno.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/12349126/getting-current-session-number-or-mode-number-at-r.html" target="test_blank"&gt;https://answers.sap.com/questions/12349126/getting-current-session-number-or-mode-number-at-r.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe you can ask your requirement if there is no BAPI? Posting a goods movement (your error indicates this) should be possible with BAPI...&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 05:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598844#M2010790</guid>
      <dc:creator>RobertVit</dc:creator>
      <dc:date>2022-07-11T05:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598845#M2010791</link>
      <description>&lt;P&gt;You're talking about the maximum number of External Sessions inside one User Session. It's the same limit as in dialog when you open new windows (Ctrl+N).&lt;/P&gt;&lt;P&gt;So, it's not limited to Call Transaction, it's just the concept of RFC, and the concept of maximum External Sessions in one User Session.&lt;/P&gt;&lt;P&gt;What is your code? If it's Parallel RFC (SPBT function modules), it's well described in the documentation how to proceed.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 07:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598845#M2010791</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-11T07:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598846#M2010792</link>
      <description>&lt;P&gt;Answered here: &lt;A href="https://answers.sap.com/questions/357803/calling-rfc-and-getting-abap-dump-when-maximum-gui.html"&gt;Calling RFC and getting ABAP dump when maximum GUI sessions reached in sap | SAP Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 07:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598846#M2010792</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-11T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598847#M2010793</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;It's aRFC-type RFC (Not SPBT ones), so there is no documentation as i know of, sadly.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 08:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598847#M2010793</guid>
      <dc:creator>former_member282589</dc:creator>
      <dc:date>2022-07-11T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598848#M2010794</link>
      <description>&lt;P&gt;I think I can utilize this function to find maximum session - Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;But.. There is a one more question -- If BAPI or BDC don't associated with dump ( maximum session reached), Why my BAPI session doesn't have any error? It seems odd. I'm pretty sure there'll be more session than I can open (so called session &amp;gt; my maximum session)&lt;BR /&gt;&lt;BR /&gt;Well, There is no error for now (we're using that report only start of month, which are creating 30,000+ GI posting documents) - It's just sheer luck, or the mechanism of working BAPI and BDC are different?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 08:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598848#M2010794</guid>
      <dc:creator>former_member282589</dc:creator>
      <dc:date>2022-07-11T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598849#M2010795</link>
      <description>&lt;P&gt;Sorry, my previous comment was wrong but the forum don't let me delete it. I added an answer instead.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598849#M2010795</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-11T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing with BDC call or Call Transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598850#M2010796</link>
      <description>&lt;P&gt;The error "maximum number of Sessions" only happens when RFC is called from a SAP GUI session, and either displays screen or runs Batch Input (AKA "BDC"). It doesn't happen when there's no screen implied, or if you call your RFC from a background job.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-with-bdc-call-or-call-transaction/m-p/12598850#M2010796</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-11T11:55:47Z</dc:date>
    </item>
  </channel>
</rss>

