Application Development 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: 

Maximum Number of sessions reached!!

Former Member
0 Kudos

Hi, when I am trying to release 8-10 production orders in a single transaction and it is giving an error message below of the screen saying 'Maximum Number of sessions reached'. I have only two external sessions open at single point of time.

Please help me how resolve this error message. Thanks.

4 REPLIES 4

Former Member
0 Kudos

It's about internal sessions....check if you are using z program that you are not using submit report and return...

0 Kudos

Yes, I am using Submit program and return. After that I am calling the transaction CO05N to print the orders from the output screen of the program. That time this error message comes. Any Idea?

0 Kudos

Hi Sagar Sahoo ,

That is the reason for this error. You have to chnage your logic in the way it should not affect your internal sessions.

Thanks,

Greetson

0 Kudos

Hi Sagar Sahoo ,

Check the below thread :

http://sapfans.com/forums/viewtopic.php?t=206077

You better need to use the Update task function module instead of submit and return.

Thanks,

Greetson