cancel
Showing results for 
Search instead for 
Did you mean: 

ECC sending data to Java

Former Member
0 Kudos

Hi,

We have a scenario where ECC 6.0 would send the data to third party J2EE application via PI 7.1.

What would be the best way to communicate with Java system? I know ABAP proxy -> XI -> File is one of the solution.

What are the other ways? Can i use Java WebAS.

Any suggestions are welcome.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Answers (2)

Answers (2)

Former Member
0 Kudos

We used HTTP to send data

Former Member
0 Kudos

On the source

If its single/multiple IDOCs then use IDOC sender Adapter

If you have predefined RFC or BAPIs use sender RFC adapter

For large data and performace ABAP proxy is the best

On the receiver side

As you said File adapter can be used

You can also use SOAP adapter if your J2EE systems accepts SOAP Messages

You can also use HTTP adapter

Former Member
0 Kudos

Hi guru i think we can't use IDOC ADAPTER on sender side

Former Member
0 Kudos

>

> Hi guru i think we can't use IDOC ADAPTER on sender side

Chandra:

Thanks for pointing out..what i meant is to send IDOCs from ECC. I know we cant use IDOC sender Adapter