SAP Development
SAP Reporting
File Processing
File Upload & Download
File Selection popup
MS Interfacing
SAP File Selection Window - various methods of adding a file selection popup to your ABAP report
Select a Directory using DIRECTORY_BROWSE
Popup to allow user to select file directory using cl_gui_frontend_services=>directory_browse
Select a File to save too using FILE_SAVE_DIALOG
Popup to select file to save too using cl_gui_frontend_services=>file_save_dialog
Select a File using FILE_OPEN_DIALOG
Popup to allow user to select file using cl_gui_frontend_services=>file_open_dialog
Select a File using WS_FILENAME_GET
Popup to allow user to select file using WS_FILENAME_GET
SAP File processing help
Return to File processing menu