Hi,
You can achieve you requirement as below
- Get the file path by using method cl_gui_frontend_services=>file_open_dialog
- Use method GUI_UPLOAD of class CL_GUI_FRONTEND_SERVICES and receive data in lt_data ( string table )
- Create a table with field file_data of type STRING_TABLE
- Save lt_data into your table
Hope this helps you.
Regards,
Rama