cancel
Showing results for 
Search instead for 
Did you mean: 

db lookup

Former Member
0 Kudos

Hi friends,

Can anyone please explain detaily abt db lookup. I went thru some blogs but iam not getting any clear idea. So please friends help with clear steps. I am in a urgent need of it. Nice reward points will be awarded. If possible explain with the screenshot also

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Within an XI mapping it is a common requirement to be able to perform data lookups on-the-fly. In particular, there may be a need to look up some data that is maintained in an R/3 application.

In the error handling topic we have seen the different validations which need to be performed on file. This can be done through Lookup.

Some use cases:

• Look up material number from table MARA.

• Look up cost center budget.

• Look up employee information.

• Look up unit-of-measure (UOM) information from table t006a.

• Lookup for raising an alert.

The purpose of the lookup may be:

• To perform application-level validation of the data, before sending it to the backend.

• To populate fields of the XML document with some additional data found in the backend application.

This is a form of value transformation.

The "value mappings" offered by XI are not adequate in this case, since the data would have to be manually entered in the Integration Directory.

There are two ways in which we can do lookup:

• Call lookup method from GUI mapping.

• Call lookup method from XSLT mapping.

For DB Look up check out this blog by Siva:

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

also check

/people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi

regards

krishna

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

Search the blog for the DBLookup using the JDBC connector service...that is very simple and more effective.

any doubts int that let me know

Former Member
0 Kudos

hi check the below link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/u

uid/5365aa90-0201-0010-5a9a-e231f40187db

note:reward points if solution found helpfull.....

regards

chandrakanth.k