<?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 authorization object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776253#M334845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to find the authorization attached to a role.&lt;/P&gt;&lt;P&gt;I know when you are creating a role it asks for the auth object. &lt;/P&gt;&lt;P&gt;I HAVE A ROLE WHICH HAS BEEN CREATED BY SOMEONE LESE , I JUST WANT TO KNOW THE OBJECT SO THAT I CAN USE IN MY PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 17:05:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T17:05:30Z</dc:date>
    <item>
      <title>authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776253#M334845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to find the authorization attached to a role.&lt;/P&gt;&lt;P&gt;I know when you are creating a role it asks for the auth object. &lt;/P&gt;&lt;P&gt;I HAVE A ROLE WHICH HAS BEEN CREATED BY SOMEONE LESE , I JUST WANT TO KNOW THE OBJECT SO THAT I CAN USE IN MY PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776253#M334845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776254#M334846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function module PRGN_SHOW_EDIT_AGR &amp;amp; display the role.. &amp;amp; click on the Authorization tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776254#M334846</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-19T17:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776255#M334847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Tcode RZ10 &amp;amp; mention the Role &amp;amp; On Next screen goto the Tab - Authorization--&amp;gt;Display auth objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use SU01, put the uesr name &amp;amp; Display--&amp;gt;GOto Roles Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776255#M334847</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-12-19T17:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776256#M334848</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 succesfully created an object and for testing purpose i have hardcoded the user names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run under my login then sy-subrc is 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and under different user login , iam getting a sy-subrc of 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authority-check object 'ZTEST'&lt;/P&gt;&lt;P&gt;           id 'ACTVT' field '02'&lt;/P&gt;&lt;P&gt;           id 'USER' field 'XXX'&lt;/P&gt;&lt;P&gt;           id 'WERKS' field 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write:/ 'NO AUTHRIZATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    write:/ 'SUCESS '.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS LET ME KNOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 20:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776256#M334848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T20:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776257#M334849</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;For reporting you can use transaction SUIM which is a collection of secrity reports. Regarding your object, I would recommend to get rid of field 'USER', it is enough to have a ACTVT and WERKS and assign that object to profiles (transaction PFCG and SU01).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 20:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776257#M334849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T20:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776258#M334850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomasz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it would check against the sy-uname or wat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you be more clear on this part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reporting you can use transaction SUIM which is a collection of  secrity reports.&lt;/P&gt;&lt;P&gt;If anyone of  you have good documents on authorization objects ,do send it to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;venkiabap@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 21:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1776258#M334850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T21:24:16Z</dc:date>
    </item>
  </channel>
</rss>

