<?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: CDS View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104573#M1903473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to get rid of the warning &lt;SPAN style="color: #333333; font-size: 12px;"&gt;"W:The database ..." one needs to add the &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;pragma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;##DB_FEATURE_MODE[VIEWS_WITH_PARAMETERS]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;to the 'select from view' statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Of course, &lt;SPAN style="color: #333333; font-size: 12px;"&gt;the 'select from view' statement should only be executed when "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;cl_abap_dbfeatures&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;use_features ..." returns true, so the warning is a reminder that you check that you introduced the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;cl_abap_dbfeatures&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;use_features ..." properly in your program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;And then you can suppress the warning.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards, Christian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 16:05:56 GMT</pubDate>
    <dc:creator>christian_seitel</dc:creator>
    <dc:date>2015-05-19T16:05:56Z</dc:date>
    <item>
      <title>CDS View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104572#M1903472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem, I'm trying to consume "DDL Source" which is a view of a table, the view contains parameters, but when attempting to activate from BW generates an error, but does not specify which error. It has something to do with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"W:The database feature "VIEWS_WITH_PARAMETERS" is used here (read the long text)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I used&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;cl_abap_dbfeatures&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;use_features&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; requested_features &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;#&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cl_abap_dbfeatures&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;views_with_parameters &lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but still generates the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 15:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104572#M1903472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: CDS View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104573#M1903473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to get rid of the warning &lt;SPAN style="color: #333333; font-size: 12px;"&gt;"W:The database ..." one needs to add the &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;pragma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;##DB_FEATURE_MODE[VIEWS_WITH_PARAMETERS]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;to the 'select from view' statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Of course, &lt;SPAN style="color: #333333; font-size: 12px;"&gt;the 'select from view' statement should only be executed when "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;cl_abap_dbfeatures&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;use_features ..." returns true, so the warning is a reminder that you check that you introduced the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;cl_abap_dbfeatures&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;use_features ..." properly in your program.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;And then you can suppress the warning.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards, Christian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 16:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104573#M1903473</guid>
      <dc:creator>christian_seitel</dc:creator>
      <dc:date>2015-05-19T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: CDS View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104574#M1903474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 5px 0 10px; color: #404040; font-family: Arial, Helvetica, sans-serif; font-size: 14px;"&gt;To solve the issue, apply the following Support Packages:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAP BW 7.40&lt;BR /&gt;&lt;BR /&gt;Import Support Package 10 for SAP BW 7.40 (SAPKW74010) into your BW system.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 17:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-view/m-p/11104574#M1903474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T17:23:16Z</dc:date>
    </item>
  </channel>
</rss>

