<?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: SAP BW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054492#M423928</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;Using a Colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; as an Authorization Value&lt;/P&gt;&lt;P&gt;Once you associate your custom reporting authorization object with an InfoCube, every query that executes against that InfoCube will check your custom reporting authorization object, even though the query definition may not contain the secured InfoObjects. In general, for each authorization for your custom reporting authorization object, you should include a colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; as a field authorization value. Without the colon value in the authorization, the user will fail the authorization check on any queries against the InfoCube that do not use the secured InfoObject(s). If the InfoCube has sensitive data, it could be that you do not want the user to see any summarized data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, let us assume you have an InfoCube that has sensitive forecasting data. In this business scenario you have chosen to secure by InfoObjects (for example, Company Code). If you do not want a user with access to Company Code 1000 to see ANY data from other company codes, then you might not give this user the colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; value in the authorization. This would mean that ANY queries on your InfoCube that do not use the Company Code InfoObject will fail for this user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution: Once you associate your reporting authorization object with an InfoCube, ALL queries for that InfoCube will check access to your reporting authorization object. Every query that does not use the secured InfoObject(s) in your authorization object will fail if &lt;/P&gt;&lt;P&gt;the user does not have a colon value in their authorization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Pound Sign (#) as an Authorization Value &lt;/P&gt;&lt;P&gt;When data is loaded into SAP BW, some fields may be marked as no value assigned (posted with INITIAL). If you have secured an InfoObject that has data that is unassigned in the InfoCube, you may choose to give the user a pound sign (#) in order to avoid an authorization error at runtime. The #character is interpreted as authorization for the display of the value Not assigned (posted with INITIAL). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using $ as an Authorization Value &lt;/P&gt;&lt;P&gt;In our example, we are using the authorization value to fill the variable for the division at query runtime. This means that we will need as many roles as there are different divisions. Using the $ as the value for division would eliminate the need for so many roles. When you use the $ as an authorization value, you must provide code that will check to verify the division being used. &lt;/P&gt;&lt;P&gt;The following example illustrates how variables can be used to streamline the maintenance effort for the administrator: &lt;/P&gt;&lt;P&gt;Assume Company X needs two different query access scenarios: &lt;/P&gt;&lt;P&gt;&amp;#149; User A has access to all data for all divisions &lt;/P&gt;&lt;P&gt;&amp;#149; Users B and C are allowed to see only data from division 01 and 02, respectively. &lt;/P&gt;&lt;P&gt;By using Enhancement RSSBR0001 (here we are dealing with the function module EXIT_SAPLRRBR_001) in the variable maintenance functionality, one can define a variable DIV and assign the appropriate division value to each user by defining the following authorization: &lt;/P&gt;&lt;P&gt;&amp;#149; DIVISION = $DIV (DIV refers to a name of a variable.) &lt;/P&gt;&lt;P&gt;The authorization check itself would then use the same customer exit to check the necessary authorization value against the value defined for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 02:15:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T02:15:53Z</dc:date>
    <item>
      <title>SAP BW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054491#M423927</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;I wouls like to now regarding :&lt;/P&gt;&lt;P&gt;1. Using a Colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; as an Authorization Value&lt;/P&gt;&lt;P&gt;2. Using a Pound Sign (#) as an Authorization Value &lt;/P&gt;&lt;P&gt;3.Using $ as an Authorization Value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 01:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054491#M423927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T01:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054492#M423928</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;Using a Colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; as an Authorization Value&lt;/P&gt;&lt;P&gt;Once you associate your custom reporting authorization object with an InfoCube, every query that executes against that InfoCube will check your custom reporting authorization object, even though the query definition may not contain the secured InfoObjects. In general, for each authorization for your custom reporting authorization object, you should include a colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; as a field authorization value. Without the colon value in the authorization, the user will fail the authorization check on any queries against the InfoCube that do not use the secured InfoObject(s). If the InfoCube has sensitive data, it could be that you do not want the user to see any summarized data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, let us assume you have an InfoCube that has sensitive forecasting data. In this business scenario you have chosen to secure by InfoObjects (for example, Company Code). If you do not want a user with access to Company Code 1000 to see ANY data from other company codes, then you might not give this user the colon (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; value in the authorization. This would mean that ANY queries on your InfoCube that do not use the Company Code InfoObject will fail for this user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution: Once you associate your reporting authorization object with an InfoCube, ALL queries for that InfoCube will check access to your reporting authorization object. Every query that does not use the secured InfoObject(s) in your authorization object will fail if &lt;/P&gt;&lt;P&gt;the user does not have a colon value in their authorization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Pound Sign (#) as an Authorization Value &lt;/P&gt;&lt;P&gt;When data is loaded into SAP BW, some fields may be marked as no value assigned (posted with INITIAL). If you have secured an InfoObject that has data that is unassigned in the InfoCube, you may choose to give the user a pound sign (#) in order to avoid an authorization error at runtime. The #character is interpreted as authorization for the display of the value Not assigned (posted with INITIAL). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using $ as an Authorization Value &lt;/P&gt;&lt;P&gt;In our example, we are using the authorization value to fill the variable for the division at query runtime. This means that we will need as many roles as there are different divisions. Using the $ as the value for division would eliminate the need for so many roles. When you use the $ as an authorization value, you must provide code that will check to verify the division being used. &lt;/P&gt;&lt;P&gt;The following example illustrates how variables can be used to streamline the maintenance effort for the administrator: &lt;/P&gt;&lt;P&gt;Assume Company X needs two different query access scenarios: &lt;/P&gt;&lt;P&gt;&amp;#149; User A has access to all data for all divisions &lt;/P&gt;&lt;P&gt;&amp;#149; Users B and C are allowed to see only data from division 01 and 02, respectively. &lt;/P&gt;&lt;P&gt;By using Enhancement RSSBR0001 (here we are dealing with the function module EXIT_SAPLRRBR_001) in the variable maintenance functionality, one can define a variable DIV and assign the appropriate division value to each user by defining the following authorization: &lt;/P&gt;&lt;P&gt;&amp;#149; DIVISION = $DIV (DIV refers to a name of a variable.) &lt;/P&gt;&lt;P&gt;The authorization check itself would then use the same customer exit to check the necessary authorization value against the value defined for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 02:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054492#M423928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T02:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054493#M423929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Adding to Pradeep there is one more use for (&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;, which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Enable summary data&amp;lt;/b&amp;gt; to be reported for characteristic levels where user doent have authorizations to access detailed data.&lt;/P&gt;&lt;P&gt;I.e., It is feasible that a sales manager is allowed to&lt;/P&gt;&lt;P&gt;view the respective total sales figures for all sales organization, but is&lt;/P&gt;&lt;P&gt;only authorized to break down their specific sales organization (0001)&lt;/P&gt;&lt;P&gt;according to the individual sales employees. In this case, the following&lt;/P&gt;&lt;P&gt;authorizations, which are grouped together, would be created and&lt;/P&gt;&lt;P&gt;assigned to the sales manager:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Authorization  1     &amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;   &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt; Sales organization (field)   -&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;             * (value)&lt;/P&gt;&lt;P&gt; Sales employee  (field) -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;            : (value)&lt;/P&gt;&lt;P&gt; Key figure (field)             -&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;         Sales figures (value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;u&amp;gt;&amp;lt;b&amp;gt; Authorization 2  &amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;     &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Sales organization (field) -&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;   0001 (value)&lt;/P&gt;&lt;P&gt; Sales employee (field)   -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;      * (value)&lt;/P&gt;&lt;P&gt;   Key figure        (field)    -&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;   Sales figures (value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;u&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 06:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054493#M423929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054494#M423930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those characters do not have any special meaning (for AUTHORITY-CHECK in general). Some applications might interpret them - but not the system itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-bw/m-p/2054494#M423930</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-03-12T09:17:33Z</dc:date>
    </item>
  </channel>
</rss>

