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

problem with subscreen

Former Member
0 Likes
1,262

i am getting error when i am using subscreen. the error is:

"program tried to use screen 110. the screen does not exit".

But the subscreen is created.

My programm is showing screens but when i click display after entering the input nothing is displayed.But when i click exit the program is leaving.

Can i know where the problem lies.

Thanks in advance

13 REPLIES 13
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,224

Is the screen 110 activated?

Regards,

RIch Heilman

Read only

Former Member
0 Likes
1,224

Hi,

Check if the program and the screen is activated.

Thanks,

Naren

Read only

Former Member
0 Likes
1,224

yeah every thing is activated

Read only

0 Likes
1,224

Can you please provide the screen flow logic for the screen inwhich the subscreen is called?

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,224

Hi ben,

check if u have given the screen 110 as type subscreen.

regards,

keerthi

Read only

0 Likes
1,224

yeah i did it

Read only

Former Member
0 Likes
1,224

Hi ,

y cannt u debug the same so that u can check the functionality...

Read only

0 Likes
1,224

i set the break point in my module pool. My prog is not an executable one and i am executing my program thru tcode. How to debug when i execute thru tcode.

Read only

0 Likes
1,224

I am getting an error at subscreen in

call subscreen sub including ztest 110.

The error is not a subscreen but screen.

Subscreen is created and activated. Even screen and program also activated.

Tanks in advance

Read only

0 Likes
1,224

in the screen attributes make sure you check screen type as subscreen.

Thanks,

Chandra

Read only

0 Likes
1,224

yeah its checked as subscreen

Read only

Former Member
0 Likes
1,224

hi

der could have been a problem with sap front end..just uninstall it and wen installing it again u make sure u install the gui status...uninstalll & again install only d front end...'

vijay

Read only

Former Member
0 Likes
1,224

i got it