<?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: Difference between Authorization object class and Authorization group? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461288#M217693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could someone send me the documentation, please?&lt;/P&gt;&lt;P&gt;rebeca.salmeron @gmail.com&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 09:26:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T09:26:52Z</dc:date>
    <item>
      <title>Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461276#M217681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     What is the Difference between Authorization object class and Authorization group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the following mapping correct w.r.t ABAP security?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UserID &amp;lt;- User Role &amp;lt;-Profile &amp;lt;-Authorization object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 13:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461276#M217681</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2006-07-17T13:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461277#M217682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gopal..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these threads to know the difference..&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="1825964"&gt;&lt;/A&gt;&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="1132669"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 13:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461277#M217682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461278#M217683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Authorization Object&amp;lt;/b&amp;gt; are used to give authority to the user according to the position he or she is holding the organization unit.&lt;/P&gt;&lt;P&gt;Different roles are assigned to the position of the organization unit and these roles in turn are assigned to the task.&lt;/P&gt;&lt;P&gt;In SAP these task are assigned to the transactions .&lt;/P&gt;&lt;P&gt;So the user is given authorization for the particular transaction.&lt;/P&gt;&lt;P&gt;This way user are controlled from using the data which they are not supposed to accesss.&lt;/P&gt;&lt;P&gt;Sometimes the authorizatio is only to read , that mean user can see the data but cannot change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some case the user is not eligible to see the data not relevant to his aera . eg. a sales rep in one sales area is not supposed to view the data of another sales area or sales rep.&lt;/P&gt;&lt;P&gt;Even the user might be authorized for a transaction but the usage will be limited to area relevant to his /her work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &amp;lt;b&amp;gt;authorization group&amp;lt;/b&amp;gt; allows extended authorization protection for particular objects. The authorization groups are freely definable. They usually occur in authorization objects together with an activity.&lt;/P&gt;&lt;P&gt;The table that contains all authorization objects is TOBJ.&lt;/P&gt;&lt;P&gt;The table that contains all activities is TACT.&lt;/P&gt;&lt;P&gt;The table that contains definition of all authorization groups is TBRG.&lt;/P&gt;&lt;P&gt;TBRG -- Contains all authorization groups and gives information about relation between authorization object and authorization group. The description of the authorization groups is defined in table TBRGT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to foll links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_apo/helpdata/en/35/26b17fafab52b9e10000009b38f974/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_apo/helpdata/en/35/26b17fafab52b9e10000009b38f974/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461278#M217683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461279#M217684</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;&amp;lt;b&amp;gt;Authorization object&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization Object are used to give authority to the user according to the position he or she is holding the organization unit.Different roles are assigned to the position of the organization unit and these roles in turn are assigned to the task.In SAP these task are assigned to the transactions .So the user is given authorization for the particular transaction.This way user are controlled from using the data which they are not supposed to accesss.Sometimes the authorizatio is only to read , that mean user can see the data but cannot change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some case the user is not eligible to see the data not relevant to his aera . eg. a sales rep in one sales area is not supposed to view the data of another sales area or sales rep.Even the user might be authorized for a transaction but the usage will be limited to area relevant to his /her work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization object is created in tcode SU21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Authorization group&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An authorization group contains tables and views with the same security requirements.In the Table maintenance dialog, you maintain the same gorup for tables that require similar authorizations.To activate the authorization, you must determine an activity for the authorization group in the authorizaton objects S_TABU_DIS &amp;amp; may be S_TABU_CLI. The link between the Auth group &amp;amp; auth Obj is in table TBRG.You can also assign authorization groups to tables to avoid users accessing tables using general access tools (such as transaction SE16). A user requires not only authorization to execute the tool, but must also have authorization to be permitted to access tables with the&lt;/P&gt;&lt;P&gt;relevant group assignments. For this case, we deliver tables with predefined assignments to authorization roups. The assignments are defined in table TDDAT; the checked authorization object is S_TABU_DIS.You can assign a table to authorization group Z000.(Use transaction SM30 for table TDDAT) A user that wants to access this table must have authorization object &lt;/P&gt;&lt;P&gt;S_TABU_DIS in his or her profile with the value Z000 in the field DICBERCLS (authorization group for ABAP Dictionary objects).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links too..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm50/helpdata/en/52/671285439b11d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm50/helpdata/en/52/671285439b11d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap4.com/contentid-39.html" target="test_blank"&gt;http://www.sap4.com/contentid-39.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Shakuntala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461279#M217684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461280#M217685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the assigning is correct. An authorization object contains the authorization for a particular transaction (eg: VA01, VA02, etc). A profile is a collection of many such objects. This profile can either be attached directly to the user, or can be attached to a role which is attached to a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461280#M217685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461281#M217686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gopal,&lt;/P&gt;&lt;P&gt;   tell me ur id i send u a PPT file fordocumentations.&lt;/P&gt;&lt;P&gt;  chetan vishnoi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461281#M217686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461282#M217687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   My email id is : gopalbaliga@rediffmail.com&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   Please do send your PPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 04:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461282#M217687</guid>
      <dc:creator>gopalkrishna_baliga</dc:creator>
      <dc:date>2006-07-20T04:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461283#M217688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopal!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send me some documentation, please??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mail es mmiguez@scpec.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and regards,&lt;/P&gt;&lt;P&gt;Manuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 09:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461283#M217688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T09:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461284#M217689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chetan ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAn you Please send me the Documentation PPTs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijneel@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neelima Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 21:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461284#M217689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T21:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461285#M217690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt; this is prabhakar. pls send me  the ppt of difference btwn authorization object and authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my email id : prabhakarm06@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461285#M217690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461286#M217691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chetan &lt;/P&gt;&lt;P&gt;could u plz send me those ppts on apurva200@rediffmail.com&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461286#M217691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461287#M217692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, please send me the documentation too, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hernando&lt;/P&gt;&lt;P&gt;hepc@engineer.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 13:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461287#M217692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Authorization object class and Authorization group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461288#M217693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could someone send me the documentation, please?&lt;/P&gt;&lt;P&gt;rebeca.salmeron @gmail.com&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 09:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-authorization-object-class-and-authorization-group/m-p/1461288#M217693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T09:26:52Z</dc:date>
    </item>
  </channel>
</rss>

