cancel
Showing results for 
Search instead for 
Did you mean: 

Content conversion in receiver mail adapter?

Former Member
0 Kudos

Hi,

We need to send list of invoices from SAP to 3rd party as excel file (TEST.xls) attachment. Can we do this without xslt or java mapping?

Can we use MessageTransformBean in receiver mail adapter to convert XML to .xls file? What are the Module Configuration Parameters we should use?

Regards,

N@v!n

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi N@v!n,

Can we do this without xslt or java mapping?

I dont think so, at least not without programming

Can we use MessageTransformBean in receiver mail adapter to convert XML to .xls file?

It converts to csv (flat files). You need mapping in addition. Please have a look to

Excel Files - How to handle them in SAP XI/PI (The Alternatives)

What are the Module Configuration Parameters we should use?

Standard Adapter Framework modules [AF_Modules] in PI 7.1 –Part 2

Regards,

Udo

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Without mapping not possible.

Former Member
0 Kudos

Thanks Udo.

Raja - So it has to be done only either in xslt mapping or java mapping, right?

Former Member
0 Kudos

xslt mapping would be easier.

udo_martens
Active Contributor
0 Kudos

Yes.

A argument for xsl can be that it is very easy to learn, java requires more efforts but has more power (possibilities).