cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc XML to/from IDoc Flat Conversion - source code

0 Kudos

Hello,

I'm looking for the source codes (Java) for the standard modules below.

IDOCXmlToFlatConvertor

IDOCFlatToXmlConvertor

The codes will be implemented in Java application (external tool), in which the aim is to convert the IDoc XML to IDoc Flat without using the SAP PI/PO.

Appreciate your inputs here.

Thanks,

Fred

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Frederick,

Execute the below commands in your PI OS AS Java telnet console, you will get the path. navigate to that path and download the jar file once u have the jar file use Jad decomplier and you can see the source code.

llr -all -f com/sap/aii/af/idoc/module/IDOCFlatToXmlConvertor.class
llr -all -f com/sap/aii/af/idoc/module/IDOCXmlToFlatConvertor.class

You may check this Blog.

Br,

Manoj