<?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 AUTHORITY CHECK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515461#M1067768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;     some user's dont have the authorization for some program/TC.&lt;/P&gt;&lt;P&gt;     i want to check it using program.&lt;/P&gt;&lt;P&gt;     is there any function module for AUTHORITY CHECK for program/TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 10:14:40 GMT</pubDate>
    <dc:creator>vallamuthu_madheswaran2</dc:creator>
    <dc:date>2008-10-06T10:14:40Z</dc:date>
    <item>
      <title>AUTHORITY CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515461#M1067768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;     some user's dont have the authorization for some program/TC.&lt;/P&gt;&lt;P&gt;     i want to check it using program.&lt;/P&gt;&lt;P&gt;     is there any function module for AUTHORITY CHECK for program/TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515461#M1067768</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2008-10-06T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: AUTHORITY CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515462#M1067769</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;u have follow like that...&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZPRCHK_NEW' :&lt;/P&gt;&lt;P&gt;         ID 'TCD' FIELD SY-TCODE&lt;/P&gt;&lt;P&gt;         ID 'BUKRS' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'PRCTR' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'SPART' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'WERKS' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'VKORG' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'EKORG' DUMMY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE TEXT-003 TYPE 'E'.&lt;/P&gt;&lt;P&gt;    LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515462#M1067769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: AUTHORITY CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515463#M1067770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this FM help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUSR_USER_AUTH_FOR_OBJ_GET - get list of auth objects for user&lt;/P&gt;&lt;P&gt;SUSR_AUTHORITY_CHECK_SIMULATE - simulate user auth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515463#M1067770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: AUTHORITY CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515464#M1067771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for TC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  authority-check object 'S_TCODE'
                      id 'TCD' field 'FB03'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515464#M1067771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: AUTHORITY CHECK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515465#M1067772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOLVED OWN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/4515465#M1067772</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2009-03-11T11:31:37Z</dc:date>
    </item>
  </channel>
</rss>

