<?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: Authorization characteristics level using colon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-characteristics-level-using-colon/m-p/11924868#M1964170</link>
    <description>&lt;P&gt;Please see the documentation below and verify if this applies to your scenario.&lt;/P&gt;&lt;P&gt;If your query uses the colon check and the query leads to the display of message &lt;EM&gt;"You do not have sufficient authorization"&lt;/EM&gt;, you have only two options:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;grant colon authorization to the user. (not applicable here)&lt;/LI&gt;&lt;LI&gt;if you do not want to grant the user colon authorization: restrict the characteristic in the query to a certain selection (single value, interval, hierarchy node, and so on) and authorize this selection explicitly. In the case of structural components, &lt;STRONG&gt;all&lt;/STRONG&gt; structural components must have an explicit restriction.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You &lt;STRONG&gt;must &lt;/STRONG&gt;perform &lt;STRONG&gt;one of the above &lt;/STRONG&gt;actions if the characteristic is authorization-relevant.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;References &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/932b839c8019ade10000000a11466f/content.htm" target="_blank"&gt;Authorization for Aggregated Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/659fa0a2-0a01-0010-b39c-8f92b19fbfea" target="_blank"&gt;An Expert Guide to New SAP BI Security Features&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/AUTHORIZATION+FOR+BI+REPORTING" target="_blank"&gt;AUTHORIZATION FOR BI REPORTING&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP Notes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/1140831"&gt;Note 1140831 - Colon authorization during query execution&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/1337102"&gt;Note 1337102 - Aggregation authorization (colon) incorrectly displayed&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 21:26:29 GMT</pubDate>
    <dc:creator>LukaszL</dc:creator>
    <dc:date>2019-03-14T21:26:29Z</dc:date>
    <item>
      <title>Authorization characteristics level using colon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-characteristics-level-using-colon/m-p/11924867#M1964169</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I am try to test a authorization cenario, but it doesn´t work. &lt;/P&gt;
  &lt;P&gt;I want to restrict the user from drillig down through the CUSTOMER field in the CUBE_TST1 infoprovider, but I want to allow him to drill down through the CUSTOMER field in the CUBE_TST2 infoprovider. &lt;/P&gt;
  &lt;P&gt;So I created the bellow cenario in BW authorization. &lt;/P&gt;
  &lt;P&gt;I created a user. This user have 2 profiles. Each profile have a Authorization Object with diffent cubes, but, with a same InfoObject to restrict in a object level&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;USER_TEST

---&amp;gt; PROFILE_TST_1
    ------&amp;gt; OBJ_AUTH_TST_1
            ==INFOPROV: CUBE_TST1
            ==CUSTOMER: (:) (*)


---&amp;gt; PROFILE_TST_2
    ------&amp;gt; OBJ_AUTH_TST_2
            ==INFOPROV: CUBE_TST2
            ==CUSTOMER: (*)&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;But I getting a problem with this cenario. In both Data Model (CUBE_TST1 and CUBE_TST2) the user is not allow to drill down through CUSTOMER infoobject. &lt;/P&gt;
  &lt;P&gt;How I can solve my problem?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 20:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-characteristics-level-using-colon/m-p/11924867#M1964169</guid>
      <dc:creator>former_member235648</dc:creator>
      <dc:date>2019-03-14T20:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization characteristics level using colon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-characteristics-level-using-colon/m-p/11924868#M1964170</link>
      <description>&lt;P&gt;Please see the documentation below and verify if this applies to your scenario.&lt;/P&gt;&lt;P&gt;If your query uses the colon check and the query leads to the display of message &lt;EM&gt;"You do not have sufficient authorization"&lt;/EM&gt;, you have only two options:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;grant colon authorization to the user. (not applicable here)&lt;/LI&gt;&lt;LI&gt;if you do not want to grant the user colon authorization: restrict the characteristic in the query to a certain selection (single value, interval, hierarchy node, and so on) and authorize this selection explicitly. In the case of structural components, &lt;STRONG&gt;all&lt;/STRONG&gt; structural components must have an explicit restriction.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You &lt;STRONG&gt;must &lt;/STRONG&gt;perform &lt;STRONG&gt;one of the above &lt;/STRONG&gt;actions if the characteristic is authorization-relevant.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;References &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/932b839c8019ade10000000a11466f/content.htm" target="_blank"&gt;Authorization for Aggregated Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/659fa0a2-0a01-0010-b39c-8f92b19fbfea" target="_blank"&gt;An Expert Guide to New SAP BI Security Features&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/AUTHORIZATION+FOR+BI+REPORTING" target="_blank"&gt;AUTHORIZATION FOR BI REPORTING&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP Notes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/1140831"&gt;Note 1140831 - Colon authorization during query execution&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/1337102"&gt;Note 1337102 - Aggregation authorization (colon) incorrectly displayed&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 21:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-characteristics-level-using-colon/m-p/11924868#M1964170</guid>
      <dc:creator>LukaszL</dc:creator>
      <dc:date>2019-03-14T21:26:29Z</dc:date>
    </item>
  </channel>
</rss>

