<?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 Extract SAP CSD View with Parameters in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-SAP-CSD-View-with-Parameters/m-p/1812157#M9077</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Please help me to extract SAP CDS View table with parameter through SAP Connector. I'm using the below code and getting an error. There is no issue from SAP DB side.&lt;/P&gt;&lt;P&gt;Any other CDS view without parameter works fine with the same SAP connector.&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ZSDDDLBILLINGC]:&lt;BR /&gt;SQL CDSSELECT * FROM ZSDDDLBILLINGC(&lt;BR /&gt;P_DATE_LOW = '20200101',&lt;BR /&gt;P_DATE_HIGH = '20200401' );&lt;/P&gt;&lt;P&gt;I'm getting an error as shown in the below part,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Error:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Connector reply error: RfcAbapException:NOT_FOUND ZSDDDLBILLINGC(&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;[ZSDDDLBILLINGC]: SQL CDSSELECT * FROM ZSDDDLBILLINGC( P_DATE_LOW = '20200101', P_DATE_HIGH = '20200401' )&lt;/DIV&gt;</description>
    <pubDate>Tue, 01 Jun 2021 15:50:39 GMT</pubDate>
    <dc:creator>IamAlbinAntony</dc:creator>
    <dc:date>2021-06-01T15:50:39Z</dc:date>
    <item>
      <title>Extract SAP CSD View with Parameters</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-SAP-CSD-View-with-Parameters/m-p/1812157#M9077</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Please help me to extract SAP CDS View table with parameter through SAP Connector. I'm using the below code and getting an error. There is no issue from SAP DB side.&lt;/P&gt;&lt;P&gt;Any other CDS view without parameter works fine with the same SAP connector.&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ZSDDDLBILLINGC]:&lt;BR /&gt;SQL CDSSELECT * FROM ZSDDDLBILLINGC(&lt;BR /&gt;P_DATE_LOW = '20200101',&lt;BR /&gt;P_DATE_HIGH = '20200401' );&lt;/P&gt;&lt;P&gt;I'm getting an error as shown in the below part,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Error:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Connector reply error: RfcAbapException:NOT_FOUND ZSDDDLBILLINGC(&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;[ZSDDDLBILLINGC]: SQL CDSSELECT * FROM ZSDDDLBILLINGC( P_DATE_LOW = '20200101', P_DATE_HIGH = '20200401' )&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-SAP-CSD-View-with-Parameters/m-p/1812157#M9077</guid>
      <dc:creator>IamAlbinAntony</dc:creator>
      <dc:date>2021-06-01T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract SAP CSD View with Parameters</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-SAP-CSD-View-with-Parameters/m-p/1812290#M9080</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This CDS View with parameters might be available in your system. Try if that works!&lt;/P&gt;&lt;P&gt;SQL CDSSELECT * FROM demo_cds_parameters(&lt;BR /&gt;p_distance_l = 1,&lt;BR /&gt;p_distance_o = 7000,&lt;BR /&gt;p_unit = 'KM' );&lt;/P&gt;&lt;P&gt;If you have access to the SAP system you can try the function module&amp;nbsp;/QTQVC/GET_CDS_INFO, using the Test tool in transaction SE37.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hakan_Ronningberg_3-1622615895019.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56114iC59EB5FA2557948C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hakan_Ronningberg_3-1622615895019.png" alt="Hakan_Ronningberg_3-1622615895019.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Enter the name of your CDS View in the DDLNAME field (like in the example below) and press the execute button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hakan_Ronningberg_0-1622615494939.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56111i1D41D909BECED8E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hakan_Ronningberg_0-1622615494939.png" alt="Hakan_Ronningberg_0-1622615494939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Press the marked button:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hakan_Ronningberg_1-1622615660939.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56112i4F677A897C16C2D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hakan_Ronningberg_1-1622615660939.png" alt="Hakan_Ronningberg_1-1622615660939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You should now see a list with the parameters.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hakan_Ronningberg_2-1622615763490.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56113i667ECDCE9AA508EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hakan_Ronningberg_2-1622615763490.png" alt="Hakan_Ronningberg_2-1622615763490.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-SAP-CSD-View-with-Parameters/m-p/1812290#M9080</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2021-06-02T06:41:31Z</dc:date>
    </item>
  </channel>
</rss>

