cancel
Showing results for 
Search instead for 
Did you mean: 

RFC LookUp of Multiple fields

former_member271795
Participant
0 Kudos

Hii

I'm the mapping I need to look up several fields on the SAP system to complete each message

Rather than writing an RFC to lookup each field, could I have a RFC which will be called once and return all the fields?

How would I then access the return from the RFC to populate the target fields

are there any blogs/wiki's which explain how this is done 

I'm using PI 7.0

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

It's quit easy, I created an RFC with an input and output structure with all the required parameters.

Call the RFC with the "RFC Lookup" message mapping function and select the paramaters you need.

Assign a adapter channel parameter to your mapping and to the Operation Mapping.

Regards,

Jan.

Former Member
0 Kudos

Hi,

You can create a Synchronous scenario to do your request :

So your scenario may be looked like this :

Your_reqest--> RFC_request-->RFC_response--->Your_response.

You also can check here :http://scn.sap.com/thread/326288

Rgds,

Jo

former_member184681
Active Contributor
0 Kudos

Hi Geoff,

Have a look at this blog by : . It covers your requirement perfectly.

Regards,

Greg