<?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: Maximum Internal Sessions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300886#M1222549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this [link|https://www.sdn.sap.com/irj/scn/advancedsearch?query=maximum&lt;EM&gt;Internal&lt;/EM&gt;Sessions&amp;amp;cat=sdn_all] and i hope when you are going away from ALV it will be good if you flush memory. &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;~Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2009 03:32:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-04T03:32:34Z</dc:date>
    <item>
      <title>Maximum Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300885#M1222548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a module pool that is designed to allow users to input budget data.  As part of the functionality of these screens, there is a button that the user can click to review the data that he just input.  This data is being displayed via ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ALV grid, I have a hot-key defined to take the user back to a specific point in the module pool, editing the data that was clicked on from the ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I am getting "Maximum Internal Sessions" error.  I understand why, but cannot figure out a resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the module pool, I am doing a SUBMIT ALVPROGRAM.  (with no return).&lt;/P&gt;&lt;P&gt;From the ALV Grid program, I am doing a CALL TRANSACTION. (to get back into my module pool at a specific point.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to cancel or exit an internal session so that I do not leave all of these 'orphaned' sessions after I return from the ALV Grid program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 19:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300885#M1222548</guid>
      <dc:creator>former_member51562</dc:creator>
      <dc:date>2009-03-03T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300886#M1222549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this [link|https://www.sdn.sap.com/irj/scn/advancedsearch?query=maximum&lt;EM&gt;Internal&lt;/EM&gt;Sessions&amp;amp;cat=sdn_all] and i hope when you are going away from ALV it will be good if you flush memory. &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;~Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 03:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300886#M1222549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T03:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300887#M1222550</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;By calling the transaction with "CALL TRANSACTION ..." statement, you keep the current transaction's program data and open a new internal session. That why getting error as maximum internal sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is to use "LEAVE TO TRANSACTION ..." which ends the current transaction session, and then opens the new session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SMITA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Smita Gupta on Mar 4, 2009 6:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 05:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-internal-sessions/m-p/5300887#M1222550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T05:13:09Z</dc:date>
    </item>
  </channel>
</rss>

