<?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: Authority Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994535#M405353</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;U have to create two separatly roles to be assigjned to the two users, in this way you can give two differents values to authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 11:16:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T11:16:13Z</dc:date>
    <item>
      <title>Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994533#M405351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If One Authority Object used in the Z report and that Authority object added in the role. This Role assigned to Two user. &lt;/P&gt;&lt;P&gt;But one of the user not required authorization for the Z report. &lt;/P&gt;&lt;P&gt;How actually this situation ideally handle ? New authority object need to create for that Z report or using the existing object we can solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh Shete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994533#M405351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994534#M405352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Remove the Assignment of the Role to the user who doesn't want to see that Z object.&lt;/P&gt;&lt;P&gt;Give him a sepearte role.Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994534#M405352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994535#M405353</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;U have to create two separatly roles to be assigjned to the two users, in this way you can give two differents values to authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994535#M405353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994536#M405354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then dont give authorization for this report(tcode) itself, and in ur program u have to check for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;      call function 'AUTHORITY_CHECK_TCODE'&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;          tcode  = 'YSCC'&lt;/P&gt;&lt;P&gt;        exceptions&lt;/P&gt;&lt;P&gt;          ok     = 0&lt;/P&gt;&lt;P&gt;          not_ok = 2.&lt;/P&gt;&lt;P&gt;      if sy-subrc eq 2.&lt;/P&gt;&lt;P&gt;        message e077(s#) with 'YSCC'. " No authorization to transaction&lt;/P&gt;&lt;P&gt;     endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to create one more role,then no nedd to change ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994536#M405354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994537#M405355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should have two roles, one with desired object and the second one without that object. One role should be assigned to user that needs an access to a report and another one to the user that should not run a report. Just make sure that the authorization object is not required by any other reports or transactions, which user, without access to your report, may need to execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 11:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/1994537#M405355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T11:18:16Z</dc:date>
    </item>
  </channel>
</rss>

