<?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: Structural profile to exclude? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638620#M876306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fi you use contextual authorizations (e.g. P_ORGINCON) and also implement the BAdI &lt;EM&gt;GET_PROFL&lt;/EM&gt;, the assigned structural profiles in the P_ORGINCON object(s) are automatically read from the PFCG role and put into table T77UA/T77UU. &lt;/P&gt;&lt;P&gt;if you do not use this approach, it is not possible to assign structural profiles through PFCG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2008 09:36:22 GMT</pubDate>
    <dc:creator>former_member74904</dc:creator>
    <dc:date>2008-06-29T09:36:22Z</dc:date>
    <item>
      <title>Structural profile to exclude?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638617#M876303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering the following scenario in OM: &lt;/P&gt;&lt;P&gt;Company XYZ O 50000000 &lt;/P&gt;&lt;P&gt;&amp;gt;Org-unit A O 50000001 &lt;/P&gt;&lt;P&gt;&amp;gt;Org-unit B O 50000002 &amp;lt;- HR Manager sitting in this unit B &lt;/P&gt;&lt;P&gt;&amp;gt;Org-unit C O 50000003 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorisation requirements are so that, this HR Manager is allowed to have full maintenance access for all the employees under Company XYZ, except she cannot see the salaries of the people under org-unit B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I maintain the authorisations in such way that I give the HR Manager two structural profiles: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;profile 1) 50000000 with evaluation path O-O, 50000001 and 50000003 with evaluation path O-S-P, assign this to a PFCG role with full PA access to master data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Profile 2) 50000002 with evaluation path O-S-P, assign to a role with all infotypes, except IT0008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it work that way? Or does anyone have a better suggestion for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought of utilizing the PersAdmin field in IT0001, but it won't work due to the workflows implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-BT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 07:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638617#M876303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Structural profile to exclude?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638618#M876304</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 would be able to use structural auths for this, have you implemented context senstive authorisations? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't then I don't see how you could achieve this - you can take a look at this link for the documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d9c4230a-0a01-0010-31be-9213b1857eeb" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d9c4230a-0a01-0010-31be-9213b1857eeb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With auth object P_ORGINCON you could create two authorisations, one auth including 0008 with profile1 and another auth excluding 0008 with profile 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 06:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638618#M876304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T06:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Structural profile to exclude?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638619#M876305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this scenario how would one link structural authorisation to roles in PFCG? The who posted this orginally was talking of linking it roles in PFCG is that possible at all or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 21:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638619#M876305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T21:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Structural profile to exclude?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638620#M876306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fi you use contextual authorizations (e.g. P_ORGINCON) and also implement the BAdI &lt;EM&gt;GET_PROFL&lt;/EM&gt;, the assigned structural profiles in the P_ORGINCON object(s) are automatically read from the PFCG role and put into table T77UA/T77UU. &lt;/P&gt;&lt;P&gt;if you do not use this approach, it is not possible to assign structural profiles through PFCG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 09:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structural-profile-to-exclude/m-p/3638620#M876306</guid>
      <dc:creator>former_member74904</dc:creator>
      <dc:date>2008-06-29T09:36:22Z</dc:date>
    </item>
  </channel>
</rss>

