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

Subscreen Problems

Former Member
0 Likes
508

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
Read only

Former Member
0 Likes
477

Larissa

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

Thanks

Amol Lohade

2 REPLIES 2
Read only

Former Member
0 Likes
478

Larissa

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

Thanks

Amol Lohade

Read only

0 Likes
477

Hi Amol.

Thank you very much.

Larrisa.