cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Lookups - PI 7.1

Former Member
0 Kudos

Hi,

I have a req for RFC lookup in PI 7.1..

Source file has 6000 entries, we need to pass this in one RFC Lookup instead of one by one & get the responses for 6000 entries

Appreciate your help in advance...

Thanks,

vasanth.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

RFC Lookups has been implemented..

Thanks,

Kumar.

prateek
Active Contributor
0 Kudos

RFC lookup is usually used for small data lookup. In ur case, it would be better to use BPM with a sync Send step to fetch the data from RFC. Performance wise, it would be nearly same as that of performing RFC lookup for these large no of fields.

For lookup in PI 7.1

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

If we use BPM with a sync Send step to fetch the data from RFC, then also it will trigger 6000 RFC call right.

I have already gone through the blog, Exact req is File to Idoc with RFC Lookups

Correct me if i'm wrong.

Thanks,

vasanth.

Edited by: Kumar.S.V on Nov 13, 2008 12:50 PM

prateek
Active Contributor
0 Kudos

A better way in this case would be creating a wrapper RFC which take multiple input values and sends the result in some array format. This way a single RFC call would be enough.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Thank you for your valuable answer..

Thanks,

kumar.

prateek
Active Contributor
0 Kudos

Hey Kumar,

Please update the thread with the final solution u implemented and then close it (if everyth is resolved).

Regards,

Prateek