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

ABAP SCREEN PAINTER DOUBT

Former Member
0 Likes
553

Hi friends,

Any one can tell me the solution to resolve the error maximum number of internal sessions reached .

regards,

p.varadarajan

Hi friends,

Any one can tell me the solution to resolve the error maximum number of internal sessions reached .

regards,

p.varadarajan

4 REPLIES 4
Read only

Former Member
0 Likes
531

Hi

It is provided by SAP for the creation of not more than 6 sessions

why you wants to change it?

6 sessions are not sufficient for you?

I think no need to change it.

Reward points if useful

Regards

Anji

Read only

0 Likes
531

u mst have opened more the six session, close few of the session n then open it.

regds

Read only

Former Member
0 Likes
531

Hi

Ossnote .... 34154 is very interesting.

This is concerned with internal sessions: The R/3 System offers the option to change from one information level to another: by branching in the menu path (for example "Goto" or "Information system"), double-clicking in ABAP lists, cross-references in hypertext and so on. Technically speaking, you call one program/transaction from within another one (ABAP/4 statements CALL DIALOG or CALL TRANSACTION, but not CALL SCREEN). For the user, it is desirable that this process is reversible, that is, that you can also go back step by step. The whole path is therefore stored in a stack of so-called internal sessions. If the maximum number of internal sessions is reached, you cannot go any further.

<b>This maximum number is hardcoded as 9, and this cannot be changed.</b>

Regards

Raj

Read only

Former Member
0 Likes
531

hi,

those maximin no of sessions, is managed by the BASIS people...

so u can ask ur BASIS consultant ..

With Regars,

S.Barani