cancel
Showing results for 
Search instead for 
Did you mean: 

EDCDIC conversion in SAP PI

Bhargavakrishna
Active Contributor
0 Kudos

Hi Experts,

We have a requirement to convert EBCDIC files to xml/ Text files and vice versa.

I searched SDN and found few forums for the same requirement and many of experts suggested to use UDF / Java mapping / XSLT mapping.

What is the best approach to achieve this in SAP PI, is there any standard adapter modules available for this conversion?

If anyone already implemented can you please share your experience and some useful documents for EBCDIC conversion.

Thanks in advance

Regards

Bhargava Krishna

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Bhargana,

In a java site you can find some examples with that transformation http://www.experts-exchange.com/Programming/Q_26688091.html

I don't not remember any blog with own adapter module with this feature, may be any other SCN member had better mind

In my opinion, you can adapt the code in a java mapping, if you will go to have ESR development, this is the easiest way to do it. The first mapping will be this java mapping and later the other mappings. If you don't require ESR development the best way is to construct your own module adapter, a bit more complicated.

Regards.

Answers (0)