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

ABAP to Java Connector (JCo)

Former Member
0 Likes
706

Hi All,

Currently this is what I have:

ABAP program uses OPEN SQL of course collect information from SAP database, then using NATIVE SQL goes thru DBCON to transfer information directly to another application (Non SAP system) database (not SAP database).

I just dont like this idea anymore since I was reading about the Java Connector.

So what I want to do is...Not sure feasible this is where I need your help on:

Remove all my NATIVE SQL statements, use JCo and rewrite those statements in Java language and communicate to the Non SAP application thru their API (their API is also Java base)

Will reward points.

Tim

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

HI Tim,

Check out this link it has some useful information on this ...

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

http://www.sapgenie.com/interfaces/javaconnector.htm

http://www.thespot4sap.com/Articles/SAP_Netweaver_Java_Connector.asp

Regards,

Santosh

Message was edited by: Santosh Kumar P

4 REPLIES 4
Read only

Former Member
0 Likes
616

HI Tim,

Check out this link it has some useful information on this ...

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

http://www.sapgenie.com/interfaces/javaconnector.htm

http://www.thespot4sap.com/Articles/SAP_Netweaver_Java_Connector.asp

Regards,

Santosh

Message was edited by: Santosh Kumar P

Read only

0 Likes
615

Thanks Santosh.

The PDF document was helpful. I will have to review it more details.

Where do I replace those Native SQL statements to? inside the Servlet Program?

Read only

0 Likes
615

Thanks for helpful links