<?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: table authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559037#M583494</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;Have alook at following tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User administration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR01			User master&lt;/P&gt;&lt;P&gt;USR02			Logon data&lt;/P&gt;&lt;P&gt;USR03			User address data&lt;/P&gt;&lt;P&gt;USR04			User master authorizations&lt;/P&gt;&lt;P&gt;USR11			User Master Texts for Profiles (USR10)&lt;/P&gt;&lt;P&gt;UST12			User master: Authorizations&lt;/P&gt;&lt;P&gt;USR12			User master authorization values&lt;/P&gt;&lt;P&gt;USR13			Short Texts for Authorizations&lt;/P&gt;&lt;P&gt;USR40			Prohibited passwords&lt;/P&gt;&lt;P&gt;TOBJ			Objects&lt;/P&gt;&lt;P&gt;TOBC			Authorization Object Classes&lt;/P&gt;&lt;P&gt;TPRPROF		                Profile Name for Activity Group&lt;/P&gt;&lt;P&gt;DEVACCESS		Table for development user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 09:44:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T09:44:05Z</dc:date>
    <item>
      <title>table authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559034#M583491</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;&lt;/P&gt;&lt;P&gt;I want to give authorization to users only for certain customized table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what can be the procedure for it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it necessary to create authorization group ? If so what can be the procedure for it. Please breif me detailly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking  for your kind help in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Sanjeev.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559034#M583491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: table authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559035#M583492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        U can do it. Goto SE11 and enter the table name. Now, from menu choose Utilities--&amp;gt;table maintenance generator..Here specify the authorization group and activate the same.&lt;/P&gt;&lt;P&gt;Now, U can assign users to this specified authorization group. so that onlt those users can access the table for maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559035#M583492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: table authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559036#M583493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Create an Authorization Object and assign it &lt;/P&gt;&lt;P&gt;see the doc on authorization concept&lt;/P&gt;&lt;P&gt;In general different users will be given different authorizations based on their role in the orgn.&lt;/P&gt;&lt;P&gt;We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.&lt;/P&gt;&lt;P&gt;USe SUIM and SU21 T codes for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means you have to allocate an authorization object in the definition of the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program an AUTHORITY-CHECK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT &amp;lt;authorization object&amp;gt; &lt;/P&gt;&lt;P&gt;ID &amp;lt;authority field 1&amp;gt; FIELD &amp;lt;field value 1&amp;gt;. &lt;/P&gt;&lt;P&gt;ID &amp;lt;authority field 2&amp;gt; FIELD &amp;lt;field value 2&amp;gt;. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;ID &amp;lt;authority-field n&amp;gt; FIELD &amp;lt;field value n&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OBJECT parameter specifies the authorization object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ID parameter specifies an authorization field (in the authorization object). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FIELD parameter specifies a value for the authorization field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You program the authorization check using the ABAP statement AUTHORITY-CHECK.&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'S_TRVL_BKS' &lt;/P&gt;&lt;P&gt;ID 'ACTVT' FIELD '02' &lt;/P&gt;&lt;P&gt;ID 'CUSTTYPE' FIELD 'B'. &lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;MESSAGE E... &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'S_TRVL_BKS' is a auth. object&lt;/P&gt;&lt;P&gt;ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This Authorization concept is somewhat linked with BASIS people.&lt;/P&gt;&lt;P&gt;As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.&lt;/P&gt;&lt;P&gt;Take the help of the basis Guy and create and use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;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>Tue, 17 Jul 2007 09:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559036#M583493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: table authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559037#M583494</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;Have alook at following tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User administration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR01			User master&lt;/P&gt;&lt;P&gt;USR02			Logon data&lt;/P&gt;&lt;P&gt;USR03			User address data&lt;/P&gt;&lt;P&gt;USR04			User master authorizations&lt;/P&gt;&lt;P&gt;USR11			User Master Texts for Profiles (USR10)&lt;/P&gt;&lt;P&gt;UST12			User master: Authorizations&lt;/P&gt;&lt;P&gt;USR12			User master authorization values&lt;/P&gt;&lt;P&gt;USR13			Short Texts for Authorizations&lt;/P&gt;&lt;P&gt;USR40			Prohibited passwords&lt;/P&gt;&lt;P&gt;TOBJ			Objects&lt;/P&gt;&lt;P&gt;TOBC			Authorization Object Classes&lt;/P&gt;&lt;P&gt;TPRPROF		                Profile Name for Activity Group&lt;/P&gt;&lt;P&gt;DEVACCESS		Table for development user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559037#M583494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: table authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559038#M583495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you just brief me out what is the procedure to create authorization group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where we can assign this authorization group in pfcg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjeev.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 09:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-authorization/m-p/2559038#M583495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T09:47:02Z</dc:date>
    </item>
  </channel>
</rss>

