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: 

Screen problem in Module pool program

Former Member
0 Kudos

Hi all,

I have developed a module pool program, in which i have used simple selection screen and after executing it will call screen 9001 to display the data. everything is goin fine but if i leave my output screen as it is for some time (or even if i lock my system then unlock it) i am getting an error message

"Selection screen ZDEV1110PGM_SF 1000 was not called using CALL SELECTION-SCREEN".

do any one have idea why this is happining without doing anything further to the output.

Regards,

Nilanjana

2 REPLIES 2

Former Member
0 Kudos

Have you used CALL SCREEN ?

Regards

Abhii

0 Kudos

No I have not used Call screen. just used 'LEAVE TO SCREEN 0' that too in case of Exit from current screen.