Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Connect JAVA with ABAP

0 Likes
550

Hi,

I have a requirement in my project to connect Java with ABAP. I want to access ABAP tables from my java application. I am not sure but I think we can use SAP JDBC drivers to do that.

I found this link to connect JAVA with ABAP  :

SAP DB JDBC Driver

My doubt from this link is where can I get the Host Name for the sandbox system I am using and what is the Database Schema name for the tables created using se11.

Regards,

Prateek

1 REPLY 1
Read only

rosenberg_eitan
Active Contributor
0 Likes
497

Hi

If you have direct connection to data base then  you can use

the JDBC driver for the data base that is in use (We have oracle).

But usually you have to go through the application server this mean you have to use "SAP Java Connector" that connect to SAP using RFC .

Talk to your basis people.

Regards.