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: 

In module pool program dump due to ''too many consecutive nested call scree

Former Member
0 Kudos

i got a dump i found that this is due too many consecutive nested call screens ,i have used call screen

statement in program ,in program once the transaction is completed successfully ,on pressing the ok button ,it will go to the first screen , here where the call screen is executed

so to prevent this dump what shall i do ,plz suggest

3 REPLIES 3

Former Member
0 Kudos

clear ur question u want to break this nested call screen or u want to back at any screen

0 Kudos

yes i want to break the nested loops, so it would avaiod the dump ,at present the maximum number of nested screen levels is 50

Former Member
0 Kudos

Hi,

Use LEAVE TO SCREEN 0 statement in OK code

Try this.