abapsaprfcpyrfc

Return binary data via RFC


I want to return binary data in ABAP, for example a PNG image file.

Which data type should I use? string, xstring, ...?

I use the PyRFC SDK: https://github.com/SAP/PyRFC


Solution

  • xstring

    Sidenotes if you have large data: