Skip to Content
2
Jul 26, 2017 at 10:28 PM

CL_GUI_FRONTEND_SERVICES=>execute pass parameter to the desktop application.

3222 Views

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