cancel
Showing results for 
Search instead for 
Did you mean: 

how many types of mapping can be used with XI

Former Member
0 Kudos

Hello,

I sathish tell how many type of mapping are their in the XI.

Tell the procedure to work on that one.

Regards,

sathish.

Message was edited by: SDN PI/XI Forum Moderator

Kenny Scott

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

hi SATISH,

there are 4 types of mapping

ABAP

JAVA

XSLT

GRaphical

check this link for how to use them

/people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii

Sachin

Message was edited by:

Sachin Dhingra

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Satish,

There are 4 types of mappings in XI:

1. Graphical Mapping

2. ABAP Mapping

3. XSLT Mapping

4. Java Mapping

Please refer the following links :

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

Former Member
0 Kudos

Hi

>>how many type of mapping are their in the XI.

Graphical Mapping

Java Mapping

XSLT Mapping

ABAP Mapping

>>Tell the procedure to work on that one.

Graphical Mapping - In the editor we will map directly i.e one is to one

Enhanced with Integrated Standard functions

Enhanced with Integrated User Defined Java functions(check help.sap.com and sharvya's blog is there)

Java Mapping - Use SAX or DOM Parser and write the Java program, import that as jar or zip file archives

XSLT Mapping - imported as jar or xip file archives

Enhanced with Integrated Standard functions

Enhanced with Integrated User Defined Java functions

ABAP Mapping - ABAP Programs, programmed on Integration server.

Yuga

(check help.sap.com)

Former Member
0 Kudos

Hi

In XI you can transform message using 4 methods:-

1. Graphical Mapping: Inbuilt tool in XI //Use when there is simple transformation

2. XSLT Mapping: use XSLT code and import it in IR. //when method 1 does not fulfill then go for XSLT...but only if Payload is small..for large volume of message it is slower.

3. Java mapping : write Java Code and Impoert in IR, complex logic...provide Java API so can play with the Payload:)

4. ABAP Mapping : Abap code to transform the message.

Thanks

Farooq.

Former Member
0 Kudos

hi satish,

4 types:

graphical, abap mapping and java mapping and xslt

check these blogs :

Message mapping simplified

/people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i - part 1

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

Raghu

Message was edited by:

Raghu