Application Development and Automation 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: 
Read only

Upload Excel file via HTTP POST request.

vidkm01
Newcomer
0 Likes
1,177

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,120

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

READ DATASET ... IN BINARY MODE

CL_HTTP_CLIENT

SET_DATA