cancel
Showing results for 
Search instead for 
Did you mean: 

hi,about mapping

Former Member
0 Kudos

where does mapping execute in?

we know mapping may be base on java,abap,xslt.

furthermor

The mapping tool generates Java source code from the graphical mapping description, which is then compiled and packed in a JAR file that the Integration Engine executes at runtime.

but integration engine is base on ABAP STACK.

and how does IE execute java code?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Joy

Mapping gets executed on Java Stack & rest of the pipeline services are executed on Abap Stack.

Regards,

Anushree

Former Member
0 Kudos

Hi

/people/sravya.talanki2/blog/2007/01/11/ripping-off-sap-xi-stack-133sharing-the-goodies-of-abap-api146s

/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off

/people/sravya.talanki2/blog/2006/12/28/skelton-of-mapping-runtime-in-sap-xi

Thanks

Former Member
0 Kudos

Hi,

We can Call the Java mapping through RMI server which intrun calls the Java mappings which are present in that......depending upon the condition given..So these can called via Java Communication(JCO). And a mapping can be excuted.

For more info click on following link

http://help.sap.com/search/highlightContent.jsp

Reward with Points with helpful

Ragards

Sai Ganesh

prabhu_s2
Active Contributor
0 Kudos

AFAIK it shud be via JCO calls.