cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Enterprise Connector and JCo

Former Member
0 Kudos

Hello All,

I have a question.

I wánt to know regarding -->

SAP Connector &

JCo.

Are both of them same ?

Regards,

Deepu.K

Accepted Solutions (0)

Answers (2)

Answers (2)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

<b>They are different:</b>

SAP Connector : A development tool, that helps classes and RFC function module method calls in Java application.

http://help.sap.com/saphelp_nw2004s/helpdata/en/ed/897483ea5011d6b2e800508b6b8a93/frameset.htm

JCO : They are often called as JCO RFC provider service. They offer two types of connection a)TCP/IP b)Through shared memory

http://help.sap.com/saphelp_nw2004s/helpdata/en/83/85343e8c7f6329e10000000a114084/frameset.htm

(soon my blog on SAP Enterprise connector will be published)

hope it helps'

regards

Former Member
0 Kudos

Hello Guys,

Thanks for ur reply.

I've gone thru them.

Now I have one more Question.

How can I know : Which Connector am I using in my NWDS ?

i.e I want to know whether I'm using JCo connector or SAP Enterprise Connector for the Remote access .

Regards,

Deepu.K

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi,

which application are you using, if it is web dynpro then its 100% JCO RFC connector. or in short it is JCOs

SAP connector is used mainly in Java applications

regards

Former Member
0 Kudos

Hello Abhijeet,

I'm using WebDynpro Application.

But how to check that Connector settings and know that it is JCo only and not SAP Enterprise Connector ?

Regards,

Deepu:k

abhijeet_mukkawar
Active Contributor
0 Kudos

There is nothing you will see the names SAP Connector or JCO RFC connector.

in case of SAP Connector , we explicitly need to create connection, by giving credentials of backend sysetm programmatically.

In case of JCOs they are created in Content Administrator(goto http://<server ip>:50000/index.htm), here you will find the Content Administrator in which you define the Jcos to be used.

In your program if you want to see the names of the Jcos,

right click on project->properties->WebDynpro references ->JCO references , if something is here so you can say that your application is using JCO(which is bydefault in WD)and their names are what you see here.

hope it helps

regards

reward points if it helps

Former Member
0 Kudos

Hai,

Using JCO You need to code yourselef to Generate Proxies , but Using EC

that will generate all the ready to use proxies.

<a href="http://www.sapdevelopment.co.uk/java/jco/jcohome.htm">JCO</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/79/c6213e225f9a0be10000000a114084/content.htm">Enterprise Connector</a>

Regards,

Naga