cancel
Showing results for 
Search instead for 
Did you mean: 

EXECUTE .EXE FILE USING webdynpro

Former Member
0 Kudos

Hi experts,

I have requirements to execute .exe file from presentation server ( kept on my desktop ) by using Webdynpro

I used ACFexecute to execute the file but it throws plug-in issue in my browser.

Could you please suggest me are there any other ways to execute .exe file from local desktop like we have in core abap ex. cl_gui_frontend_services

If it is there please provide step by step process to develop the code for webdynpro.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks all for your answer and links.

Former Member
0 Kudos

Hi,

Is your issue resolved ?

Thanks

KH

Former Member
0 Kudos

Hi Hawkins,

sorry for late reply.

I have struggled lot then find it is problem ACF applet version.

we had approached SAP team to update the laster ACF version.

Now i m approaching to invoke the file via windows service.

I don't know how to invoke windows service from SAP . Today i started for R & D.

Thanks ,

Rajesh K

sahirn
Active Contributor
0 Kudos

Hello Rajesh K,

Have you done this?

Execute transaction ACF_WHITELIST_SETUP

Save certificate and install in root

Hope you have already referred to SAP documentation here...

AcfExecute - Web Dynpro for ABAP - SAP Library

Regards.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all ,

the problem is resolved after heavy R & D. Now i m able to execute the file via Webdynpro.

I took ACF trace while executing the report. The ACF patch is not updated with correct version of SAP. With help of SAP team i refectly the issue and updated the ACF patch from .97 and 102.

the mistake i did is that: i try configure the whitelist separatley and using standard code of ACF execute. Then i certified the whitelist in default location of T-code WDR_ACR_WLIST.

Now i can execute the executable file.

.

Thanks for all your inputs.

Regards,

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Refer below link which will help you.

Run Executable files from Web Dynpro ABAP using Acfexecute

Thanks

KH

former_member197475
Active Contributor
0 Kudos

Hi Rajesh,

Please have a look on the below doc.

BR,

RAM.