cancel
Showing results for 
Search instead for 
Did you mean: 

about Connection

Former Member
0 Kudos

there are twe connection type between sap and non sap:

jco

jra

I create java file throug 'enterprise connector', how can i use jra 's connection in those java files?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have read three articles above.

My question is

I have created a lot of file by 'enterprise connection ' in NWDS, those files uses 'proxy' Tec.

BAPI_TRANSACTION_COMMIT_PortType port =

new BAPI_TRANSACTION_COMMIT_PortType();

port.messageSpecifier.setJcoClient(Jcoclient);

jcoclient is varaint of JCO.Client.

but I want to use jra's connection

how to do??

former_member182294
Active Contributor
0 Kudos

Hi Yudong,

I dont think that its possible to use JRA connection in JCO.

As per your requirement,

- Either JRA should return the JCO.Client - Not possible

- Or JCO or Enterprise connector classes should accept JRA Connection - Not Possible

JCO API doesnt support to accept JRA connection, as JCO technology is in use before JCA.

JCA is a just wrapper around JCO.

Regards

Abhilash

Answers (3)

Answers (3)

Former Member
0 Kudos

disappoint

roberto_tagliento
Active Contributor
Former Member
0 Kudos