2024 Jan 14 5:12 PM
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.
2024 Jan 14 6:52 PM
The questions have been asked lots of times in the forum.
READ DATASET ... IN BINARY MODE
CL_HTTP_CLIENT
SET_DATA