2009 May 22 3:58 PM
Hi All,
I have a requirement of displaying file browser dialog box from application server. Files present at the application server should be displyed as file browser. I know the same thing is possible for presentation server using,
CALL METHOD cl_gui_frontend_services=>directory_browse
EXPORTING
window_title = 'File Directory'
initial_folder = 'C:'
CHANGING
selected_folder = v_gd_path.
Please advise if anyone have come across the same scenario.
Thanks,
Jyoti
2009 May 23 4:29 PM
Hi All,
I have a requirement of displaying file browser dialog box from application server. Files present at the application server should be displyed as file browser. I know the same thing is possible for presentation server using,
CALL METHOD cl_gui_frontend_services=>directory_browse
EXPORTING
window_title = 'File Directory'
initial_folder = 'C:'
CHANGING
selected_folder = v_gd_path.
Please advise if anyone have come across the same scenario.
Thanks,
Jyoti
2009 May 23 4:29 PM
2009 May 25 9:14 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |