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 leave to list processing

Former Member
0 Likes
612

hi ,

I am using

LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 200.

on going to list processing the exit and cancel buttons are not working.

Back buttong is working fine - taking me back to screen number 200.

When I check PF-STATUS, it is 200, that i the last module program screen.

What can I do to make exit and cancel work?

surajit

1 REPLY 1
Read only

Former Member
0 Likes
365

HI,

In screen 200's GUI status, write routines for EXIT and CANCEL.

Write the code in the screen's PAI event.

Just mention LEAVE SCREEN. Thats enough.

Regards,

Subramanian