<?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 objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542368#M1073017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to check authorization objects,what are the steps to follow,i am completely new to these pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 04:57:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T04:57:47Z</dc:date>
    <item>
      <title>Authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542368#M1073017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to check authorization objects,what are the steps to follow,i am completely new to these pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 04:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542368#M1073017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T04:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542369#M1073018</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;&lt;/P&gt;&lt;P&gt;you can use &lt;STRONG&gt;SU20,SU21,SUIM&lt;/STRONG&gt;  transactions to check authorization objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 05:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542369#M1073018</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-08T05:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542370#M1073019</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;Authorization objects are used to provide authorization to some particular people for a particular transaction or may be to a number of values of a particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me explain with an example....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you require that for the field company code(BUKRS) you need to display only those values in the hit list that the user is authorised to when he hits F4.&lt;/P&gt;&lt;P&gt;Following is the code for the same....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT RECORD_TAB.&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'&lt;/P&gt;&lt;P&gt;             ID 'BUKRS' FIELD RECORD_TAB-STRING+3(4).&lt;/P&gt;&lt;P&gt;    IF sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      DELETE RECORD_TAB.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved with the help of authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These objects are provided by the BASIS people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can refer the following thread as well&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="1574910"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542370#M1073019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542371#M1073020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please go through the below link , Authorization objects are explained in good manner:&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; and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/80/1a689ae07211d2acb80000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/80/1a689ae07211d2acb80000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here you can see the Overview: Authorization Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects/m-p/4542371#M1073020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T07:11:04Z</dc:date>
    </item>
  </channel>
</rss>

