cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to choose file using ACFUPDOWNLOAD

Former Member
0 Kudos

Hi All ,

I am using the standard WD component /PLMU/WDC_DIR. Inside this coponent view V_DIR_ORIGINAL_ADD is using file upload. but it's not working out for me.

I found that the below method is being used to open window to choose file for attachment.

CL_WDR_ACFUPDOWNLOAD_HNDL->IF_WD_ACFUPDOWNLOAD_SWFS~CHOOSE_FILE

 

Browser IE9 version 9.0.8112.16421


    wd_this->acf_method_handler->IF_WD_ACFUPDOWNLOAD_SWFS~CHOOSE_FILE(

        EXPORTING

          window_title = 'Choose file'

          start_directory = ''

          default_file = ''

          filter = ''

          filter_description = ''

          directory_only = abap_false

          context_attribute = wd_this->CONTEXT_ATTR_RES_PTR ).

Please do suggest me if you have any idea on the same.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

There are security implications also.

Check this transaction in your system: WDR_ACF_WLIST

Best regards,

Guillaume

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Do you meet the pre-requisites?

Prerequisites

The following prerequisites must be fulfilled to enable AcfUpDownload to function smoothly on a client:

●  Installation of a Sun Java plug-in (Java 5 or higher)

More information: SAP note 1178747.

●  Presence of a valid white list XML file.
For Microsoft Windows this is %APPDATA%\SAP

Best regards,

Guillaume