<?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: Join SAP tables in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244064#M30342</link>
    <description>Hi, first you have to find out if the error SAP or Talend related (my wild guess would be that is rather SAP related because I never encountered it with Talend). For that, try only to extract the SAP data using the tSAPInput components involved without joining the data in tMap and if you get the error you'll know that is SAP related. 
&lt;BR /&gt;In generally your approach is the right way if the tSAPInput components used with 'RFC_READ_TABLE' (which I presume you are using) are fast enough to provide you with the requested data in the right time and thus is safe to do an external join with tMap (I've done this way a lot of reporting/syncing executed in batch mode 'off working hours' and it is working very well). However if you need more fast and/or (near) real-time integrations you can try looking on Taland Exchange a component - I'm missing it's name right now - more suitable for SAP side joining, but it is for money. Or if you want to get away for free ( 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; )&amp;nbsp; you can use tSAPInput with the 'RSAQ_REMOTE_QUERY_CALL' RFC which would allow you to call SAP Queryies and you could do the SAP-side joining in a SAP query. Or you could call any custom made RFC enabled BAPI in which there are embedded joins, but for this, of course, you'd need expertise on BAPI's - SAP Queries are much more easy to make. 
&lt;BR /&gt;Hope it helped.</description>
    <pubDate>Wed, 09 Dec 2015 11:10:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-09T11:10:36Z</dc:date>
    <item>
      <title>Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244059#M30337</link>
      <description>we have a report requirements&amp;nbsp;which needs join a few sap tables and apply&amp;nbsp;selection criteria on certain tables&lt;BR /&gt;I am using tsaptableinput component and tmap for the join. however getting below error message&amp;nbsp;&lt;BR /&gt;&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;No roll storage space of length 4841504 available for internal storage. table blocks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;New to Talend, wondering&amp;nbsp;how do you typically join sap data in Talend?</description>
      <pubDate>Tue, 08 Dec 2015 16:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244059#M30337</guid>
      <dc:creator>jingyizou</dc:creator>
      <dc:date>2015-12-08T16:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244060#M30338</link>
      <description>As far as I know, you cannot join tables within this component. The component speaks to a RFC API and this API does not allow joining.&lt;BR /&gt;I suggest you fetch the data into a database table and join them there.</description>
      <pubDate>Tue, 08 Dec 2015 16:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244060#M30338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T16:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244061#M30339</link>
      <description>Thanks! any other Talend component that can do join?</description>
      <pubDate>Tue, 08 Dec 2015 17:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244061#M30339</guid>
      <dc:creator>jingyizou</dc:creator>
      <dc:date>2015-12-08T17:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244062#M30340</link>
      <description>btw, I am not doing join in tsaptableinput, using tmap for the joins. and that doesn't seem to work</description>
      <pubDate>Tue, 08 Dec 2015 19:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244062#M30340</guid>
      <dc:creator>jingyizou</dc:creator>
      <dc:date>2015-12-08T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244063#M30341</link>
      <description>A tMap is exactly what you need for a join. If the join does not work, keep in mind the values for the join condition must be exactly the same. This means, take care about necessary trim and lower case the values etc. or in case of numbers take care the data types are equal.</description>
      <pubDate>Wed, 09 Dec 2015 01:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244063#M30341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T01:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Join SAP tables in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244064#M30342</link>
      <description>Hi, first you have to find out if the error SAP or Talend related (my wild guess would be that is rather SAP related because I never encountered it with Talend). For that, try only to extract the SAP data using the tSAPInput components involved without joining the data in tMap and if you get the error you'll know that is SAP related. 
&lt;BR /&gt;In generally your approach is the right way if the tSAPInput components used with 'RFC_READ_TABLE' (which I presume you are using) are fast enough to provide you with the requested data in the right time and thus is safe to do an external join with tMap (I've done this way a lot of reporting/syncing executed in batch mode 'off working hours' and it is working very well). However if you need more fast and/or (near) real-time integrations you can try looking on Taland Exchange a component - I'm missing it's name right now - more suitable for SAP side joining, but it is for money. Or if you want to get away for free ( 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; )&amp;nbsp; you can use tSAPInput with the 'RSAQ_REMOTE_QUERY_CALL' RFC which would allow you to call SAP Queryies and you could do the SAP-side joining in a SAP query. Or you could call any custom made RFC enabled BAPI in which there are embedded joins, but for this, of course, you'd need expertise on BAPI's - SAP Queries are much more easy to make. 
&lt;BR /&gt;Hope it helped.</description>
      <pubDate>Wed, 09 Dec 2015 11:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-SAP-tables-in-Talend/m-p/2244064#M30342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T11:10:36Z</dc:date>
    </item>
  </channel>
</rss>

