cancel
Showing results for 
Search instead for 
Did you mean: 

Different types of Mapping in XI

Former Member
0 Kudos

Hi Experts,

I am new into XI.Can anyone tell me how the varios mapping is used wz proper slide presentation.

1) Graphical mapping wz all the user defined functions,standard functions.How to use these while mapping,please explain me wz proper slides.I want to implement this.

2) Any one java mapping example wz proper slide presentation

3) Any one XSLT mapping wz slide presentation.

Thanks n Rgds

Veeru

Accepted Solutions (0)

Answers (4)

Answers (4)

bhavesh_kantilal
Active Contributor
0 Kudos

Hello,

Please Read the Rules of Engagement of this forum. All answers to this question have been discussed multiple times. Search on SDN.

Requesting forum contributors to direct such postings to the right place;i.e; to use the Search option.

Regards

Bhavesh

Former Member
0 Kudos

Hi Virendrakumar,

I dont have the power point presentations or slides to give U.

Check some links on different mapping, checking these links u will get good knowledge.

http://help.sap.com/saphelp_nw04/helpdata/en/49/1ebc6111ea2f45a9946c702b685299/content.htm

1.Message Mapping Simplified - Part I

2.Message Mapping Simplified - Part II

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

3. New functions in the Graphical Mapping Tool SP13

4. The Use of "suppress" in the XI 3.0 Graphical Mapping Tool

ABAP MApping: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0...

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

XSLT Mapping

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2e...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923...

Java Mapping:

Pls check

Link:

FILE CSV with java mapping

CHECK THE MAPPING PERFORMANCE

Regards,

Phani Kumar

Former Member
0 Kudos

Hi,

Sorry i am sending you the blogs and some material links, but i haven't PPTs about the mappings and its types.

Regarding the graphical mapping follow this links

http://help.sap.com/saphelp_nw04/helpdata/en/79/2835b7848c458bb42cf8de0bcc1ace/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb...

For XSLT mapping

http://www.w3schools.com/xsl/xsl_for_each.asp

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/fileTOFile-UsingXSLTmapping%28forBeginners%29

For Java Mapping

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

For ABAP mapping

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

http://www.saptechnical.com/Tutorials/XI/ABAPMapping/page1.htm

SAP recommends the graphical mapping, but all times graphical may not suitable to our requirements,

so based on our requirement we select the mapping type.

For mapping techniques

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/mapping%2btechniques

Former Member
0 Kudos

hi,

There are 4 types of mapping in XI

1. Graphical

2. XSLT

3. java

4. ABAP.

There is no hard and fast rule for using the mapping techniques. But, I will try to put things in the right perspective for you.

Graphical Mapping is used for simple mapping cases. When, the logic for your mapping is simple and straight forward and it does not involve any complex logic.

Java and XSLT mapping are used when graphical mapping cannot help you.

When the choice is between Java And XSLT, XSLT is simpler than java mapping and easier. But, it has its drawbacks. One among them being that you cannot use Java APIs and Classes in it. There might be cases in your mapping when you will have to perfrom something like a properties file look up or a DB lookup, such scenarios are not possible in XSLT and so, when you want to use some specific Java API's you will have to go for Java Mapping.

Java Mapping uses 2 types of parsers. DOM and SAX. DOM is easier to use with lots of classes to help you create nodes and elements, but , DOM is very processor intensive.

SAX parser is something that parses your XML one after the other, and so is not processor intensive. But, it is not exaclty easy to develop either.

For further info on each of the mapping, refer to these links,

Graphical Mapping,

[http://help.sap.com/saphelp_nw04/helpdata/en/6d/aadd3e6ecb1f39e10000000a114084/content.htm]

[http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm]

XSLT Mapping

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

[http://www.w3.org/TR/xslt20/]

Java Mapping

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

DOM parser API

[http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/package-frame.html]

Also, check this thread for more info,

[;

Regards.

Siddhesh