cancel
Showing results for 
Search instead for 
Did you mean: 

PI to genrate excel sheet as output

Former Member
0 Kudos

Hello All,

Interface is outbound. The mode of communicaiton from SAP ECC to SAP PI is through Proxy XML. And from SAP PI to Target application the mode of communication is Excel sheet. PI has to generate Excel sheet to the target system read.PI version using is 7.1

Can you please help in getting solution for this requirement

Thanks,

Regards,

Moorthy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Naresh,

For your requirement the best way is JAVA Mapping check below thread for code snippet

Thanks,

Krupa

Former Member
0 Kudos

Hi Naresh

The easiest way would be to write a java mapping using JXL api to generate the excel sheet.

Check this for sample code

Excel and Java - Read and Write Excel with Java - Tutorial

former_member184720
Active Contributor
0 Kudos

Hi Naresh - Did you check the below blogs?