<?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: Automatically Update the User Parameter from Role personalization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155189#M1369264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Julius &amp;amp; Bernard.  I'm glad I have got a response for my queries. I will go with SPERS_MAINT as suggested by Bernard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 10:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-24T10:07:47Z</dc:date>
    <item>
      <title>Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155184#M1369259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just nice to be here with all the fellow SAP security stars :). I am the Security consultant working on an implementation here in the UK and have a question on the user parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to find a solution where when the role is updated with the personalization values (say like approval limit for Purchasing), the same needs to be automatically updated in the user parameter when the user is assigned that role.  This would save a lot of time for us in editing the user parameter and changing the default into the actual authorized values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions/past experiences will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Raaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155184#M1369259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155185#M1369260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; This would save a lot of time for us in editing the user parameter and changing the default into the actual authorized values. &lt;/P&gt;&lt;P&gt;Sounds more like a short-cut not to change user-exits which use PIDs... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155185#M1369260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155186#M1369261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; .. Do you know what that user exit might be ? I am trying to search from my end. Or my question may be absurd that there are no user exits for PIDs. Pls .help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155186#M1369261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T09:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155187#M1369262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 3 types of personalization (user,role,system) are completely independent of each other. That means, default values maintained for one type (role in your case) are basically not copied to another type (here user).                        &lt;/P&gt;&lt;P&gt;The reason for that behaviour is a missing procedure for merging or accumulating default data for the same personalization key. Since it is possible to maintain default values for the same key but for different  types the first question is whether data coming from different types should be accumulated or prioritized. If one decides to prioritize which type (user, role or system) should dominate? If one prefers the accumulation what should happen if default data of different types is contradictionary?&lt;/P&gt;&lt;P&gt;                                                                                Therefore, the default data for all types is kept separated from each other, i. e. you have to maintain the personalization data in SPERS_MAINT explicitly for the requested users if you want to see them in SU01.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since  7.00 (I think), this has been changed by implementation of the new switch '  Take into account with role changes" .&lt;/P&gt;&lt;P&gt;So the roles Personalistion value is reflected to the assigned users (but i am not sure about the priorisation, if for the user a different value has been maintained already. You should decide, which kind of maintenance you want to use...)&lt;/P&gt;&lt;P&gt;                                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bernhard Hochreiter on Sep 24, 2009 11:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155187#M1369262</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2009-09-24T09:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155188#M1369263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the 3 of us (you, Bernhard and me) have 3 different understandings of what the question is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mine: You are already using parameter ID's (GET / SET parameters) in some code which is security relevant, "say like approval limit for Purchasing". However the user can (as a preference) influence the value of the PID, and you have now discovered personalization keys which is an admin task to set and want to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of changing the code to use personalization keys, you want to use some sort of synchronization between the keys and the PIDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 24, 2009 11:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155188#M1369263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T09:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155189#M1369264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Julius &amp;amp; Bernard.  I'm glad I have got a response for my queries. I will go with SPERS_MAINT as suggested by Bernard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 10:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155189#M1369264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155190#M1369265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bernhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any news on this topic? We're currently going through an SRM upgrade and realize that a particular personalization key is mandatory for a shopping cart to be accessible by users while pending for approval (BBP_WFL_SECURITY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the documentation around this topic is really poor and we're trying to understand how the defferent levels of personalization key values work. You mention a prioritization depending on the level (user/role/system) but how does it work exactly? If I maintain different values for the same key depending on the level (value "X" at user level, value "Y" at role level and value "Z" at system level) which one will prevail and why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if a value is maintained at system level via transaction PERSREG, this value doesn't seem to be transportable. Do you confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnaud Marchand&lt;/P&gt;&lt;P&gt;SAP Security Expert @ Nestlé&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155190#M1369265</guid>
      <dc:creator>former_member102418</dc:creator>
      <dc:date>2010-03-17T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155191#M1369266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnaud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the transport button in persreg does not transport the settings of persreg????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the priorization I received some more information today. Well, there is no priorization. It depends which setting is used/selected by the application using the personalization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on what they select and in which order the application does so, the values are reflected:&lt;/P&gt;&lt;P&gt;GET_DATA -&amp;gt; userspecific                    &lt;/P&gt;&lt;P&gt;GET_DATA_ROLE -&amp;gt; role specific         &lt;/P&gt;&lt;P&gt;GET_DATA_SYSTEM -&amp;gt; system specific   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest to ask the guys responsible for the shopping cart functionality of how they verify the settings of  BBP_WFL_SECURITY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 10:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155191#M1369266</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2010-03-18T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155192#M1369267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your swift reply Bernhard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the transport of settings, when you modify a value at system level, there is no transport button anymore, this button only appears when modifying the settings of a particular personalization key. Nothing else...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the check used, we use the standard shopping cart processes in SRM therefore I don't really know how to answer the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnaud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 13:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155192#M1369267</guid>
      <dc:creator>former_member102418</dc:creator>
      <dc:date>2010-03-18T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Update the User Parameter from Role personalization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155193#M1369268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, we just tested the behaviour at assignment level. We set value "low" to the personalization key concerned in a role and after assigning role to the users, they automatically got the same value in their key though before the assignmend, value was set to "not defined"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-update-the-user-parameter-from-role-personalization/m-p/6155193#M1369268</guid>
      <dc:creator>former_member102418</dc:creator>
      <dc:date>2010-03-18T14:12:08Z</dc:date>
    </item>
  </channel>
</rss>

