‎2007 Apr 18 11:47 AM
WHEN 'CLI2'.
SUBMIT zprog
VIA SELECTION-SCREEN AND RETURN.
i want him to F8 what the syntax?
‎2007 Apr 18 11:53 AM
Hi liat,
1. U want direct F8.
2. then remove <b>VIA SELECTION-SCREEN</b> .
regards,
amit m.
‎2007 Apr 18 11:49 AM
‎2007 Apr 18 11:51 AM
when i click on the button i get to selection screen and the make f8
i want when i click the button it's make f8 too
‎2007 Apr 18 11:52 AM
Hi,
When the CASE statment satisfies the CLI2, then the ZPROG will be executed and after completing the execution process the control will come back to the Original program. no need to Hit F8
Regards
Sudheer
‎2007 Apr 18 11:53 AM
Hi,
I think for your case you can remove Via Selection-screen then.
that can surve your purpose.
with regards,
Jay
‎2007 Apr 18 11:53 AM
Hi liat,
1. U want direct F8.
2. then remove <b>VIA SELECTION-SCREEN</b> .
regards,
amit m.
‎2007 Apr 18 11:54 AM
hi liat,
in this case you have to pass the values for the selection screen varaibles of the called program . by that way the called program will directly get executed.
regards,
Navneeth.K