cancel
Showing results for 
Search instead for 
Did you mean: 

Base 64 decoding in mapping SAP PI

praveenkva
Explorer
0 Kudos

Hi Experts,

I have a scenario where SAP will send RFC data to Oracle Soap service and in return from Oracle they will send a base64 string in one of the field. In SAP PI at mapping level I need to decode the string to data and pass the same to SAP.

I have written an udf using the below weblinks but I am missing with the java class. Where can i find the jave class and how can i import them in the SAP PI so that they can be seen in UDF creation in SAP PI.

https://answers.sap.com/questions/10224729/decode-base64-at-field-level.html

https://medium.com/@ataberkdnc/base64-encoding-and-decoding-with-udf-sap-pi-po-f1cd47934f13

Accepted Solutions (0)

Answers (1)

Answers (1)

rolandfff
Explorer
0 Kudos

Hi OILPI:
If you have developed and tested with development tools, for example, in eclipse, you can export the project as a jar file, then import that file into ESR,and apply the function in Message Mappings.