cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup ABAP remote fm

Former Member
0 Kudos

Hi all

I have a table in ECC that contains key and value fields

can I write a remote fundtion module in Ecc to get the vlaue and call it in my message mapping in PI

plz advice

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Malu

If you have PI 7.1 or newer, you don't need to create UDFs, you can use standard RFC Lookup feature:

http://help.sap.com/saphelp_nwpi71/helpdata/EN/33/1ec6ced273493a993a80c2301c03da/content.htm

Regards,

Giuseppe

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all

Former Member
0 Kudos

Hi,

Surely you can write and call the function at the mapping time by using RFC lookUp.

Regards,

Anuj

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can use the fm RFC_READ_TABLE and call it via RFC Lookup. See below blog for sample code:

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

Hope this helps,

Mark