cancel
Showing results for 
Search instead for 
Did you mean: 

Java and XSLT Mapping. Help required

Former Member
0 Kudos

Hi All,

Why I require Java Mapping and XSLT Mapping when I have Graphical mapping ?

Please explain Java Mapping and XSLT Mapping with examples.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

You have to Search this Basic qus on SDN.

But this is your first post so giving just overview.

Java Mapping is used for Complex Structure when Graphical mapping would not handle

Complex structue.

Check Performance compare of All mapping

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

shivhare
Active Contributor
0 Kudos

Hi,

there are lot of thread alredy posted please serach

check following link

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

blog

/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)

Regards,

Amit

Former Member
0 Kudos

Hi,

Please let me know

does Graphical , Java and XSLT Mapping run on Java stack?

what about Aabap Mapping. Does to also run on Java stack?

Regards

Former Member
0 Kudos

You have to define your mapping in the integration repository, and the actual mapping will happen in the integration server. Both run on the Java stack.

Abap mappings are created in the ABAP stack, but still need to be defined in the int. rep., and they are called from the int. server... So again: Java

shivhare
Active Contributor
0 Kudos

Hi,

Graphical , Java and XSLT Mapping run in JAVA stack, ABAP in abap Stack

regards,

Amit

Former Member
0 Kudos

Hi,

You might need Java and XSLT mappings if you want to use complex functions, connect to other data sources within the mapping, copy whole parts of a message,...