cancel
Showing results for 
Search instead for 
Did you mean: 

Is Mapping Lookup table possible with IDOC to FIle scenario

sridharreddy_kondam
Active Contributor
0 Kudos

Hi all,

Need suggestion, I am using SP16

My sceanrio is IDOC to FIles, and have to use a Mapping Lookup tables for some of the fields within the mapping...

'Crossref: PlantLoc_to_WhseComDiv. Value mapping lookup to take two fields from SAP and convert to WMS 3-digit value'

How to go with this, since i have checked in SAP library that it is for only RFC,JDBC,SOAP adapters ...

Need u r valuable inputs,

Regards,

sridhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The method depends from where the table containing the cross-reference reside on:

1) On a SAP system ? ( use RFC adapter, developing a custom RFC that retrive data)

2) On a stand-alone RDBMS database ? ( use JDBC adapter, with specific SQL Query)

3) Via Web Service ? (use SOAP adapter)

This blog will be helpfull anyway: /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler>Lookup’ [original link is broken] [original link is broken]

Regards,

Sandro

Answers (2)

Answers (2)

sridharreddy_kondam
Active Contributor
0 Kudos

Solved

STALANKI
Active Contributor
0 Kudos

You can use RFC or SOAP or JDBC lookup in your mapping.Why not?..It does not mean that we use the lookups only in RFC secnarios.You can use them in any scenario.