Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to upload excel file into internal table in sap crm

$
0
0

Hi,

 

By using the fm UPLOAD_XLS_FILE_2_ITAB directly excel file can be uploaded to internal table.

 

CALL FUNCTION 'UPLOAD_XLS_FILE_2_ITAB'
EXPORTING
i_filename = p_local
TABLES
e_itab     = lt_file
EXCEPTIONS
file_error = 1
OTHERS     = 2.

 

Regards,

Vignesh


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>