<?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: Is ABAP Multi-Session/ multi-threading capable? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257122#M1214376</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;thanks for your link, it did answer a few other questions I had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I come form the Java environment, it was a little difficult for me to understand how it can be done in ABAP, but the problem has now been solved by an external consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2009 12:48:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-13T12:48:12Z</dc:date>
    <item>
      <title>Is ABAP Multi-Session/ multi-threading capable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257120#M1214374</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 am currently stuck with a problem in the following scenario -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A batch job in SAP collects a number of sales documents. These sales documents are then fed to a function module (one sales document after the other, in a loop), which calls a remote function in my web application with particular data from the sales document as input paramaters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The web application processes this data and writes back the result to the function module. The function module is blocked the whole time until it recieves an answer from my web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The web application uses JCo to "speak" with the SAP System. JCo allows me to open 99 sessions (per User) with the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is of course, that I cannot use these 99 sessions if the function module is blocked the moment it is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that this function module can be used or called from the batch job parallely using multi-threading or multi-session? In that case my web application can run through 99 sales documents parallely instead of processing them one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 15:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257120#M1214374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is ABAP Multi-Session/ multi-threading capable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257121#M1214375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 15:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257121#M1214375</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-03-04T15:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is ABAP Multi-Session/ multi-threading capable?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257122#M1214376</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;thanks for your link, it did answer a few other questions I had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I come form the Java environment, it was a little difficult for me to understand how it can be done in ABAP, but the problem has now been solved by an external consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 12:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-abap-multi-session-multi-threading-capable/m-p/5257122#M1214376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T12:48:12Z</dc:date>
    </item>
  </channel>
</rss>

