cancel
Showing results for 
Search instead for 
Did you mean: 

diff between XSL - JAVA and XSL - ABAP

Former Member
0 Kudos

Hi All,

What is the difference between the XSLT in JAVA and XSL in ABAP? which is the preferable one.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

HI

I believe using XSL-ABAP can give a performance edge over the other

regard

krishna

Former Member
0 Kudos

Hi,

check this link

/people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

it says Java mapping (handwritten than generated code) is better than ABAP based mapping

message mapping better than XSLT...

the above link is specified by martens in

/people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

Former Member
0 Kudos

for

<b>XSL in ABAP</b>

refer these links

/people/sap.user72/blog/2003/09/18/xsl-and-abap

http://help.sap.com/saphelp_nw04/helpdata/en/09/b7463c32a3fe13e10000000a114084/frameset.htm

/people/achim.bangert/blog/2005/07/17/code-generation-using-xsl-transformations

/people/tobias.trapp/blog/2006/10/06/xml-processing-in-abap-part-9-150-abap-processing-using-xslt

/people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

for <b>XSL in JAVA</b>

http://help.sap.com/saphelp_nw04/helpdata/en/4c/b2ad3de2d76b3be10000000a114084/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4...

http://help.sap.com/saphelp_nw04/helpdata/en/ce/1d753cab14a909e10000000a11405a/frameset.htm

XSLT Mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm

Java Mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm

Links of blogs on java mapping...

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii

/people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii

Have a look at this blog on XSLT mapping in ccbpm:

/people/sap.user72/blog/2005/03/15/using-xslt-mapping-in-a-ccbpm-scenario

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping(file to xslt mapping)

/people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners(xslt with java enhancement function)

XSLT Mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm

and article on XSLT Mapping

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi%20code%20sam...

Java Mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm

Message Mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/ee/bf9640dc522f28e10000000a1550b0/content.htm

this thread could give u a better understanding....

https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https%3A//forums.sdn.sap.com/t...

/people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi(types of mappping in xi)

/people/sap.user72/blog/2005/03/15/using-xslt-mapping-in-a-ccbpm-scenario(XSLT mapping in bpm)

refer this thread

Thanks !!!!

Former Member
0 Kudos

To add further ABAP XSL can be invoked by CALL TRANSFORMATION function inside any ABAP program. So if ur internal ABAP program expects some kind of transformation u can go for this.

In transaction SE80 u can implement ur own XSL. it provides good testing tool as well to check the transformation.

Regards

Rajeev

Shabarish_Nair
Active Contributor
0 Kudos

XSL-JAVA is nothing but enhancing your XSLT code with Java snippets. i.e. you can embed java code in your XSLT.

Ref: http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm

XSL-ABAP is nothing but XML transformation using ABAP mapping

Ref: -http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm

Former Member
0 Kudos

Hi Anil,

Please check the below thread.

/people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

Hope this helps to some extent.

Regards

Kiran..