<?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: Call Transaction Error.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341685#M172831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens because usually yhe BASIS team would have put a limit of 6 simultaneous sessions opened by a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to close the transaction you have opened and click on the COPY button again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use LEAVE to TRANSACTION which will close the current one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jun 2006 10:27:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-01T10:27:41Z</dc:date>
    <item>
      <title>Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341680#M172826</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;In a module pool program, i have a copy button on a screen. The user when clicks on this button a transaction is called &amp;amp; all the values are filled in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:Call Transaction t &amp;amp; skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to do this repeatedly, i am only able to proceed 4-5 times and then I receive a "Maximum number of internal sessions reached" error &amp;amp; am completely kicked out of transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way if i can rectify this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341680#M172826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341681#M172827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="31597"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As explained in the thread above u can see that solution may be to use "Leave to Transaction"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please reward points if found helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341681#M172827</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-06-01T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341682#M172828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually ithere is a limit set by SAP on the number of internal sessions(6 i think).&lt;/P&gt;&lt;P&gt;I did not understand one thing. HOw are you able to do this repeatedly??I mean you have to come back and again click the button right??&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341682#M172828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341683#M172829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only 6 internal sessions are allowed ..that is why problem occured.there is a limit in SAP for &amp;lt;b&amp;gt;6 internal sessions&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax : &amp;lt;b&amp;gt;LEAVE TO TRANSACTION t and skip first screen&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;This will end the current transaction session  and open a new session.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341683#M172829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341684#M172830</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;Every time you do a CALL TRANSACTION an internal mode is open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system can manage only about 5 internal modes, after a dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341684#M172830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341685#M172831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens because usually yhe BASIS team would have put a limit of 6 simultaneous sessions opened by a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to close the transaction you have opened and click on the COPY button again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use LEAVE to TRANSACTION which will close the current one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341685#M172831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341686#M172832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help guys....but could u please suggest a way by which i can use only Call Transaction only..some way i can release the sessions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341686#M172832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T10:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction Error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341687#M172833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi u cannot have morethan 6 external sessions(windows)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-error/m-p/1341687#M172833</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-01T10:56:24Z</dc:date>
    </item>
  </channel>
</rss>

