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

Screen does not exists error!

Former Member
0 Likes
6,192

hi all,

i have a program which calls a transaction zT1 which on execution shows me a table Zlog which is a user defined table which gets updated each time another program runs.

but it is going into dump and shows the error message "Screen does not exists"

plz help

1 ACCEPTED SOLUTION
Read only

Former Member
2,934

Hi,

in the dump ull get the screen num and program name.........

goto se51 give the prog name , screen number and see if it exists if so see if its active if not activate it...........

post ur dump if problem continues

Cheers,

jose.

Edited by: jose on Feb 6, 2008 10:14 AM

2 REPLIES 2
Read only

Former Member
2,935

Hi,

in the dump ull get the screen num and program name.........

goto se51 give the prog name , screen number and see if it exists if so see if its active if not activate it...........

post ur dump if problem continues

Cheers,

jose.

Edited by: jose on Feb 6, 2008 10:14 AM

Read only

Former Member
0 Likes
2,934

Your program might be calling a screen which does not exist ..

Please check if any screen's are called from your program....