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

Execute DOS command from SAP

Former Member
0 Likes
682

hi experts ,

i need to execute DOS command from SAP .

earlier we have 'GUI_EXEC' WS_EXECUTE , 'WS_DOWNLOAD' etc which are Obsolete now.

as we are using ECC6.0. kindly guide how to do this.

best regards,

Rahul

3 REPLIES 3
Read only

Former Member
0 Likes
548

Try out...

DSVAS_DOC_WS_EXECUTE_50

or

CL_GUI_FRONTEND_SERVICES=>EXECUTE

<b><REMOVED BY MODERATOR></b>

Thanks & Regards

ilesh 24x7

Message was edited by:

Alvaro Tejada Galindo

Read only

ferry_lianto
Active Contributor
0 Likes
548

Hi,

Please check FM GUI_RUN.

Regards,

Ferry Lianto

Read only

RaymondGiuseppi
Active Contributor
0 Likes
548

There is a class for this : look at class <b>cl_gui_frontend_services</b>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=cl_gui_frontend_services&cat=sdn_all">cl_gui_frontend_services at sdn</a>

Regards