Hello,
I want to upload a pdf file via RFC.
I use function module SO_OBJECT_INSERT. I am using python and pyrfc.
Uploading plain text files works well.
My pdf conent looks like this:

How to I have to convert the pdf binary in python and pass it to the function module?
All functions moduls to convert files are not remote enabled.
Thank you.