<?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: Roles - Authorization Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757213#M641717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Visali,&lt;/P&gt;&lt;P&gt;Have the user logon, and before he/she is about to run the transaction that is failing run ST01 with authorization checked.  After the authorization failure analyzed the trace.  Enter the User ID and check for 12's hard failure, sometime you might need to also correct the soft failures of 4's. &lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 17:16:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T17:16:26Z</dc:date>
    <item>
      <title>Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757191#M641695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; I have some set of roles. I assigned those set of roles to an user for his QA and production access. In QA he is able to do but with the same set of roles in production he is not able to do. In QA system he is able to perform rehiring action through PA40 but in production he is not able to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please through some light why system is behaving like this and more over our QA system is a recent refresh of production system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the same set of roles and some additional roles another user is able to do this but this is user is not able to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali.Malepati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 09:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757191#M641695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T09:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757192#M641696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does SU53 say ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 11:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757192#M641696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757193#M641697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please also check the usergroup parameter (UGR) if QA and PRD values are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 12:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757193#M641697</guid>
      <dc:creator>former_member74904</dc:creator>
      <dc:date>2007-09-14T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757194#M641698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also run PFUD to make sure all users have the current version of the role.  Then check the Profile tab and make sure there is no additional profile that is giving access to one user and not the other... like SAP_ALL (Ohh no NOT that one!!!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 18:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757194#M641698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T18:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757195#M641699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent suggestions from all the replies above.  If you still can't figure it out, run a trace ST01.  Then research the missing authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 20:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757195#M641699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757196#M641700</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 would like to suggest you , do role comparison and make sure roles in both the system are same, then try to figure out with SU53 or ST01 trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I am sure will help you. In case you still have doubts , then reply back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 20:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757196#M641700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T20:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757197#M641701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimitri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User group parametr is same in UAT and Production that is 25,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UAT is rcent refresh of production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 02:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757197#M641701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T02:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757198#M641702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User is not having authorization to use this transaction PFUD in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali Malepati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 02:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757198#M641702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T02:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757199#M641703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mention before user is not authorised to use ST01 in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali Malepati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 02:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757199#M641703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T02:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757200#M641704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneet and Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrding SU53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is showing &lt;/P&gt;&lt;P&gt;Authorization level = W&lt;/P&gt;&lt;P&gt;Infotype = 0000&lt;/P&gt;&lt;P&gt;Personnel Area = *&lt;/P&gt;&lt;P&gt;Employee Group = *&lt;/P&gt;&lt;P&gt;Employee Subgroup = *&lt;/P&gt;&lt;P&gt;Subtype = *&lt;/P&gt;&lt;P&gt;Organization Key = *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User is having more than this required in two roles.&lt;/P&gt;&lt;P&gt;1 &amp;lt;b&amp;gt;Z_CC-ESS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Authorization level = *&lt;/P&gt;&lt;P&gt;Infotype = 0000&lt;/P&gt;&lt;P&gt;Personnel Area = JTC* ( We have only with JTC*)&lt;/P&gt;&lt;P&gt;Employee Group = *&lt;/P&gt;&lt;P&gt;Employee Subgroup = *&lt;/P&gt;&lt;P&gt;Subtype = *&lt;/P&gt;&lt;P&gt;Organization Key = ESS ( We have two organization keys one is ESS and other one Prof)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in and in another role ( &amp;lt;b&amp;gt;Z_CC-Prof&amp;lt;/b&amp;gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization level = *&lt;/P&gt;&lt;P&gt;Infotype = 0000&lt;/P&gt;&lt;P&gt;Personnel Area = JTC*&lt;/P&gt;&lt;P&gt;Employee Group = *&lt;/P&gt;&lt;P&gt;Employee Subgroup = *&lt;/P&gt;&lt;P&gt;Subtype = *&lt;/P&gt;&lt;P&gt;Organization Key = Prof&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both these roles are assisgend to the user and both roles user compare is done in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read in one thread about  Buffer over flow. Do any one have any idea about Buffer over flow. Please throw some light on Buffer overflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SU53 Tcode there is one option under menu tab authorisation values that is Reset user buffer. what is this for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali Malpeati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 02:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757200#M641704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T02:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757201#M641705</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;   Users will be able to get  authorization from First  312 Profiles ( In some verson only 300 Profiles ) assigned to users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the number of profiles that user is having in Production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Greater then 312 then user will not get the access of that excedding Profiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757201#M641705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757202#M641706</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;By your su53, it is asking &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personnel Area = *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your existing two roles u got JTC*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Z_CC-ESS&lt;/P&gt;&lt;P&gt;Personnel Area = JTC* ( We have only with JTC*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in and in another role ( Z_CC-Prof )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personnel Area = JTC*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 06:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757202#M641706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757203#M641707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Visali,&lt;/P&gt;&lt;P&gt;That is a good start "User cannot run ST01".  At least you have secured this transaction from the general user population.  You will be running ST01 and not the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will read the rest of the thread and reply if your question haven't been answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 16:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757203#M641707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757204#M641708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we need to run ST01 using users login id right. I am an ABAPer so i seldom use this transaction code. User is not having authorization to use this Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know the impact if I do reset user buffer in SU53 in production system. I am afraid will  it cause any side effect. Even I raised to OSS message also but no reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali.Malepati&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        visali malepati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757204#M641708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757205#M641709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the user's profiles  under profile tab of SU01 screen. Records are not even 30. So is there any other thing that is over riding in production for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Visali Malepati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757205#M641709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757206#M641710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is in your Su53&lt;/P&gt;&lt;P&gt;The SAP system requests * for Personnel Area and Organisation Key so pls create role with that wide autorisation and retest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757206#M641710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757207#M641711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Auke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have personnel Areas starting with "JTC" only and we have only two Organisation Key that is ESS and PROF. Both these ascess are given to the user through two seperate roles and mire over with this same set of roles the user is able to do in QA system and development system.And more over another user is able to perform PA40 with this set of roles even in production. But I am facing problem with this User only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Visali Malepati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757207#M641711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757208#M641712</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;   Are you using structural Authorization also in Production System ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If this is the case it will not show missing authorization in SU53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757208#M641712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757209#M641713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest to try to create a role with values star and test to see if it solves the issue. As in SU53 it demands the star value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757209#M641713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Roles - Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757210#M641714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use structural authorizations then how to get missing authorization.&lt;/P&gt;&lt;P&gt;I strongly believe that there is no missing authorization for that user.It is some where some settings i need to do or need to reset user buffer in SU53 transaction code. Before resetting user buffer, I want to do the impact analysis of that as the problem is in production server. I am afraid if any thing happens, user will make noise. If you have any idea please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visali Malepati.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/roles-authorization-issue/m-p/2757210#M641714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T07:19:13Z</dc:date>
    </item>
  </channel>
</rss>

