Application Development 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: 

Diff b/w file_open_dialog and file_Save_dialog

Former Member
0 Kudos

Hi All,

What is the difference between

cl_gui_frontend_services=>file_open_dialog and

cl_gui_frontend_services=>file_Save_dialog ?

Thanks in advance

Sriram..

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

cl_gui_frontend_services=>file_open_dialog is used when you have to read the file in your report.

cl_gui_frontend_services=>file_Save_dialog is used when you have to save the file from your report.

It is like OPEN FILE and SAVE FILE in functionality in any microsoft application say Excel.

Regards,

Naimesh Patel

Former Member
0 Kudos

cl_gui_frontend_services->file_open_dialog is used open the file local pc.

cl_gui_frontend_services->file_Save_dialog is used sve the file in local pc.