cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi Experts,

I am new to Xi can any one send the docs on Mapping.

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Mapping examples:

Mapping concepts:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/mappingConceptsinSAPXI

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

Comparison of various Mappings:

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

How to test mapping:

XSLT Mapping:

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

Message Mapping:

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

Edited by: Geetha Jeyaprakash on Sep 11, 2008 1:58 PM

sunilchandra007
Active Contributor
0 Kudos

Hi,

There are 4 types of Mapping supported by XI :-

1. Graphical Mappings

2. Java Mappings

3. XSL Mappings

4. ABAP Mappings

Graphical Mapping is easy to work on compared to other. U can have User defined function also. You can also implement Lookups in UDF

For java mapping, u can use NWDS, NetBeans etc . For java mapping, u can use NWDS, NetBeans etc . Import the .class or . zar file in Imported Archeive.

In terms of performance XSL mapping is the best one. u can also use java function in XSL mapping. It can be done in the editors like Stylus , Altova MapForce. Import the .XSL file in Imported Archeive.

For ABAP mapping, U need to create ABAP class at SAPGUI (Trans - SE24). Use the class name in Interface Mapping.

The first 3 mappings can be directly test in IR , for ABAP mapping u need to go to SAPGUI (Trans - SXI_MAPPING_TEST).

You can go thru the links provided by other frends.

Regards,

Chandra

Former Member
0 Kudos

refer the one link:

Mapping Concepts in SAP XI

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/mappingConceptsinSAPXI

chirag