<?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: Dynamic authorizations using customer exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088104#M1615169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.. any other approach you can think of..&lt;/P&gt;&lt;P&gt;i think dynamic role asignment suggested by Alex makes it a break-through. Can i have some more details how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 21:23:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-21T21:23:06Z</dc:date>
    <item>
      <title>Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088096#M1615161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement where in user access level for cost centers changes very frequently. This access details are maintained in a Z table. And this Z table will be maintained by the super user/lead user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now users should be restricted to only those cost centers that are maintained in the table in &lt;STRONG&gt;ALL TRANSACTIONS&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any customer exit/ other approach available which can be applied here.&lt;/P&gt;&lt;P&gt;Any inputs are highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asrar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 20:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088096#M1615161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088097#M1615162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done this a couple of different ways.  If I was to do it again I would look at a solution which uses the standard auth concept but dynamically maps appropriate roles to users based on the input logic (in your case a custom table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 21:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088097#M1615162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088098#M1615163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you please share the details of your solutions towards this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asrar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 21:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088098#M1615163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T21:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088099#M1615164</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 happy to answer any specific questions but I'm not going to detail full solutions for commercial reasons.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamically passing in auth values into the CO programs is tricky and you will spend a lot of time and money on it.  If you go down this route then you must be very strict about which transactions are in scope and many modifications will need to be made to the supporting code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A method which appends a role to a user is attractive as it does not require any changes to the underlying functional programs.  It is not without it's limitations, especially around the number of roles which can be assigned to a user (312) but you can design around that when assessing your potential usage scenario's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 05:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088099#M1615164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-16T05:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088100#M1615165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A more realistic and less intrusive approach is to generate roles for all levels in the standard hierarchy and then watch for changes in a batch job which adapts and generates the new ones. If you are lucky, the hierarchy is being maintained in DEV and transported...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give the person whom you wanted to maintain the table access to PFCG and let them only assign these generated roles - so you will need a naming convention for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works like a charm and adapts itself as the hierarchy changes. Automatically generating roles is a bit tricky but still much safer than modiying central check functions.&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>Sat, 16 Jul 2011 07:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088100#M1615165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-16T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088101#M1615166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remembered you mentioned something like that before but couldn't remember any more of the details!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 09:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088101#M1615166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-16T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088102#M1615167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Completely lost &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevermind - I'll hopefully pick this up one day..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 22:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088102#M1615167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-16T22:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088103#M1615168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds more complex that it is! Once you have the process worked out it's usually just a bit coding that needs to be done.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julius' approach (automating the build of roles which represent new nodes on the standard hierarchy) is a bit more involved than a basic automated allocation tool but has significant time savings once implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088103#M1615168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-18T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088104#M1615169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.. any other approach you can think of..&lt;/P&gt;&lt;P&gt;i think dynamic role asignment suggested by Alex makes it a break-through. Can i have some more details how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 21:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088104#M1615169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T21:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088105#M1615170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you first tell us whether you are using the old k_repo_cca concept or the new k_cca concept via the standard hierarchy for all the actvt (now co_actions of the same object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes a big difference....&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 Jul 21, 2011 11:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 21:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088105#M1615170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic authorizations using customer exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088106#M1615171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;We have a requirement where in user access level for cost centers changes very frequently. This access details are maintained in a Z table. And this Z table will be maintained by the super user/lead user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now users should be restricted to only those cost centers that are maintained in the table in ALL TRANSACTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Identify the tcodes that uses cost centers and create custom transaction codes and make them read your Z table for the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as highlighted by Julius. If the new concept is used, Cost center is a org field where it would be tough to read the values from a Z table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 09:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-authorizations-using-customer-exit/m-p/8088106#M1615171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T09:41:16Z</dc:date>
    </item>
  </channel>
</rss>

