cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement static tables in XI Mapping

Former Member
0 Kudos

I need to use a static table for lookup purposes in an XI mapping. I am using Java Mapping.

-- This is a small 5 columns - 264 rows table, which is unlikely to be changed.

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Jeswan
Contributor
0 Kudos

You can use Mapping Look Ups in Message Mapping.

there is API avaialable for this called Mapping Lookup API. You will have to use this and create a Receiver RFC Channel for this. You can write a java code in the Message Mapping in UDF.

You can refer the links provided above post.

Former Member
0 Kudos

Hi,

U can maintained table in Xi and use the RFC lookup from graphical mapping this will avoid use of graphical mapping.

Refer the below weblog for more infor:

• RFC lookup using JCO (without communication channel)

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

• RFC lookup with communication channel.

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

Thnx

Chirag