2010 May 02 8:09 AM
Hi all,
I need to execute a third party software using abap coding .
The software converts doc to pdf, the input from ecc6 would be the file path.
I need to do this using ABAP.
thanks
ziv.
2010 May 02 11:56 AM
Hi Ziv
You can use METHOD cl_gui_frontend_services=>execute
EXPORTING
application = <<<.exe file>>>
operation = 'OPEN'
to run .exe files
Best Regards
Yossi
Hi Ziv
You can use METHOD cl_gui_frontend_services=>execute
EXPORTING
application = <<<.exe file>>>
operation = 'OPEN'
to run .exe files
Best Regards
Yossi
2010 May 02 11:56 AM
Hi Ziv
You can use METHOD cl_gui_frontend_services=>execute
EXPORTING
application = <<<.exe file>>>
operation = 'OPEN'
to run .exe files
Best Regards
Yossi
2010 May 09 10:19 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |