<?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: Authority check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782437#M337179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i got the answer partially&lt;/P&gt;&lt;P&gt;my question now is can i restrict the users authorization based on the terminal that is the PC name ( for eg in network every pc will have a pc name).&lt;/P&gt;&lt;P&gt;for eg in sm04 tcode we have something terminal name.&lt;/P&gt;&lt;P&gt;can we restrict the user based on the terminal name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 08:57:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T08:57:11Z</dc:date>
    <item>
      <title>Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782430#M337172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; could you please tell me how to Authorize a executable program according to the Login User name.&lt;/P&gt;&lt;P&gt; In other words how to write authority check in the program.&lt;/P&gt;&lt;P&gt; second question is can i restrict a user based on his computer name (terminal name), how to do that.&lt;/P&gt;&lt;P&gt;Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782430#M337172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782431#M337173</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;chk here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw21c/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw21c/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-r3-basis/please-how-to-create-an-authorization-object-386391" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-r3-basis/please-how-to-create-an-authorization-object-386391&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782431#M337173</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-30T08:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782432#M337174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should have a authority object for this in order to restrict the execution based on user id,&lt;/P&gt;&lt;P&gt;authority object will be created by BASIS team.&lt;/P&gt;&lt;P&gt;you can implement it in your program using AUTHORITY-CHECK,&lt;/P&gt;&lt;P&gt;click on PATTERN, you have an option for AUTHORITY-CHECK give the object name there .&lt;/P&gt;&lt;P&gt;FIELD value determines the restriction level, &lt;/P&gt;&lt;P&gt;01-&amp;gt;create&lt;/P&gt;&lt;P&gt;02-&amp;gt;change&lt;/P&gt;&lt;P&gt;03-&amp;gt;display .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782432#M337174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782433#M337175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You need to create Authorization object and then in the transacion of the program you need to give the Authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782433#M337175</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-30T08:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782434#M337176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'S_TCODE'&lt;/P&gt;&lt;P&gt;             ID 'TCD' FIELD sy-tcode.&lt;/P&gt;&lt;P&gt;  IF ( sy-subrc NE 0 ).&lt;/P&gt;&lt;P&gt;    MESSAGE e030.&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;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782434#M337176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782435#M337177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever a transaction is started, the kernel uses the transaction code as the value to check against the authorization object. This check always takes place (from Rel. 3.0E) and cannot be deactivated by the developer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782435#M337177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782436#M337178</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 pass the User Id to check for authorization .&lt;/P&gt;&lt;P&gt;  authority-check object 'ZXXXXXX'&lt;/P&gt;&lt;P&gt;  id 'USER'    dummy ( Login User name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of name dummy pass the login user name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782436#M337178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782437#M337179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i got the answer partially&lt;/P&gt;&lt;P&gt;my question now is can i restrict the users authorization based on the terminal that is the PC name ( for eg in network every pc will have a pc name).&lt;/P&gt;&lt;P&gt;for eg in sm04 tcode we have something terminal name.&lt;/P&gt;&lt;P&gt;can we restrict the user based on the terminal name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 08:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/1782437#M337179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T08:57:11Z</dc:date>
    </item>
  </channel>
</rss>

