cancel
Showing results for 
Search instead for 
Did you mean: 

About java application - xi - R/3

Former Member
0 Kudos

Hai This is Prakash ,

And Iam new to SAP-XI (exchange infrastructure) Help me on..... How can I convert my java application to Xi and results in R/3 . For example I have a java application like Employee date with fields Name <text-box> ,

Address <text-field>............... So on When

Now I want to convert This in to XI and result will modified in R/3.

plz help me

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

Firstly you can define this in following ways

1. for that strucutre you can expose it as webservice and communicarte with XI using SOAP the flow would be like this

Java Application><SOAP>>XI><RFC>>R/3

2. You can send that data in a file Xi will pick taht file and update R/3.

Or use the Java Proxy for communication between the Java System and XI.

Former Member
0 Kudos

thanks for response

Former Member
0 Kudos

Hi ,

What do you mean by convert to XI ?

I think you mean send to XI and then get the result from R/3 .

Use java proxy for the same.

Regards

Edited by: Amit K Singh on Feb 27, 2008 1:21 PM

Former Member
0 Kudos

Thankyou for reply