cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading CSV File in sapui5 table using file uploader

former_member225463
Participant
0 Kudos

Hello Experts,

I have came to a requirement where i have an item table in which the datas are coming  from the sap

backend system.

In above of an Item table , a button is there called upload file which will upload the CSV data to the table and the position should start after

the line which was already fetched from the backend.

for example : if from initial only 3 line item data are coming then after uploading the csv file the data should start from 4 keeping the old 3 records unchanged.

Your help is appreciated

Regards,

Vikash

Accepted Solutions (0)

Answers (1)

Answers (1)

vijay_kumar49
Active Contributor
0 Kudos

Please refer this document . it may be useful and

Kindly let me know if you need any more information

amita_jain2
Participant
0 Kudos

I have used the code given on link but create_stream method says csv file is empty.. can u please suggest?