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: 

Released FM/Method to upload Excel

bhaskar_nagula
Participant

Hi All,

Is there any released FM/Method to upload Excel from local PC to SAP?

Below following FMs are not released in status as these are not recommended to use in custom code by SAP.

  1. 'ALSM_EXCEL_TO_INTERNAL_TABLE' (clipboard error pop-up and also obsolete one)
  2. 'TEXT_CONVERT_XLS_TO_SAP' (won't work with decimal data type field in output table)
  3. 'SAP_CONVERT_TO_XLS_FORMAT'
  4. 'KCD_EXCEL_OLE_TO_INT_CONVERT'
  5. 'MS_EXCEL_OLE_STANDARD_DAT'

I have tried FM 'GUI_UPLOAD'(released in status) but this FM works only for .TXT format, not working for Excel formats i.e .XLSX, XLS, and .CSV.

5 REPLIES 5

FredericGirod
Active Contributor

ABAP2XLSX, you have to import it using ABAPGit

abo
Active Contributor

bhaskar_nagula
Participant
0 Kudos

Thanks for the comment but I was asking excel to internal table (Upload).

matt
Active Contributor

ABAP2XLSX

SamChung
Explorer
0 Kudos