<?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>topic Re: Query data from SAP table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323848#M93631</link>
    <description>Hi,
&lt;BR /&gt;Thanks for the reply. so, i believe from what you said,SAP doesn't support complex querying at all. I was curious to ask because from your post it seems like the job design will consume more time to achieve the desired SQL functionality to be implemented and also it &amp;nbsp;might hit the performance as well as we are doing join/lookup operations in talend memory bank. I wished that there must be some component that extracts data from sap by querying like there was for other DB components ex: Tmysqlinput, tOracleinput.
&lt;BR /&gt;Anyway thanks for clarification.</description>
    <pubDate>Fri, 07 Aug 2015 08:26:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-07T08:26:50Z</dc:date>
    <item>
      <title>Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323844#M93627</link>
      <description>Hi... can we query SAP ecc tables to extract data into Talend ? I,e is the where clauses and joins possible to do in SAP side before extracting into TALEND?</description>
      <pubDate>Wed, 22 Jul 2015 12:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323844#M93627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-22T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323845#M93628</link>
      <description>Hi 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;raviteja440,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;So far, there is no query option in tsapinput component which&amp;nbsp;allows to extract data from an SAP system at any level through calling RFC or BAPI functions. 
&lt;BR /&gt;In addition,&amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;since version 6.0, the SAP components &amp;nbsp;(tSAPInput, tSAPOutput) have been removed, we&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;have published&amp;nbsp;open source SAP components on Talend Exchange officially. You can download tSapInput and tSapOut components freely from Talend Exchange Portal and install them into your open studio.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 31 Jul 2015 10:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323845#M93628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-31T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323846#M93629</link>
      <description>I am using Talend 5.6.1. Do the new open source components have the capacity query on SAP tables directly ? what is the best way to extract data by filtering from SAP table ?</description>
      <pubDate>Thu, 06 Aug 2015 06:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323846#M93629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-06T06:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323847#M93630</link>
      <description>Hi, 
&lt;BR /&gt;if you use in SAP generic function to retrieve data RFC_GET_TABLE, you will get not only the records, but also structure. This generic function has also INPUT parameter which supports basic SQL like filtering (myColumn &amp;gt; 12). 
&lt;BR /&gt;Also you can ask your SAP guys to define for you the views, so data get filtered before you feed them and you access this view via RFC. 
&lt;BR /&gt;Of course you can join these data retreived from 2 or more tSAPInput components via tMap component, just that lookup will get called on every record/row processed based on my understanding. You can do one thing here. If your data are not that big, let's feed them into Talend buffer component tBufferOutput/tHashOutput and then you can work with the buffer only.... 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Ladislav</description>
      <pubDate>Thu, 06 Aug 2015 14:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323847#M93630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-06T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323848#M93631</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the reply. so, i believe from what you said,SAP doesn't support complex querying at all. I was curious to ask because from your post it seems like the job design will consume more time to achieve the desired SQL functionality to be implemented and also it &amp;nbsp;might hit the performance as well as we are doing join/lookup operations in talend memory bank. I wished that there must be some component that extracts data from sap by querying like there was for other DB components ex: Tmysqlinput, tOracleinput.
&lt;BR /&gt;Anyway thanks for clarification.</description>
      <pubDate>Fri, 07 Aug 2015 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323848#M93631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-07T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query data from SAP table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323849#M93632</link>
      <description>Sorry, maybe you got me wrong or I was too quick with my answer :-)
&lt;BR /&gt;The thing is that for tOracleInput, there is similar tSAPInput component supporting RFC connect style. So you get your rows the same way. I was not accurate with tMap behavior, but you just need to select right lookup strategy for tMap component, so you prevent to query data for every row. The default Lookup Model is Load once, so that is fine. But in some different nature of the data you need to reload query table for every row.
&lt;BR /&gt;You need to know what is your strategy on this.
&lt;BR /&gt;Take a look also at some available docs:
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tMap+lookup+models&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tMap+lookup+models&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Mon, 10 Aug 2015 15:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Query-data-from-SAP-table/m-p/2323849#M93632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T15:44:05Z</dc:date>
    </item>
  </channel>
</rss>

