Hi!
I have the following Scenario and would like to solve it with SAP PI!
In R/3 backend, a Report reads a binary PDF File and converts the file into Base64. Then a FM is called which consists of a changing Parameter which holds the Base64 Content. The FM is called with target PI. PI should now DE-code this Base64 Content and save the Content as a binary file to disk! Simply said, i want to choose a PDF File within a Report which should be transferred to PI via Base64 Encoding and then saved to disk in it's original form ... I could already create the Report and the function module. But, my Problem is, how to create a mapping that ONLY takes the Base64 Content and writes this Content via File Adapter to disk!? Every mapping consists of additional XML fields, but in my case, only the source BASE64 Content should be saved to disk and NOT the fields which eventually could be in the target mapping structure!
Does anybody have an idea?
BR, EF