<?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 SU24 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636892#M606763</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;What is the difference between checking and check&amp;amp;Maintain options for a Tcode in SU24?&lt;/P&gt;&lt;P&gt;Please clarify me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 11:46:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T11:46:07Z</dc:date>
    <item>
      <title>SU24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636892#M606763</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;What is the difference between checking and check&amp;amp;Maintain options for a Tcode in SU24?&lt;/P&gt;&lt;P&gt;Please clarify me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636892#M606763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: SU24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636893#M606764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From SAP Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/EN/52/671470439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/EN/52/671470439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, this is only relevant if there is an AUTHORITY-CHECK statement in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636893#M606764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: SU24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636894#M606765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama,&lt;/P&gt;&lt;P&gt;The check of a specific authorization object during the course of a transaction cannot ne enforced simply by maintaining the object in tables USOBT_C and USOBX_C. Instead, the check indicators in table USOBX_C only define how the system responds to the authorization checks that are contained in the ABAP coding of the respective transaction.&lt;/P&gt;&lt;P&gt;-Checking: The check is always performed. The object is not proposed in the Profile Generator.&lt;/P&gt;&lt;P&gt;-Check/Maintain: The check is always performed. The object is proposed for maintenance in the Profile Generator.&lt;/P&gt;&lt;P&gt;Remember, that you should never manually add authorizations in the Profile Generator -only in exceptional cases. Instead, you should always use transaction code SU24 to add the corresponding authorizations to table USOBT_C.&lt;/P&gt;&lt;P&gt;I hope helps you.&lt;/P&gt;&lt;P&gt;Regards, Leandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636894#M606765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: SU24</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636895#M606766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rama,&lt;/P&gt;&lt;P&gt;Basically &lt;/P&gt;&lt;P&gt;Check - The object is checked by SAP but when you create a Role for this transaction it will not automatically enter this object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check/Maintain - The object is checked by SAP and when adding the transaction to a Role, the object is entered with its default values already maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 17:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su24/m-p/2636895#M606766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T17:34:04Z</dc:date>
    </item>
  </channel>
</rss>

