<?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: re: authorization object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097291#M102464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   amit i added that authorized object into the role and i generated that role.  Then other than me able to access that field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 09:34:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-06T09:34:10Z</dc:date>
    <item>
      <title>re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097287#M102460</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 have created authorizatin field for authorization object and class.  So now how can i add this authorizationh object for a particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 08:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097287#M102460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097288#M102461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where ever you need to restrict..&lt;/P&gt;&lt;P&gt;by providing the piece of code...&lt;/P&gt;&lt;P&gt;in initalization &lt;/P&gt;&lt;P&gt;authority-check object 'V_VTTK_SHT'&lt;/P&gt;&lt;P&gt;           id 'ACTVT' field  '02'&lt;/P&gt;&lt;P&gt;           id 'SHTYP' dummy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e059(zz).&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097288#M102461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097289#M102462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paluri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what i understand is that u &lt;/P&gt;&lt;P&gt;   want to provide rights to a user&lt;/P&gt;&lt;P&gt;  for your authoirsation object.&lt;/P&gt;&lt;P&gt;  (not how to use in abap using authority-check)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. well for that u have to  assign&lt;/P&gt;&lt;P&gt;   thru roles:&lt;/P&gt;&lt;P&gt;  use tcode PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  in that u have to select/enter a role&lt;/P&gt;&lt;P&gt;3. There after u can add a authorisation&lt;/P&gt;&lt;P&gt;   object manually and provide&lt;/P&gt;&lt;P&gt;  the rights - field wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the basis team might help you for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097289#M102462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097290#M102463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; for a particular user we have three ways of authorization check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Authorization &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Enter in the user master record or part of an authorization profile. An authorization comprises complete or generic values for the authorization fields in an authorization object. The combination determines the activities with which a user can access certain data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance in transaction SU03 or generation from transaction PFCG (profile generator for role maintenance). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Authorization Profile &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Grouping of several individual authorizations or further authorization profiles. Can be entered in the user master record instead of individual authorizations. An authorization can be assigned to authorization profiles as often as you wish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance in transaction SU02 or generation from transaction PFCG (profile generator for role maintenance). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;User Master Record &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The existence of a user master record is a prerequisite for logon to an SAP system. The master record determines which actions a user is allowed to execute and which authorizations they are assigned. Default settings, such as the format in which decimal places are displayed in lists, are also stored in the user master record. An authorization profile can be assigned to users as often as you wish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance in transaction SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097290#M102463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097291#M102464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   amit i added that authorized object into the role and i generated that role.  Then other than me able to access that field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097291#M102464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097292#M102465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. well, it depends &lt;/P&gt;&lt;P&gt;   to which which users&lt;/P&gt;&lt;P&gt;    this Role has been assigned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This information is available in the same tcode &lt;/P&gt;&lt;P&gt;   PFCG.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097292#M102465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097293#M102466</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 created authorization object zemp and added the dataelement for that empno.  And i added &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZEMP'&lt;/P&gt;&lt;P&gt;                ID 'EMPNO'  FIELD  A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;   MESSAGE E000(ZEN).&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for what field values  i can restrict the user and how can i add those restricted values to that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097293#M102466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: re: authorization object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097294#M102467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. use tcode PFCG&lt;/P&gt;&lt;P&gt;   to create/modify role&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In that there is one tab - AUTHORIZATIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In this tab, at below,&lt;/P&gt;&lt;P&gt;   there is a Display Button&lt;/P&gt;&lt;P&gt;   Click That.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.  A new screen will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.  From this screen u can ADD the authorisation object.&lt;/P&gt;&lt;P&gt;6.  When adding, it will also ask&lt;/P&gt;&lt;P&gt;    the Values of the respective fields,&lt;/P&gt;&lt;P&gt;    for which the user needs to be given authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   eg. for field BUKRS, it will ask&lt;/P&gt;&lt;P&gt;   1000, 1100, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7 In your program u can restrict the user&lt;/P&gt;&lt;P&gt;   only by checking the value of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Authority-check.&lt;/P&gt;&lt;P&gt; eg user has entered 1100 in bUKRS,&lt;/P&gt;&lt;P&gt;  and he does not have right for 1100, &lt;/P&gt;&lt;P&gt;  sy-subrc &amp;lt;&amp;gt; 0,&lt;/P&gt;&lt;P&gt;  check here, and proceed accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. u can give warning/error message  etc.&lt;/P&gt;&lt;P&gt;9. I still feel, that basis team might help&lt;/P&gt;&lt;P&gt;   u with PFCG tcode&lt;/P&gt;&lt;P&gt;  (bcos it is their daily routine job)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 10:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-authorization-object/m-p/1097294#M102467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T10:06:10Z</dc:date>
    </item>
  </channel>
</rss>

