<?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: Security with user parameters? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182831#M757799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Notice: user parameters can be set by the user itself (transaction SU2 / SU3).&lt;/P&gt;&lt;P&gt;Therefore, user parameters are definetly not suitable for access control purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 08:55:09 GMT</pubDate>
    <dc:creator>Wolfgang_Janzen</dc:creator>
    <dc:date>2007-12-20T08:55:09Z</dc:date>
    <item>
      <title>Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182827#M757795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to find out if I can utilize user parameters to secure reports. The client has a large display only reporting finance role that they now want to split up into different profit centers. First thought is of course, derived roles but there are 106 different profit centers. Is there any other alternative? Is there a way to use the user parameters? The business owner brought this possibility up and I thought i would research as i have never tried that before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 18:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182827#M757795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T18:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182828#M757796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically, we cannot restrict security using parameters. The only thing that parameters do is show default data  in selection screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user can always change the default data.&lt;/P&gt;&lt;P&gt;I think the right way would be the to build roles with proper access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 19:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182828#M757796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T19:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182829#M757797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID's are on occasion used in some forms of security but I really would not recommend this approach.  There are a few reasons for this, first and foremost it is not using the standard SAP security mechanism.  Secondly, users are typically able to amend their PID's - you may want to block this access but who will maintain PID's after that?  Thirdly you will need to do some customisation of any standard reports to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Profit Centre security is always going to give you large numbers of variants.  Depending on the risk associated with this data you may want to look at rolling it up to cost centre group and creating fewer variants.  If you want to go down the derived role for each profit centre route then you can script the role derivation via catts or ecatts and that just leaves a data population exercise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 19:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182829#M757797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T19:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182830#M757798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;basically, all has been said, conclusion PID is not for securing access, as it is opening to much possible leaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182830#M757798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182831#M757799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Notice: user parameters can be set by the user itself (transaction SU2 / SU3).&lt;/P&gt;&lt;P&gt;Therefore, user parameters are definetly not suitable for access control purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 08:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182831#M757799</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-12-20T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182832#M757800</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 can consider to create a organizational role. This means that you create a role with only the object(s) that make the difference with the value you want. In the specific roles you inactivate the same object of give it dummy values. Be aware that this extra maintenance and asks extra discipline and is not vanilla sap, but a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have fun &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan van Roest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 14:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182832#M757800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Security with user parameters?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182833#M757801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for the helpful responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 14:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-with-user-parameters/m-p/3182833#M757801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T14:18:39Z</dc:date>
    </item>
  </channel>
</rss>

