<?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 BI Analysis Authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-analysis-authorization/m-p/8156736#M1621844</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;When query executes it should provide data for Company code[0COMP_CODE] "A" and all Plants [0PLANT]under that company code  "A" .&lt;/P&gt;&lt;P&gt;Now these queries have been designed using 0COMP_CODE and 0PLANT which are characteristics of a Infoprovider "ZINFO"&lt;/P&gt;&lt;P&gt;The O/p data of the Compant Code "A" needs to be Drilled Down based on PLANTS under the comapany  code "A".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORIZATION  CONTAINS  0COMP_CODE = A  ; 0PLANT as ":" &lt;/P&gt;&lt;P&gt;When the query executes, it qives an AU error .&lt;/P&gt;&lt;P&gt;The query Execution log  shows  0plant is taken as   * ; COmp COde is taken as A . &lt;/P&gt;&lt;P&gt;This above  &lt;STRONG&gt;selection set&lt;/STRONG&gt; is compared with &lt;STRONG&gt;AUTHORIZATION SET&lt;/STRONG&gt; which CONTAINS  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0COMP_CODE = A  ; 0PLANT as ":"&lt;/STRONG&gt; .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence log shows 0PLANT missing value of "*". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me  know How can a company code and plant level restriction be achieved based on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0COMP_CODE and 0PLANT without giving 0plant as  *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please let me know if use NAVIGATIONAL ATTRIBUTES can help to so so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2011 15:24:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-29T15:24:02Z</dc:date>
    <item>
      <title>BI Analysis Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-analysis-authorization/m-p/8156736#M1621844</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;When query executes it should provide data for Company code[0COMP_CODE] "A" and all Plants [0PLANT]under that company code  "A" .&lt;/P&gt;&lt;P&gt;Now these queries have been designed using 0COMP_CODE and 0PLANT which are characteristics of a Infoprovider "ZINFO"&lt;/P&gt;&lt;P&gt;The O/p data of the Compant Code "A" needs to be Drilled Down based on PLANTS under the comapany  code "A".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORIZATION  CONTAINS  0COMP_CODE = A  ; 0PLANT as ":" &lt;/P&gt;&lt;P&gt;When the query executes, it qives an AU error .&lt;/P&gt;&lt;P&gt;The query Execution log  shows  0plant is taken as   * ; COmp COde is taken as A . &lt;/P&gt;&lt;P&gt;This above  &lt;STRONG&gt;selection set&lt;/STRONG&gt; is compared with &lt;STRONG&gt;AUTHORIZATION SET&lt;/STRONG&gt; which CONTAINS  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0COMP_CODE = A  ; 0PLANT as ":"&lt;/STRONG&gt; .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence log shows 0PLANT missing value of "*". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me  know How can a company code and plant level restriction be achieved based on &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0COMP_CODE and 0PLANT without giving 0plant as  *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please let me know if use NAVIGATIONAL ATTRIBUTES can help to so so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 15:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-analysis-authorization/m-p/8156736#M1621844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: BI Analysis Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bi-analysis-authorization/m-p/8156737#M1621845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The plant should be in the free characteristics but not in the rows or columns. Check the Query. If the plant is included in the row or column, the aggregations will not work as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to go through the SAP notes 1140831 which explains using : (colon) authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, SAP note 1337102 and 1053989 should help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 17:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bi-analysis-authorization/m-p/8156737#M1621845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T17:12:30Z</dc:date>
    </item>
  </channel>
</rss>

