cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating SAP and non SAP applications (DataTypes)

Former Member
0 Kudos

I am trying to integrate a java application with sap using XI. In java application i will enter the materials name and all the reqired details about the material will be fetched from MM module through XI back to Java application.

Java Application -


> HTTP Adapter -


> XI -


> RFC Adapter (Synch interface) -


> R/3

If i have to input the material name in my java application for which all the info would be extracted from the MM module, than where do i define the data type of the parameter that would be sent and the data types of the information that would be retrieved from the MM module. How would XI differentiate between the two.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

>>Java Application -


> HTTP Adapter -


> XI

you could create an oubound interface in XI,define oubound message.

>>XI -


> RFC Adapter (Synch interface) -


> >>R/3

import the RFC into XI, map the RFC to the message defined in ur oubound interface.

take a look at this thread

cheers,

naveen

Answers (0)