<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Data Lookup Optimized in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/data-lookup-optimized/qaa-p/4700371#M1792575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you check the jar if the package exists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 14:50:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T14:50:56Z</dc:date>
    <item>
      <title>Data Lookup Optimized</title>
      <link>https://community.sap.com/t5/technology-q-a/data-lookup-optimized/qaq-p/4700370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to deploy a lookup like weblog [Data Lookup Optimized|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5877] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After import RFCLookupOptimized in my namespace under importet archives it looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name     : RFCLookupOptimized_1.0.jar                                             &lt;/P&gt;&lt;P&gt;Path       : DataLookupOptimized/&lt;/P&gt;&lt;P&gt;                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my UDF in the same namespace i try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imports   it.techedge.sap.xi.utils.datalookup.*;&lt;/P&gt;&lt;P&gt;(udf like the example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;testing the mapping  =&amp;gt; show queue i got the following error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;package it.techedge.sap.xi.utils.datalookup does not exist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so where is my fault???&lt;/P&gt;&lt;P&gt;help say this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PLEASE MAKE SURE TO IMPORT THE FOLLOWING PACKAGE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;it.techedge.sap.xi.utils.datalookup&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;********************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Retrieve the data look up provider object from the globalContainer&lt;/P&gt;&lt;P&gt;GlobalContainer globalContainer = container.getGlobalContainer(); &lt;/P&gt;&lt;P&gt;DataLookUpProvider dlp = (DataLookUpProvider) globalContainer.getParameter("DATA_LOOKUP_PROVIDER");&lt;/P&gt;&lt;P&gt;if(dlp == null) dlp = DataLookUpProviderFactory.getDataLookUpProvider();&lt;/P&gt;&lt;P&gt;dlp.setContainer(container);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Create the list of parameters to be provided to the RFC&lt;/P&gt;&lt;P&gt;ArrayList rfcParams = new ArrayList();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/******************************************************************************/&lt;/P&gt;&lt;P&gt;/* BEGIN OF CUSTOM CODE *******************************************************/&lt;/P&gt;&lt;P&gt;/******************************************************************************/ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rfcParams.add(�); &lt;/P&gt;&lt;P&gt;rfcParams.add(�);&lt;/P&gt;&lt;P&gt;rfcParams.add(�);&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;/******************************************************************************/&lt;/P&gt;&lt;P&gt;/* END OF CUSTOM CODE *********************************************************/&lt;/P&gt;&lt;P&gt;/******************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Execute the data look up&lt;/P&gt;&lt;P&gt;String result = dlp.provideDataLookUp(systemName, remoteFunctionName, outputFieldName, rfcParams);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Store the dataLookUpProvider object in the global container&lt;/P&gt;&lt;P&gt;globalContainer.setParameter("DATA_LOOKUP_PROVIDER", dlp);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Return the result&lt;/P&gt;&lt;P&gt;return result;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 14:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-lookup-optimized/qaq-p/4700370</guid>
      <dc:creator>ralf_zimmerningkat3</dc:creator>
      <dc:date>2008-10-30T14:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Lookup Optimized</title>
      <link>https://community.sap.com/t5/technology-q-a/data-lookup-optimized/qaa-p/4700371#M1792575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you check the jar if the package exists?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 14:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-lookup-optimized/qaa-p/4700371#M1792575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T14:50:56Z</dc:date>
    </item>
  </channel>
</rss>

