cancel
Showing results for 
Search instead for 
Did you mean: 

Look ups

Former Member
0 Kudos

Hi all,

Can any body give the details about what is lookups and how to create those in XI and what is the functionality.

thanks in advance

regards

ramu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Ramu !

Lookups in XI, are queries to external data (DBMS, SAP R/3 system, etc.) used to convert or translate or verify information. You can do this query from a UDF java function in your mapping, or you can use one of the XI's methods explained in the links provided by Prateek, that basically are scenarios like Source-> XI -> query system -> XI -> Target.

Hope it helps.

Regards,

Matias.

former_member529475
Active Contributor
0 Kudos

HI Ramu

Basically LookUp's can be done on RFC's, JDBC and SOAP.

i,e. you can call a RFC from your mapping , a webservice from your mapping and a JDBC call from your mapping using a UDF.

Have a look at these XI Database lookups

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

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

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8e7daa90-0201-0010-9499-cd347ffb...

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

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

prateek
Active Contributor
0 Kudos

Basic

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

Optimization

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

RFC Mapping Lookups

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1...

/people/michal.krawczyk2/blog/2005/09/15/xi-rfc-mapping-lookups-from-bc-to-xi

Regards,

Prateek