<?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: How can you retrieve data from a SAP Business Content Extractor in Talend Studio without SAP modules CMT/TLND_ODP? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-retrieve-data-from-a-SAP-Business-Content-Extractor/m-p/2541364#M149322</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can retrieve data from a SAP Business Content Extractor in Talend using the tSAPODPInput component, but there are a few prerequisites to be aware of.&lt;/P&gt;&lt;P&gt;First, retrieve the Business Content Extractor into the Repository by right-clicking your SAP connection and selecting Retrieve Business Content Extractor. Once retrieved, the extractor metadata and schema will be available under the SAP connection and can be reused in the job.&lt;/P&gt;&lt;P&gt;Then, use tSAPODPInput and select the retrieved extractor. Talend reads SAP Business Content Extractors through ODP (Operational Data Provisioning), not directly like tables or queries.&lt;/P&gt;&lt;P&gt;Regarding the error&lt;BR /&gt;JCO_ERROR_FUNCTION_NOT_FOUND (/CMT/TLND_ODP)&lt;BR /&gt;this usually indicates that the required SAP ODP function/module is not available or not activated in the SAP system. In this case, please check with the SAP Basis team that:&lt;/P&gt;&lt;P&gt;The extractor is released for ODP&lt;/P&gt;&lt;P&gt;The required ODP infrastructure is available in the SAP backend&lt;/P&gt;&lt;P&gt;The extractor is supported for external access (not BW-internal only)&lt;/P&gt;&lt;P&gt;Also ensure the extractor schema is correctly retrieved in the Repository; missing or incorrect schema can cause execution issues.&lt;/P&gt;&lt;P&gt;Architect tip:&lt;BR /&gt;For stable SAP integrations, always confirm the extractor supports ODP and test it directly in SAP before consuming it in Talend, especially for large-volume or delta scenarios.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 07:09:09 GMT</pubDate>
    <dc:creator>gouravdubey5</dc:creator>
    <dc:date>2026-01-23T07:09:09Z</dc:date>
    <item>
      <title>How can you retrieve data from a SAP Business Content Extractor in Talend Studio without SAP modules CMT/TLND_ODP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-retrieve-data-from-a-SAP-Business-Content-Extractor/m-p/2541095#M149317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have the following situation: I want to retrieve data from a SAP Business Content Extractor in Talend Studio. I have a successful SAP Connection and the Extractor is located and added under Metadata. For testing purposes, I created a standard job with the tSAPODPInput component "Main" Row output connected to a tLogRow component.&lt;/P&gt;
&lt;P&gt;I tried using Built-In or Repository as the Property Type and Schema in my tSAPODPInput component. The problem is, that Talend Studio keeps trying to force the use of a Talend specific SAP module:&lt;/P&gt;
&lt;DIV style="background-color: #3f4447; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #bbbbbb; background-color: #3f4447; font-family: 'courier'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;Exception in component tSAPODPInput_1 (SAP_Extractor_Test)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;SAPException@7bb6ab3a [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; errorCode=20&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; ,errorGroup=123&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; ,errorKey=JCO_ERROR_FUNCTION_NOT_FOUND&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; ,errorMessage=Function module '/CMT/TLND_ODP' not found!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt; ,bapiName=/CMT/TLND_ODP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;When I add a property under "Advanced Settings" for "use_native_api" with value "true", I can prevent it from using that but then I only get 1 row, which does not appear in the log. I assume its some sort of metadata I get, but not the actual data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alastor_0-1768811134588.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186289i466172304BF7C911/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alastor_0-1768811134588.png" alt="Alastor_0-1768811134588.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Theres a warning on my component that a schema is not defined. Whenever I try to add a Schema under "Edit Schema" in Basic Settings, it automatically forced the use of the Talend Module which is not installed in my SAP system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does Talend Studio not allow for retrieval of data from a SAP BW Extractor without the Talend specific SAP module?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-you-retrieve-data-from-a-SAP-Business-Content-Extractor/m-p/2541095#M149317</guid>
      <dc:creator>Alastor</dc:creator>
      <dc:date>2026-01-19T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can you retrieve data from a SAP Business Content Extractor in Talend Studio without SAP modules CMT/TLND_ODP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-you-retrieve-data-from-a-SAP-Business-Content-Extractor/m-p/2541364#M149322</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can retrieve data from a SAP Business Content Extractor in Talend using the tSAPODPInput component, but there are a few prerequisites to be aware of.&lt;/P&gt;&lt;P&gt;First, retrieve the Business Content Extractor into the Repository by right-clicking your SAP connection and selecting Retrieve Business Content Extractor. Once retrieved, the extractor metadata and schema will be available under the SAP connection and can be reused in the job.&lt;/P&gt;&lt;P&gt;Then, use tSAPODPInput and select the retrieved extractor. Talend reads SAP Business Content Extractors through ODP (Operational Data Provisioning), not directly like tables or queries.&lt;/P&gt;&lt;P&gt;Regarding the error&lt;BR /&gt;JCO_ERROR_FUNCTION_NOT_FOUND (/CMT/TLND_ODP)&lt;BR /&gt;this usually indicates that the required SAP ODP function/module is not available or not activated in the SAP system. In this case, please check with the SAP Basis team that:&lt;/P&gt;&lt;P&gt;The extractor is released for ODP&lt;/P&gt;&lt;P&gt;The required ODP infrastructure is available in the SAP backend&lt;/P&gt;&lt;P&gt;The extractor is supported for external access (not BW-internal only)&lt;/P&gt;&lt;P&gt;Also ensure the extractor schema is correctly retrieved in the Repository; missing or incorrect schema can cause execution issues.&lt;/P&gt;&lt;P&gt;Architect tip:&lt;BR /&gt;For stable SAP integrations, always confirm the extractor supports ODP and test it directly in SAP before consuming it in Talend, especially for large-volume or delta scenarios.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 07:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-you-retrieve-data-from-a-SAP-Business-Content-Extractor/m-p/2541364#M149322</guid>
      <dc:creator>gouravdubey5</dc:creator>
      <dc:date>2026-01-23T07:09:09Z</dc:date>
    </item>
  </channel>
</rss>

