<?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>Question Re: SAP HANA. SELECT all Attribute Views names from Schema [SQL script] in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaa-p/11748521#M4398438</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;Try the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; from accessible_views where USER&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;_NAME = &amp;lt;user&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display all available views. for that user.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;he attribute views which are created comes under _SYS_BIC . You may try to filter &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Select *&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; from accessible_views where &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;SCHEMA_NAME = '&lt;SPAN style="font-size: 13.3333px;"&gt;_SYS_BIC&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another view called VIEWS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 05:06:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-07-04T05:06:33Z</dc:date>
    <item>
      <title>SAP HANA. SELECT all Attribute Views names from Schema [SQL script]</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaq-p/11748520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to get all Attribute Views names from Schema.[pls see the screenshot].&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/988120" /&gt;&lt;/P&gt;&lt;P&gt;I need the SQL script to get that Attribute views names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 02:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaq-p/11748520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-04T02:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA. SELECT all Attribute Views names from Schema [SQL script]</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaa-p/11748521#M4398438</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;Try the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; from accessible_views where USER&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;_NAME = &amp;lt;user&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display all available views. for that user.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;T&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;he attribute views which are created comes under _SYS_BIC . You may try to filter &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Select *&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; from accessible_views where &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, 'Microsoft YaHei', Meiryo, 'Malgun Gothic', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;SCHEMA_NAME = '&lt;SPAN style="font-size: 13.3333px;"&gt;_SYS_BIC&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another view called VIEWS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 05:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaa-p/11748521#M4398438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-04T05:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP HANA. SELECT all Attribute Views names from Schema [SQL script]</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaa-p/11748522#M4398439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;P&gt;Thank you very much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM "SYS"."ACCESSIBLE_VIEWS" WHERE USER_NAME='SYSTEM' &lt;/P&gt;&lt;P&gt;AND SCHEMA_NAME = '_SYS_BIC' &lt;/P&gt;&lt;P&gt;AND VIEW_NAME LIKE 'ARM_TEST/%'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 05:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-hana-select-all-attribute-views-names-from-schema-sql-script/qaa-p/11748522#M4398439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-04T05:15:36Z</dc:date>
    </item>
  </channel>
</rss>

