cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Lookups vs JCO calls

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Since Sp14 , one can do an RFC Lookup using the Lookup API and the RFC adapter for cross referencing.One can also do a JCO call directly to get the corss referencing data.

My question is ,which among the 2 approaches is a better option and why?

Looking forward to some valuable tips and information,

Regards,

Bhavesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bhavesh,

I guess JCo calls are used more so for executing calls to an application system

cheers,

Prashanth

Former Member
0 Kudos

Hi,

RFC adapter is also internally might be using LIBRFC32.

The RFC call is JCO based.

Can't say which one is faster but it's always better to go with the standard as this will help you in maintenance and durin upgrade of your product.

Regards

Vijaya

Former Member
0 Kudos

Hi Bhavesh,

You could check this out..

http://help.sap.com/saphelp_erp2005/helpdata/en/0f/f084429fb4aa1ae10000000a1550b0/frameset.htm

P.S Please mark helpful answers

Former Member
0 Kudos

Hi,

If you are using direct JCO calls then you are hardcoding the system and user id details in your code. thats the reason SAP came up with lookup.

If any of the parameter changes you just have to change in one place rather then touching the code.

A neater way to do it.

Regards

Vijaya

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Vijaya,

Another quick question.

In terms of performace? which one is better JCO or RFC look up?

Regards,

Bhavesh