<?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: Changing user profiles activity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121503#M108985</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;Specified roll  SAP_ALL_DISPLAY not found in role list please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Ghangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 12:29:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-02T12:29:43Z</dc:date>
    <item>
      <title>Changing user profiles activity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121499#M108981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone there who can help me on how I can change a user profile by maintaining a SAP_all profile but his access to activity is only "Display"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bryle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 07:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121499#M108981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T07:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing user profiles activity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121500#M108982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bryle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am understanding you correctly, you want to create a user authorization profile similar to SAP_ALL, with the difference being that your new profile should only allow to display everything instead of also being able to change and add things like in SAP_ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, the only way to do this requires some manual work:&lt;/P&gt;&lt;P&gt;1. Create a new role in the profile generator transaction PFCG according to your current naming conventions for role generation, e.g. "Z_DISPLAY_ALL".&lt;/P&gt;&lt;P&gt;2. Wihtin the "Authorizations" tab, create a profile for the role and save your role. You can also add a description and a transactions menu for the role on the other tabs if you like.&lt;/P&gt;&lt;P&gt;3. From the same tab open up the profile editor by using either the button "Change Authorization Data" or "Expert Mode for Profile Generation".&lt;/P&gt;&lt;P&gt;4. If you did not add any transaction to the role menu, a dialog will appear asking you if you want to copy authorizations from one of the listed SAP standard profiles. Normally SAP_ALL is not listed here, so you can just close the dialog.&lt;/P&gt;&lt;P&gt;5. From the menu, choose "Edit --&amp;gt; Insert Authorization(s) --&amp;gt; From Profile...". You can then just enter "SAP_ALL" in the appearing dialog box. This will copy every authorization object from SAP_ALL into your new profile, keeping SAP_ALL intact.&lt;/P&gt;&lt;P&gt;6. Check if the organizational levels are all set to the generic value "*".&lt;/P&gt;&lt;P&gt;7. Take some time and edit the objects in your new profile, so that all activity-related fields are limited to "display" and "display changes" (where available).&lt;/P&gt;&lt;P&gt;8. Once you are done, save the profile and generate it. &lt;/P&gt;&lt;P&gt;9. Transport your new role into other systems if necessary.&lt;/P&gt;&lt;P&gt;10. Assign your new role to the users who need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The editing of the new profile really takes a good deal of time because of the huge amount of authorization objects copied from SAP_ALL. I did the same thing and even added everything from SAP_NEW, just to be sure that nothing was missing. At least you can save the profile every time and leave the editor even when you are not finished (without generating the profile).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also look very closely at every single object. Most of the time, if there is an activity field (named "ACTVT"), it will use the standard acivities where "03" stands for display and "08" stands for display changes (the values in the technical view of the profile). The activities will normally be limited to the ones which make sense for the relevant object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, some objects like F_REGU_BUK and F_REGU_KOA (just to use an example) will not only use a different field name for the activity-related field, but also different values for the acivities themselves. You have to take a closer look at the value list for the activity field or - in a case like the one of the above mentioned objects - at the online documentation for the objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, some objects can be completely deactivated for a "display only" profile, e.g. F_LFA1_AEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as SAP doesn't change the basic structure for authorizations, this seems to be the only way to do it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2006 15:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121500#M108982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-20T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing user profiles activity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121501#M108983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Braille,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the best solution for this will be assigning standard SAP role SAP_ALL_DISPLAY to the user. With this you don't have to take pains about creating new role. We are using this role quite successfully. Alternatively if you don't want to assign the standard role as it is then you create a copy of this and make required changes and assign it to the users. Also if you are looking to just assign profiles instead of roles then look out for the profile of this role in PFCG and then create a new profile (Z*) by copying this existing profile and then assign that to users. Please award points if this solved your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Ruchit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2006 19:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121501#M108983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-20T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing user profiles activity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121502#M108984</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;Thank you for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soyeon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Soyeon Rhee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 01:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121502#M108984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T01:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing user profiles activity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121503#M108985</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;Specified roll  SAP_ALL_DISPLAY not found in role list please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Ghangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 12:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-user-profiles-activity/m-p/1121503#M108985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T12:29:43Z</dc:date>
    </item>
  </channel>
</rss>

