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

can we run windows application using abap?

Former Member
0 Likes
1,144

Hi everyone...

can we run windows application using abap ?

thanks fpr ypur help

Hi everyone...

can we run windows application using abap ?

thanks fpr ypur help

4 REPLIES 4
Read only

Former Member
0 Likes
769

Yes.

Rob

Read only

Former Member
0 Likes
769

What is the windows applicaton? A word document, or any exe?

I can reference a function WS_EXECUTE or GUI_RUN.

Read only

naimesh_patel
Active Contributor
0 Likes
769

Yes, you can..

Like this:


CALL FUNCTION 'WS_EXECUTE'
EXPORTING
INFORM = 'X'
PROGRAM = 'CALC'
COMMANDLINE = 'C:WINDOWSSYSTEM32CALC.EXE'.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
769

Hi,onyedili onyedi .

You should check this 'CL_GUI_FRONTEND_SERVICES=>EXECUTE'. 'WA_EXECUTE' and 'GUI_RUN' are obsolete.

Regards,

feng.