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: 

Subscreen Problems

Former Member
0 Kudos

Hi, experts.

I have a problem with subscreen.

***********************************************

PROCESS BEFORE OUTPUT.

MODULE status_100.

CALL SUBSCREEN z_subscreen INCLUDING sy-repid number.

PROCESS AFTER INPUT.

MODULE cancel AT EXIT-COMMAND.

CALL SUBSCREEN z_subscreen.

MODULE user_command_100.

***********************************************

When I run a program, a "module cancel AT EXIT-COMMAND" doesn't work.

How can i solve this problem?

Thanks.

Larissa.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Larissa

The GUI Status of screen 100 (In your case), should have a Function Key with type EXIT....

Thanks

Amol Lohade

2 REPLIES 2

Former Member
0 Kudos

Larissa

The GUI Status of screen 100 (In your case), should have a Function Key with type EXIT....

Thanks

Amol Lohade

0 Kudos

Hi Amol.

Thank you very much.

Larrisa.