‎2006 Jun 01 11:21 AM
Hi Guys,
In a module pool program, i have a copy button on a screen. The user when clicks on this button a transaction is called & all the values are filled in.
Syntax:Call Transaction t & skip first screen.
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 & am completely kicked out of transaction.
Is there a way if i can rectify this??
‎2006 Jun 01 11:24 AM
‎2006 Jun 01 11:24 AM
Actually ithere is a limit set by SAP on the number of internal sessions(6 i think).
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??
Regards,
ravi
‎2006 Jun 01 11:24 AM
hii
only 6 internal sessions are allowed ..that is why problem occured.there is a limit in SAP for <b>6 internal sessions</b> .
Syntax : <b>LEAVE TO TRANSACTION t and skip first screen</b> .
<b>This will end the current transaction session and open a new session.</b>
reward points if helpful.
regards
Naresh
‎2006 Jun 01 11:27 AM
Hi
Every time you do a CALL TRANSACTION an internal mode is open.
The system can manage only about 5 internal modes, after a dump occurs.
Max
‎2006 Jun 01 11:27 AM
Chetan,
This happens because usually yhe BASIS team would have put a limit of 6 simultaneous sessions opened by a user.
You will have to close the transaction you have opened and click on the COPY button again.
Or you can use LEAVE to TRANSACTION which will close the current one.
Regards,
Ravi
Note :Please mark the helpful answers
‎2006 Jun 01 11:50 AM
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??
‎2006 Jun 01 11:56 AM
hi u cannot have morethan 6 external sessions(windows)...
Cheers,
Abdul Hakim