‎2010 Sep 28 11:58 AM
Hi,
I want to execute a .hta document using ABAP. What way do I have to go?
.hta is an HTML Application (HTML and Java Script). In our case a form that has to be started by clicking on a file name.
In what direction do I have to look for a solution.
Ron
‎2010 Sep 28 12:13 PM
Hi Ron,
if the file can be executed locally from your C:\ drive by double-clicking, it means that the extension HTA is directly executable OR it's linked to a program (e.g. EXEs are executable, but HTMLs are linked to your internet browser).
Anyway, if you can double click an HTA file, you can also launch it from ABAP with function module GUI_RUN.
I hope it helps. Kind regards,
Alvaro
‎2010 Sep 28 7:58 PM