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: 

Upload Excel file via HTTP POST request.

vidkm01
Member
0 Kudos

Hello,

I need to upload Excel file via HTTP POST request.
According to the API parameters the content of the excel file has to be sent as binary inside the body of the request.
How can I read Excel File from application server side in ABAP program binary and how to add those data into
request body ?

thanks for your hint.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

The questions have been asked lots of times in the forum.

READ DATASET ... IN BINARY MODE

CL_HTTP_CLIENT

SET_DATA