cancel
Showing results for 
Search instead for 
Did you mean: 

HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA APPLICATION

Former Member
0 Kudos

HI expects,

HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA or . DET APPLICATION.please provide me some scenarios and documents.please help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

and which adapters i should use for this scenarios or proxy.in sender side,i have sap system and receiver side i am having third party system (that might be JAVA OR .NET ).

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

In the sender side i.e. in SAP system you can use IDoc/RFC/Proxy to push the data to XI.

IDoc supports only Async communication and in Sync case performace is good using Proxy.

In the receiver side you can use Java Proxy to connect to the Java application or you can even bulid a webservice over the Java/.Net application and use SOAP adapter to post data to it.

Thanks

SaNv...