cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing ABAP Tables through JAVA application

Former Member
0 Kudos

Hi Everybody

I am working on a java aplication where i need to pick certain fields from XSL file and need to post the values from these fields into specific ABAP Tables

For this i need to interface my java application with ABAP R\3 systems and access the ABAP tables in order to insert the values into specific ABAP tables .Can anyone explain the complete process of how Java application can Interact with the ABAP Tables??

Plz help me out...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nishant,

You want to use XI in between?

If you want to directly update data in R/3 system.

In your R/3 system ask your ABAP Team to create a RFC .

They would write the logic to update the table inside the RFC.

You can call the RFC from your Java Application and pass the required data to RFC parameters.

Regards,

Sumit

Former Member
0 Kudos

Thanx Sumit

I am not making use of XI and secondly i have to use the Java code for interaction between the RFC and the JAVA application So can you guide me .Is there any technique of using SAP JCO for interaction between R\3 and Java application??

Former Member
0 Kudos

Hi Nishant,

Check out this link..

[Calling BAPIs from Java |http://help.sap.com/saphelp_nw04/helpdata/en/76/4a42f4f16d11d1ad15080009b0fb56/frameset.htm]

Check the below forum. Same kind of requirement discussed.

You can also go to Java Forum and search for messages.

Regards,

Sumit

Former Member
0 Kudos

Thanx Sumit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nishant,

we use Jco connection for calling accessing SAP from a java application..

Please go through thi slinks..

http://www.erpgenie.com/faq/jco.htm

Ranjeet Singh.

Former Member
0 Kudos

Thanx Ranjeet