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

Exe from ABAP

former_member196517
Contributor
0 Likes
678

Hi Colleagues,

Is it possible to launch a exe file from ABAP.. If yes how can we do that..

Regards

Anuj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

Hi Anuj,

use fm GUI_EXEC

<b>Reward pts if found usefull:)</b>

Thanks

Sathish

Hi Colleagues,

Is it possible to launch a exe file from ABAP.. If yes how can we do that..

Regards

Anuj

5 REPLIES 5
Read only

Former Member
0 Likes
647

Hi Anuj,

use fm GUI_EXEC

<b>Reward pts if found usefull:)</b>

Thanks

Sathish

Read only

Sougata
Active Contributor
0 Likes
646

Hi,

Use FM 'GUI_RUN' or FM 'GUI_EXEC'.

Reward points if this info was useful to you.

Cheers,

Sougata.

Read only

former_member196517
Contributor
0 Likes
646

hi all,

these methods do not execute in case of webdynpro i dont know why... when i am running them as standalone they are working but not from webdynpro..

Regards

Anuj

Read only

Former Member
0 Likes
646

Hi anuj,

try this class method cl_gui_frontend_services=>execute.

regards

suman