Application Development 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: 

Exe from ABAP

former_member196517
Contributor
0 Kudos

Hi Colleagues,

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

Regards

Anuj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anuj,

use fm GUI_EXEC

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

Thanks

Sathish

5 REPLIES 5

Former Member
0 Kudos

Hi Anuj,

use fm GUI_EXEC

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

Thanks

Sathish

Sougata
Active Contributor
0 Kudos

Hi,

Use FM 'GUI_RUN' or FM 'GUI_EXEC'.

Reward points if this info was useful to you.

Cheers,

Sougata.

former_member196517
Contributor
0 Kudos

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

Former Member
0 Kudos

Hi anuj,

try this class method cl_gui_frontend_services=>execute.

regards

suman