cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching data from java system into SAP

Former Member
0 Kudos

Hi All

I want to fetch the data from Java application into my SAP system how can i fetch that .

Thanks and rgards

Saurabh Khanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sourabh Khanna,

Have a look at below link.

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm

Can you elaborate more on your question ?. Can you tell me what type of Java Application is that ? . Is it third party application?

Regards,

Krishna chaitanya.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,U can use JCO api to communicate with SAP system from java pplication.

Create a custom Bapi in R/3 which reads data and call that in Java application using JCO api or JCA

Regards,

Sri

Former Member
0 Kudos

Saurabh,

You require SAP Java connector (JCo) for this.

Read abt it here,

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm

Thnx

Vikram

Former Member