cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Directory Browser

Former Member
0 Kudos

Hi,

I am trying to develop a Web Dynpro component to enable a user to select a local directory on their client to which they can then download a pre-named file from the app server. All I need the UI to do is allow the user to select a target folder (not a file) on the client PC. The functionality that I am looking for is similar to that provided by cl_gui_frontend_services=>directory_browse method (which will not run from within a Web Dynpro component).

The File Upload Web Dynpro element is the only element which looks as though it might do what I want. However it only appears to support file selection (not folder selection). Documentation for CL_WD_FILE_UPLOAD also appears to be unavailable in English.

Thanks in advance.

Simon.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

i think , you should use CL_WD_RUNTIME_SERVICES =>ATTACH_FILE_TO_RESPONSE

Former Member
0 Kudos

That will do just fine. Thank you for your help.

Answers (0)