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

submit statment

Former Member
0 Likes
766

WHEN 'CLI2'.

SUBMIT zprog

VIA SELECTION-SCREEN AND RETURN.

i want him to F8 what the syntax?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
749

Hi liat,

1. U want direct F8.

2. then remove <b>VIA SELECTION-SCREEN</b> .

regards,

amit m.

6 REPLIES 6
Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
749

Can you be more clear on your query??

Read only

Former Member
0 Likes
749

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

Read only

Former Member
0 Likes
749

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

Read only

Former Member
0 Likes
749

Hi,

I think for your case you can remove Via Selection-screen then.

that can surve your purpose.

with regards,

Jay

Read only

Former Member
0 Likes
750

Hi liat,

1. U want direct F8.

2. then remove <b>VIA SELECTION-SCREEN</b> .

regards,

amit m.

Read only

Former Member
0 Likes
749

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