cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Portal for JConnector and JDBC Connector

Former Member
0 Kudos

Hello everybody,

I have a little cuestion about JCo and JDBC Connector.

For both cases (Connect Java to Abap Functions and connect java to MaxDB), have I to configure anything in my SAP Portal?

Thanks a lot in advance!

Alberto.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alberto,

If you are considering a J2EE based application, then you don't need to do any changes to your SAP WAS system for working woth jdbc and JCo. They come configured with the server. However for doing webdynpro-JCo programming you need to create JCo destinations in the webdynpro console.

Refer to following links for detail,

<b>JDBC</b>

http://help.sap.com/saphelp_nw04/helpdata/en/57/1177611c11cd418564cdbc1488ce33/frameset.htm

http://www.sapdb.org/sap_db_jdbc.htm

<b>JCo</b>

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

http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf

Hope this helps,

Guru.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Guru.

Reading the links...

Very usefull.

Alberto.