cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical RFC lookup- how to pass table as input

former_member474221
Participant
0 Kudos

Hi I understand how graphical RFC lookup works.

my RFC has a "tables" parameter . when i cal the the RFC lookup in message mapping how do i pass a "table" ??

currently if I pass single values the lookup is working.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Hema,

You should avoid the tables parameter because is obsolote in ABAP. If you can't change that rfc, create another one to wrap it and

check this Sabarish's blog Graphical RFC Lookup and How you can design lookups for multiple values to be retrieved in a single ...

(Also, don't forget to "like" or rate (or both) the blog in case you find it useful.)

Regards

former_member474221
Participant
0 Kudos

well i tried following the blog but still the RFC lookup is considering only the 1st occurence of "Item"

it ignores the others ...what may be the problem...

Former Member
0 Kudos

Hi Hema,

Did you executed the RFC at the SAP system by pasing multiple entries/table ? if it works fine, What is RFC meta data you see in ESR? Does it has "Item" Field?

If you have done both of the above, then try to change the context of the input fields to the RFC.

I just implemented such RFC look up and the issue was only bcz of context

rajasekhar_reddy14
Active Contributor
0 Kudos

You RFC also have to supports, RFC should have table parameter. Similar logic i implemented and worked.

Former Member
0 Kudos

Can you give me your logic?

Answers (0)