Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying file browser dialog box from application server

Former Member
0 Likes
602

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

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
536

Hi,

have a look at fm /SAPDMC/LSM_F4_SERVER_FILE.

Best regards.

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

2 REPLIES 2
Read only

former_member182371
Active Contributor
0 Likes
537

Hi,

have a look at fm /SAPDMC/LSM_F4_SERVER_FILE.

Best regards.

Read only

0 Likes
536

Hey, Thanks a lot.

You solved my problem.

Regards,

Jyoti