<?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 How to find which custom program uses authorization checks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-which-custom-program-uses-authorization-checks/m-p/7901467#M1596863</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 been asked to find out which custom ABAP program in our organization is using Authorizations checks and which is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there are thousands of custom programs I will need to automatize this process somehow.  But I am not an ABAP expert and I will need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any of you give me an idea of what would be the best strategy to find out if authorization objects/checks exist in a number of ABAP programs?  (would a simple text search do?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Aldo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2011 16:22:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-16T16:22:39Z</dc:date>
    <item>
      <title>How to find which custom program uses authorization checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-which-custom-program-uses-authorization-checks/m-p/7901467#M1596863</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 been asked to find out which custom ABAP program in our organization is using Authorizations checks and which is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there are thousands of custom programs I will need to automatize this process somehow.  But I am not an ABAP expert and I will need some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any of you give me an idea of what would be the best strategy to find out if authorization objects/checks exist in a number of ABAP programs?  (would a simple text search do?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Aldo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 16:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-which-custom-program-uses-authorization-checks/m-p/7901467#M1596863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-16T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find which custom program uses authorization checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-which-custom-program-uses-authorization-checks/m-p/7901468#M1596864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking out for Authorization related to Execution of any program, then look for entries in table TRDIR where field SECU (Authorization Group) is not blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below SAP documentation may help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization Group&lt;/P&gt;&lt;P&gt;Authorization group to which the program is assigned.&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;&lt;/P&gt;&lt;P&gt;Execute a program&lt;/P&gt;&lt;P&gt;--&amp;gt; Authorization object S_PROGRAM&lt;/P&gt;&lt;P&gt;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;Programs that are not assigned to an authorization group are not protected against display and execution.&lt;/P&gt;&lt;P&gt;Security-related programs should, therefore, always be assigned to an authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report RSCSAUTH can also be used to assign programs to authorization groups. This report is documented in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 17:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-which-custom-program-uses-authorization-checks/m-p/7901468#M1596864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-16T17:56:26Z</dc:date>
    </item>
  </channel>
</rss>

