cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating SAP and non SAP applications

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 (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

1. you would first write an RFC or existing RFC for getting Material information based on material number or any other filter information.

2. Import the rfc into XI, define your outbound message types and interfaces. Map these to the Imported RFC.

3. Expose the outbound interface as webservice, you can generate the proxies in java based on the wsdl.

cheers,

naveen