<?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: Authorization Object in Z Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161864#M1515974</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to write some ABAP Code to handle the requirement.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could handle this requirement with ABAP, but you don't have to.  Pawan's suggestion will use the standard authorisation concept and generated maintenance screen without additional ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 13:41:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-11T13:41:04Z</dc:date>
    <item>
      <title>Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161858#M1515968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z table and I need to create and assign an Authorization group to the table. The requirement is like, say, if there are 10 users who belong to this particluar Authorization group, then 5 users should be given display and change authorization. And the remaining 5 users should be given only display authorization &amp;amp; no change authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body please let me know how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neethu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161858#M1515968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T09:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161859#M1515969</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;try this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to sell-&amp;gt; enter table name &lt;DEL&gt;&amp;gt; go to table maintainance generator&lt;/DEL&gt;&amp;gt;gop to menu --&amp;gt; Environment&lt;/P&gt;&lt;P&gt;                   &lt;DEL&gt;&amp;gt;Authorization&lt;/DEL&gt;&amp;gt;assign Authorization Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for same authorization gorup making some people Display &amp;amp; some for Maintainace will not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want like that you need two authorization gorups or Custome code inside the table maintinace to make display&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;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161859#M1515969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161860#M1515970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I have created a Z table and I need to create and assign an Authorization group to the table. The requirement is like, say, if there are 10 users who belong to this particluar Authorization group, then 5 users should be given display and change authorization. And the remaining 5 users should be given only display authorization &amp;amp; no change authorization.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming users are accessing the table content using SM30 (or SM30 parameterised transaction) you can use authority object S_TABU_DIS to control change mode. User who are suppose to change content should have authority object S_TABU_DIS with following values in their role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_DIS&lt;/P&gt;&lt;P&gt;ACTVT = 02&lt;/P&gt;&lt;P&gt;DICBERCLS = AUTH_GRP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for display only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_DIS&lt;/P&gt;&lt;P&gt;ACTVT = 03&lt;/P&gt;&lt;P&gt;DICBERCLS = AUTH_GRP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where AUTH_RP is authorization group assigned to table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Aug 9, 2010 4:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 10:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161860#M1515970</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2010-08-09T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161861#M1515971</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;You can assign the custom authorizaiton group as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11-&amp;gt;Table name-&amp;gt;Change-&amp;gt;Menu-Utilities-&amp;gt;Assign Authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have the relevant authorization to the users for this custom authorization group(For few change and for few display only). This can be done by the Basis person. So get in touch with him to assingn the authorization to the custom auth grp.&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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 14:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161861#M1515971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161862#M1515972</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;You can assign the authorisation group to Ztable using SE54 or Table maintainance option in Ultilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the authorisation group is created , then S&amp;amp;A team will be adding the users to the list. this will be including the roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161862#M1515972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161863#M1515973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neethu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to write some ABAP Code to handle the requirement.&lt;/P&gt;&lt;P&gt;You can Use the table Events for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO se11 -&amp;gt; Table Name-&amp;gt; display&lt;DEL&gt;&amp;gt;Utilites&lt;/DEL&gt;&amp;gt; Table Maintenance Genrator &lt;DEL&gt;&amp;gt;Environment&lt;/DEL&gt;&amp;gt; Modification--&amp;gt;Events.&lt;/P&gt;&lt;P&gt;Than click on New Entries and u select any event(trough f4) and write code inside it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will solve the purpose.&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;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 13:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161863#M1515973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161864#M1515974</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to write some ABAP Code to handle the requirement.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could handle this requirement with ABAP, but you don't have to.  Pawan's suggestion will use the standard authorisation concept and generated maintenance screen without additional ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 13:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161864#M1515974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T13:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object in Z Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161865#M1515975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neethu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this by creating a maintenance View. There you can specify authorization group. Now its job of the basis person to give access for a group of users to access this table. you can just inform the basis guy about the authorization group and tell him for which users you want display &amp;amp; change access.. he will assign roles to these users and then assign them to this auth obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 09:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-in-z-table/m-p/7161865#M1515975</guid>
      <dc:creator>former_member193284</dc:creator>
      <dc:date>2010-09-03T09:04:28Z</dc:date>
    </item>
  </channel>
</rss>

