<?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 groups in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539000#M245714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing you need to do is assign authorizations to the users who are supposed to change or execute the program. Add authorizations to objects S_PROGRAM and S_DEVELOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assignment of a program to an authorization group plays a role when the system checks whether the user is authorized to:                                                                                &lt;/P&gt;&lt;P&gt;o   Execute a program                                                  &lt;/P&gt;&lt;P&gt;      &amp;gt; Authorization object S_PROGRAM                                                                                &lt;/P&gt;&lt;P&gt;o   Edit a program (-Include) in the ABAP Workbench                    &lt;/P&gt;&lt;P&gt;      &amp;gt; Authorization object S_DEVELOP                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 07:43:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T07:43:28Z</dc:date>
    <item>
      <title>Authorization groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1538998#M245712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created authorization groups, I attached this in &lt;/P&gt;&lt;P&gt;for a program in SE38 attribute,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question what are the next steps need to perform to &lt;/P&gt;&lt;P&gt;restrict the access to this program using this authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Keith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 07:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1538998#M245712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T07:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1538999#M245713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to call like this &lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'Z_UNIT_OFF'&lt;/P&gt;&lt;P&gt;             ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;             ID 'VKGRP' FIELD I_AUTH_VKGRP-VKGRP.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 07:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1538999#M245713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T07:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539000#M245714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing you need to do is assign authorizations to the users who are supposed to change or execute the program. Add authorizations to objects S_PROGRAM and S_DEVELOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assignment of a program to an authorization group plays a role when the system checks whether the user is authorized to:                                                                                &lt;/P&gt;&lt;P&gt;o   Execute a program                                                  &lt;/P&gt;&lt;P&gt;      &amp;gt; Authorization object S_PROGRAM                                                                                &lt;/P&gt;&lt;P&gt;o   Edit a program (-Include) in the ABAP Workbench                    &lt;/P&gt;&lt;P&gt;      &amp;gt; Authorization object S_DEVELOP                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 07:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539000#M245714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539001#M245715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization group 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>Wed, 02 Aug 2006 08:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539001#M245715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization groups</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539002#M245716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/6e/eb949c2d7911d4b5bf006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/6e/eb949c2d7911d4b5bf006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-groups/m-p/1539002#M245716</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-08-02T08:45:35Z</dc:date>
    </item>
  </channel>
</rss>

