Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction Error..

Former Member
0 Likes
928

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??

7 REPLIES 7
Read only

rahulkavuri
Active Contributor
0 Likes
865

As explained in the thread above u can see that solution may be to use "Leave to Transaction"

<b>Please reward points if found helpful</b>

Read only

Former Member
0 Likes
865

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

Read only

Former Member
0 Likes
865

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

Read only

Former Member
0 Likes
865

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

Read only

Former Member
0 Likes
865

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

Read only

Former Member
0 Likes
865

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??

Read only

abdul_hakim
Active Contributor
0 Likes
865

hi u cannot have morethan 6 external sessions(windows)...

Cheers,

Abdul Hakim