Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XSLT - for cXML

Former Member
0 Likes
1,083

Hi all ,

can XSLT engine be used for sending purchase order in cXML format ? if yes please let me know the steps .

Thanks in advance

Madhu

Hi all ,

can XSLT engine be used for sending purchase order in cXML format ? if yes please let me know the steps .

Thanks in advance

Madhu

6 REPLIES 6
Read only

Sandra_Rossi
Active Contributor
0 Likes
969

Hi,

You could maybe send it via IDoc (customizing of "message control") with XML port (file/HTTP), and do the XSLT conversion yourself via BAdI idoc_xml_envelope_ou.

Sandra

Read only

0 Likes
969

Hi Sandra,

Thanks for your reply. But how do we create a an xslt conversion for cXML. What are steps for creating XSLT conversion.

Thanks in advance

Read only

0 Likes
969

Hi,

a little search and you will find it easily in the official SAP documentation (help.sap.com)

Sandra

Read only

0 Likes
969

Hi Sandra,

does the code written for tranformation create an XML file or creates cXML file ?

regards

Madhu

Read only

0 Likes
969

Hi,

transformation converts any kind of XML to any kind of XML. You'll have to code the transformation yourself (need to indicate source and result elements manually).

Sandra

Read only

0 Likes
969

Thanks .. I will try this out ..