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

calling program

Former Member
0 Likes
377

hi, how do i call a program inside my "module user_command_0100 input"?

eg.

MODULE USER_COMMAND_0100 INPUT.

CASE SY-UCOMM.

WHEN 'EXECUTE'.

***call another program here***

ENDCASE.

ENDMODULE.

thanks, will reward if helpful.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi Evonne,

Use syntax SUBMIT ZPROGRAM.

Regards,

Vaibhav Modi

3 REPLIES 3
Read only

Former Member
0 Likes
362

Hi Evonne,

Use syntax SUBMIT ZPROGRAM.

Regards,

Vaibhav Modi

Read only

Former Member
0 Likes
361

Hi Evonne ,

Try this .

Syntax : SUBMIT ZPROGRAM.

eg : submit <your Program name>

Reward if useful.

Regards,

Chitra

Read only

Former Member
0 Likes
361

Hi

You can use SUBMIT statement.