Hi Guru,
Did someone has the similar requirement on PDF download? We use SAP build app for mobile UI development, the data part is provided by backend S4 HANA system. We have one Odata service to provide PDF document.
The odata service returns content-type application/pdf
The odata service can be found in the SAP Build Integration. When we made Restful API testing run, the odata service returns text string. When i pass to Proces Download Base64 text as File (web only), it is not working.
The HTTP request doesn’t give any content back. I wonder how people to get the PDF document from the backend SAP. The PDF has been generated at the backend SAP system, we don’t use any API to generate PDF dynamically, we just want to pass the PDF from backend to the front end.
thanks
John ZHANG