cancel
Showing results for 
Search instead for 
Did you mean: 

Under which situation you have used XSLT Mapping ?

Former Member
0 Kudos

Under which situation you have used XSLT Mapping ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

One can also think of Java mapping as another option but it is a bit complex and required knowledge of Java. In such cases, XSLT mapping can be the best approach to meet the requirements.

A few example cases in which an XSLT mapping can be used:-

1)When the required output is other than XML like Text, Html or XHTML (html displayed as XML)

2)When default namespace coming from graphical mapping is not required or is to be changed as per requirements.

3)When data is to be filtered based on certain fields (considering File as source)

4)When data is to be sorted based on certain field (considering File as source)

5)When data is to be grouped based on certain field (considering File as source)\

Advantages of using XSLT mapping

-XSLT program itself defines its own target structure.

-XSLT programs can be imported into SAP XI. Message mapping step can be avoided. -One can directly go for interface mapping once message interfaces are created and mapping is imported.

-XSLT provides use of number of standard XPath functions that can replaces graphical mapping involving user defined java functions easily.

-File content conversion at receiver side can be avoided in case of text or html output.

-Multiple occurrences of node within tree (source XML) can be handled easily.

-XSLT can be used in combination with graphical mapping.

-Multi-mapping is also possible using xslt.

-XSLT can be used with ABAP and JAVA Extensions.

Disadvantages of using XSLT mapping

-Resultant XML payload can not be viewed in SXMB_MONI if not in XML format (for service packs < SP14).

-Interface mapping testing does not show proper error description. So errors in XSLT programs are difficult to trace in XI but can be easily identified outside XI using browser.

-XSLT mapping requires more memory than mapping classes generated in Java.

-XSLT program become lengthier as source structure fields grows in numbers.

-XSLT program sometimes become complex to meet desired functionality.

-Some XSL functions are dependent on version of browser.

Thanks

Former Member
0 Kudos

Hi sudhakar !

I think this is the slowest way for mapping. I think you should use it if you have solid available knowledge in XSLT, and no java neither abap knowledge, and need to develop a complex mapping that is not doable using graphical mapping.

Regards,

Matias.