cancel
Showing results for 
Search instead for 
Did you mean: 

Diff bw xslt java abap mapping

Former Member
0 Kudos

Hi Guys,

Can you tell me when to use xslt or java or abap mapping?

Please tell me advantages of each mappings?

Regards.

Avinash M

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks for all your reply..

anupam_ghosh2
Active Contributor
0 Kudos

Hi Avinash,

                    Experts have already responded to this question. Thus only point I would like to add here is that java mapping stands apart from rest of the mapping. The reason being that all mapping problem in the world can be resolved by java mapping, whilst the same cannot be confirmed for other types of mapping.

Regards

Anupam

smavachee
Active Contributor
0 Kudos

Hello Avinash,

Have a look at below links, you will find consolidated list of all mapping blogs, surely help you to get thru mapping concept.

http://wiki.sdn.sap.com/wiki/display/XI/Mapping+Concepts+in+SAP+XI

http://wiki.sdn.sap.com/wiki/display/XI/PI+7.0+and+7.1+Mapping+-+Blogs,+Articles,+Wiki,+Code+Samples...

Hope this helps.!

Regards,

Sunil M

dipaks_patil
Explorer
0 Kudos

Hi

refer following links.

http://scn.sap.com/thread/386013

http://scn.sap.com/message/2785448

Regards,

Dipak Patil

Former Member
0 Kudos

Hi ,

Based on your requirement choose among them,

Performance wise

1.ABAP Mapping

2.Java Mapping

3.XSLT Mapping

T

Simplicity

1.XSLT

2.Java

3.ABAP

If the scenario is SAP to non SAP systems then ABAP mapping will be good. Otherwise other mappings are good.--Don't go for ABAP mapping because in the newer versions of PI no more ABAP stack ;just keep in mind.

Java is having very rich API .Using Java you can right robust code which is not possible in XSLT.Graphical mapping is converted to a java class internally.

XSLT is simple combination of XPATH fns and is easier.but XSLT is indeed slower, but there are some problems which can not be solved in graphical mapping (e.g. recursion) which can be solved rather easily in XSLT. Also SAP uses XSLT extensively in their standard content (e.g. MDM 3.0) where we have not encountered serious performance problems so far.

Regards

Venkat