‎2007 Sep 17 11:26 AM
Hi to all.
i'm having a problem with call transation 'CV03N' and skip first screen. i have a zz program that show a ALV layout and i include 3 buttons to give access to other transation by call transation. but when i open more than 6 times, i receive a error message telling me that i have reached the maximum mode session. I couldn't understand why this is happenning..
Is there any command after the call transation to close the present session??
any help is helpfull. Thanks
‎2007 Sep 17 11:28 AM
At max in the same client with one logon id you can open 6 sessions only.
‎2007 Sep 17 11:29 AM
hi susana,
you cannot open more than 6 sessions for a client.
this is the limitation of SAP for each client.
Cheers,
Chandra
‎2007 Sep 17 11:31 AM
‎2007 Sep 17 11:31 AM
in sap u cannot open more than 6 sessions.if u want to open more then u have to re-login.
‎2007 Sep 17 11:33 AM
Hi,
you must be doing some call transaction ets on the click of that button.
now with 1 logon you can open only 6 sessions max.
the problem with your code might be that you are calling that transaction inside a loop.
try it outside the loop your code will work properly.
reward if helpful
vivekanand
‎2007 Sep 17 11:40 AM
Hi Susana,
In SAP we can open a maximum of 9 External sessions.
However instead of call transaction you can use Leave to transaction.
Regards,
Ravi
‎2007 Sep 17 12:09 PM
Yes, i know that the standard have limitation of session.
But in this case, when i do the debug, and have my sy-ucomm 'ZCV30N'. i put some set parameter and open CV03N with the command CALL TRANSACTION 'CV03N' and SKIP FIRST SCREEN. then he opens the transaction CV03N, when i click at BACK button to leave the transaction and back to my main program it seems that the program don't close the transaction CV03N, used before.
Thanks