Hi,
i have a requirement to open a .exe (.Net desktop application) and i currently using
CL_GUI_FRONTEND_SERVICES=>execute .
CALL METHOD cl_gui_frontend_services=>execute
EXPORTING
application = 'WinForm.exe'
parameter ='C:\WinForm'
operation = 'OPEN'.
it opens up the application as expected. but now i need to pass some values like document number,date (transactional information) to this application.
let me know if anyone has done this before, i will be researching and trying on my own. if i get lucky, i will definitely share the steps.
regards,
Tashi