<?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: Analysis Power user role in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003738#M1495608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks anajan, i will t try that too as per suggestion, now i am facing some issue in BEx designer , i was adding some rows and trying to save , but it is showing an error: you don't have authorization for add or create . i check the trace unable get the exact object . When i was testing with super user role i was able to do that . Please any objects you have any idea on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 04:59:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-31T04:59:38Z</dc:date>
    <item>
      <title>Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003733#M1495603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I have created power user role with following objects, could any body suggest do we need any other objects for power user role &lt;/P&gt;&lt;P&gt;Tcodes- LISTCUBE, LISTSCHEMA, SU01D, SQVI , ST22 , RSIMG, RRMX , Objects S_RFC *, S_TCODE,  S_USER_AGR -Act 2,3 ,8; S_USER_AUT 03 ,08,; S_USER_GRP,  S_USER_PRO;  S_DEVELOP;   S_QUERY ;  S_TRANSPRT, S_ADDRESS1, &lt;/P&gt;&lt;P&gt; S_RS_AUTH;  S_RS_BITM;  S_RS_BTMP ; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S_RS_COMP&lt;/STRONG&gt; 01, 02, 03, 16, 22   ACTVT &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      RSINFOAREA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ztest    RSINFOCUBE&lt;/P&gt;&lt;P&gt;Ztest1   RSZCOMPID&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          RSZCOMPTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;STRONG&gt;S_RS_COMP1&lt;/STRONG&gt; ctivity     02, 03, 16, 22         ACTVT&lt;/P&gt;&lt;P&gt;Ztest1           RSZCOMPID&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 RSZCOMPTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 RSZOWNER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; S_RS_DS; S_RS_FOLD;  S_RS_PARAM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My restriction on power user Develop reports for self consumption,  to &lt;STRONG&gt;change reports that they have created, but not those&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;created by anyone else.&lt;/STRONG&gt;,  Execute pre-defined standard reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing i have created two power users with same role but unable to get exact output , could any body help on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 22:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003733#M1495603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003734#M1495604</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;For restricting access to the user to change queries created by ownself only you need to maintain the value " $USER" in RSZOWNER in S_RS_COMP1 . Authorization given to the user for anything related to a query is a combination of values in S_RS_COMP and S_RS_COMP1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requirement, you can maintain 2 instances of S_RS_COMP1:&lt;/P&gt;&lt;P&gt;1) 03, 16, 22 - ACTVT----&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt; No change auth for queries&lt;/P&gt;&lt;P&gt;Ztest1 RSZCOMPID&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RSZCOMPTP&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RSZOWNER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 02, 03, 16, 22 ACTVT----&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;Change auth for queries created only by oneself&lt;/P&gt;&lt;P&gt;Ztest1 RSZCOMPID&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RSZCOMPTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;$ USER  RSZOWNER&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;Manisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 07:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003734#M1495604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T07:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003735#M1495605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you manisha, do you mean two instances means do i need to create different two power user role with different activies (ex $user) and other without or  i have create two s_rs_comp1objects in same role with different activites could you please confirm .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 12:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003735#M1495605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003736#M1495606</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;There is no need to create two different roles . You can add S_RS_COMP1 two times in the same role but with different set of values as I have given in the previous post. $ USER will give auth only for queries created by ownself.&lt;/P&gt;&lt;P&gt;&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;Manisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 15:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003736#M1495606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003737#M1495607</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;You have mentioned value "ZTEST1" for RSZCOMPID. Probabely you meant is "ZTEST1* " (All reporting components starting with the name ZTEST1* ). &lt;/P&gt;&lt;P&gt;My recommendation would go for creating 2 seperate roles for seperate power users based on different values for the field RSZOWNER if the value maintained for the field RSZCOMPID is same for both the users. &lt;/P&gt;&lt;P&gt;However if you can have different values for RSZCOMPID for seperate power users(i.e. seperate power users should create/change reporting componenets with different naming convention), then you can include two S_RS_COMP1 objects in the same role and assign the same role to different power users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 03:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003737#M1495607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T03:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003738#M1495608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks anajan, i will t try that too as per suggestion, now i am facing some issue in BEx designer , i was adding some rows and trying to save , but it is showing an error: you don't have authorization for add or create . i check the trace unable get the exact object . When i was testing with super user role i was able to do that . Please any objects you have any idea on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 04:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003738#M1495608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003739#M1495609</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;As you are getting an error when you are saving the report, please check the authorizations for object S_USER_AGR(If the report is getting saved in roles). You may also want to check for authorization provided through objects S_RS_COMP &amp;amp; S_RS_COMP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anjan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anjanpandey on May 31, 2010 7:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003739#M1495609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003740#M1495610</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'm not sure how many Power Users do you have in your current BI Set-up and  if creating different roles for different power users will be helpful as this may go on increasing with different requirements. Going by the standards you should have a common set of authorizations for the power users, even after that , if you have restrictions based on  create/change query by a specific user , you can easily do that by maintaining different set of values for Object S_RS_COMP1 for field RSZOWNER rather than creating a completely new role for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ths issue regarding changing the queries and saving them needs to be chacked with the set of values you have provided in activities for S_RS_COMP and S_RS_COMP1. Moreover , as Anjan has correctly pointed out, if they are being saved in a role, you also need to check the change authorization in S_USR_AGR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Manisha Nadir on May 31, 2010 12:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 07:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003740#M1495610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T07:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003741#M1495611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , thanks for your help, i tried to give &lt;/P&gt;&lt;P&gt;S_rs_comp&lt;/P&gt;&lt;P&gt; Activity    01, 02, 03, 16, 22      ACTVT&lt;/P&gt;&lt;P&gt; InfoArea  *                       RSINFOAREA&lt;/P&gt;&lt;P&gt; InfoCube                       ZTest                      RSINFOCUBE&lt;/P&gt;&lt;P&gt; Name (ID) of a reporting compo Ztest1       RSZCOMPID&lt;/P&gt;&lt;P&gt; Type of a reporting component  *                RSZCOMPTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_rs_comp1&lt;/P&gt;&lt;P&gt;Activity                       02, 03, 16, 22     ACTVT&lt;/P&gt;&lt;P&gt;Name (ID) of a reporting compo Ztest1  RSZCOMPID&lt;/P&gt;&lt;P&gt;Type of a reporting component  *         RSZCOMPTP&lt;/P&gt;&lt;P&gt;Owner (Person Responsible) for $USER  RSZOWNER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_user_agr&lt;/P&gt;&lt;P&gt;Activity         *            ACTVT&lt;/P&gt;&lt;P&gt;Role Name    *      ACT_GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also created another Super user role with following Tcodes and tested with that with all above objects it is working fine &lt;/P&gt;&lt;P&gt;Rsa1, rsa2,rsa3,rsa5,rsa6,rsa7, listcube, rspc, listscema, su01d, sqv1, rsimg, rsimpcur, rsinput, rsir_deltatrack, rrmx . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier as anajan suggested i have looked into couple help sites . I think  restricting perfectly as per requirement for Power user -&lt;/P&gt;&lt;P&gt;Develop reports for self consumption&lt;/P&gt;&lt;P&gt; Ability to change reports that they have created, but not those created by anyone else.&lt;/P&gt;&lt;P&gt; Execute pre-defined standard reports&lt;/P&gt;&lt;P&gt; Train End users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as on initial implementation my developer created &lt;STRONG&gt;ztest&lt;/STRONG&gt; cube with &lt;STRONG&gt;ztest1&lt;/STRONG&gt; query and doing testing as per requirement .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 13:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003741#M1495611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003742#M1495612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was restricting on query also &lt;/P&gt;&lt;P&gt;s_rs_comp&lt;/P&gt;&lt;P&gt; 01, 02, 03, 16, 22                                                          ACTVT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                          RSINFOAREA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; Ztest                                                                       RSINFOCUBE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                          RSZCOMPID&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                          RSZCOMPTP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;s_rs_comp1&lt;/P&gt;&lt;P&gt; 02, 03, 16, 22&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; $USER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now working fine if  i changed to above settings  able create or edit in bex querydesigner - now i want to test whether power user should  able to change or create his own queries , but he should not create/change any other queries . by "$user "he can only create or change to restricted cube but he is not restricted by query i think . please suggest ima in right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 14:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003742#M1495612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003743#M1495613</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;You are right to interpret based on the values maintained in the authorization objects S_RS_COMP &amp;amp; S_RS_COMP1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this way power user will be creating queries based on any naming convention. Recommendation should always be to follow a naming convention while creating new queries. So the access should be restricted based on the value provided in the field RSZCOMPID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also by providing a value " * " in the field RSZCOMPTP allows the user to create change Calculated key figure, &lt;/P&gt;&lt;P&gt;Restricted key figure, Template structure, Query, Variable. Are you sure that you want your power user to have create/change access for all of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 03:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003743#M1495613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T03:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003744#M1495614</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;$ USER restricts the user with that role to have authorization only for queries created by the user itself . You can further restrict these queries by specifying the exact InfoCube and InfoArea in RSINFOCUBE and RSINFOAREA . Moreover, if you are following some specific naming convention for queries then you can give that value in RSZCOMPID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the documentation provided for each of these fields in S_RS_COMP and S_RS_COMP1 in help.sap.com to get a clear understanding of what needs to be given and where restrictions can be put.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manisha Nadir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 1, 2010 2:08 PM&lt;/P&gt;&lt;P&gt;I do however agree with you that "roam78" should close the thread...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 11:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003744#M1495614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis Power user role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003745#M1495615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everybody for your suggestions,  I followed according to your inputs working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 03:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/analysis-power-user-role/m-p/7003745#M1495615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T03:34:28Z</dc:date>
    </item>
  </channel>
</rss>

