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: 

Function module to upload .XLS and .XLSX without warning message

Former Member
0 Kudos

Hi Experts,

Request you to kindly suggest a Function module/method to upload .XLS and .XLSX files into SAP without a warning message

Thanks,

IJOE

3 REPLIES 3

Former Member
0 Kudos

Try below FM :

ALSM_EXCEL_TO_INTERNAL_TABLE -> upload from XLS file to SAP

GUI_DOWNLOAD - Download from SAP to XLS

Thanks

Seshu

0 Kudos

ALSM_EXCEL_TO_INTERNAL_TABLE was considered, it gives field by field values.

Any other API to do record by record transfer directly like TEXT_CONVERT_XLS_TO_SAP .

But TEXT_CONVERT_XLS_TO_SAP is giving a presentation server warning message.

0 Kudos

You can verify using SE37 in SAP as XLS or EXCEL.

Thanks

Seshu