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 windows binary

Former Member
0 Likes
438

Hi all,

im searching for an possibility to execute a windows file like cmd.exe out of a SAP Dynpro. Is there any possiblity ....

Thanks in advance.

Moritz

1 ACCEPTED SOLUTION
Read only

kostas_tsioubris
Contributor
0 Likes
405

Hi,

you can use the execute method of the class CL_GUI_FRONTEND_SERVICES.

Kostas

2 REPLIES 2
Read only

kostas_tsioubris
Contributor
0 Likes
406

Hi,

you can use the execute method of the class CL_GUI_FRONTEND_SERVICES.

Kostas

Read only

0 Likes
405

Thx a lot that worked.