<?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: Authorisation Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241354#M773627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create authorization object with tcode SU21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to su21 - create object class first - save it. double click on the class you have just created and then create Object using the little create icon. &lt;/P&gt;&lt;P&gt;you can enter field names or you can only enter the actvt. This is the activity and you can assign Permitted activities for this object. you can see the permitted acctivity button after you enter actvt field in authorization field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, here is how you use the object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZOBJECT'    ID 'ACTVT' FIELD '1'.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;this means authorization failed. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any user want this authorization, you need to assign the same in user master (Contact security people).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can allow user to create or change or display based on the actvt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 16:06:59 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2008-01-04T16:06:59Z</dc:date>
    <item>
      <title>Authorisation Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241352#M773625</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;Can someone tell me as to how are the authorisation objects created and how will we be able to use the same in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we use the objects to restrict the used from viewing the data of the other users.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Supriya Manik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 13:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241352#M773625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241353#M773626</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;Please see the document below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Repository object on which authorizations are based. An authorization object consists of up to 10 authorization fields . The combination of authorization fields that represent data and activities is used for authorization assignment and authorization check. Authorization objects are combined organizationally in authorization classes. To maintain them, use transaction code SU21.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 14:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241353#M773626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T14:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241354#M773627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create authorization object with tcode SU21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to su21 - create object class first - save it. double click on the class you have just created and then create Object using the little create icon. &lt;/P&gt;&lt;P&gt;you can enter field names or you can only enter the actvt. This is the activity and you can assign Permitted activities for this object. you can see the permitted acctivity button after you enter actvt field in authorization field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, here is how you use the object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZOBJECT'    ID 'ACTVT' FIELD '1'.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;this means authorization failed. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any user want this authorization, you need to assign the same in user master (Contact security people).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can allow user to create or change or display based on the actvt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241354#M773627</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2008-01-04T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241355#M773628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check these below link for further information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1554553"&gt;&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241355#M773628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T16:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241356#M773629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link :&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/a92195a9-0b01-0010-909c-f330ea4a585c" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/3241356#M773629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T16:19:08Z</dc:date>
    </item>
  </channel>
</rss>

