<?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: Internal Sessions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388835#M1404433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; That information was very valuable. But i cannot find this Function Module :  DY_IS_EXTRA_IMODE_AVAILABLE , although we use ECC 6.0 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, as you suggested, stacking up is the only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 10:56:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T10:56:56Z</dc:date>
    <item>
      <title>Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388830#M1404428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  We have developed a  Tree on clciking node it calls another transaction, and again on clicking on another leaf , call another trnsaction. Now as we know SAP limits the internal sessions, after 6 clicks/ calls the maximum internal sessions are reached and system throws up error. Is there any way to increace number of internal sessions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks something like se80. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give any idea how to handle these navigations, i cannot use leave to Transaction instead of call transaction as i need to have bckwrd navigation as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Trivenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 07:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388830#M1404428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388831#M1404429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a profile parameter rdisp/max_alt_modes which can be maintained in transaction RZ11. However, this is normally only done by basis administrators. So I would suggest to consult with them first. Since this is system wide parameter, I can (and probably will) have quite an impact on the system load (performance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking a node (subnode) and a new session is opened, don't the users close this session? Six sessions per user should, in most cases, be more than sufficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 07:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388831#M1404429</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-12-07T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388832#M1404430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Different nodes in tree represent different objects. Each oject has an Id and can be created/changed/viewed through transacions. So On double click of a node , i am calling transaction by setting some parameters, and the Tree is re-initiated for that transaction. so at a given point of time user is able to see only one screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Trivvka on Dec 7, 2009 9:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 08:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388832#M1404430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-07T08:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388833#M1404431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try to use FM DY_IS_EXTRA_IMODE_AVAILABLE to check if another mode is available, take a look at [Note 1229222 - Data loss with message: Maximum number of internal sessions|https://service.sap.com/sap/support/notes/1229222] and (old) [Note 34154 - Maximum number of internal sessions reached|https://service.sap.com/sap/support/notes/34154]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else manage yourself in your report a "stack" of the "calls", holding data needed to re-display the screen when user press "back" function (data, cursor, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 08:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388833#M1404431</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-12-07T08:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388834#M1404432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  Try this code..It will solve UR problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;REPORT  ZSAMPLE.&lt;/P&gt;&lt;P&gt;data: ipid type table of RFC_SPAGPA.&lt;/P&gt;&lt;P&gt;data: xpid type RFC_SPAGPA.&lt;/P&gt;&lt;P&gt;data l_flag type i VALUE 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /50(10) but1 USER-COMMAND cli1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON 70(10) but2 USER-COMMAND cli2.&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  but1 = 'Call'.&lt;/P&gt;&lt;P&gt;  but2 = 'Exit'.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'CLI1'.&lt;/P&gt;&lt;P&gt;      if l_flag = 2.&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'TH_DELETE_MODE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            MODE          = 5.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      l_flag = 2.&lt;/P&gt;&lt;P&gt;      xpid-PARID = 'MAT'.&lt;/P&gt;&lt;P&gt;      xpid-parval = 'M-10'.&lt;/P&gt;&lt;P&gt;      append xpid to ipid.&lt;/P&gt;&lt;P&gt;      call function 'ABAP4_CALL_TRANSACTION'&lt;/P&gt;&lt;P&gt;      starting new task 'TestTask'&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;          tcode                         = 'MM03'&lt;/P&gt;&lt;P&gt;          SKIP_SCREEN                   = 'X'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          SPAGPA_TAB                    = ipid.&lt;/P&gt;&lt;P&gt;    WHEN 'CLI2'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;   ENDCASE.&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388834#M1404432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T08:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388835#M1404433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; That information was very valuable. But i cannot find this Function Module :  DY_IS_EXTRA_IMODE_AVAILABLE , although we use ECC 6.0 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, as you suggested, stacking up is the only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 10:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-sessions/m-p/6388835#M1404433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T10:56:56Z</dc:date>
    </item>
  </channel>
</rss>

