<?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/2804746#M655308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do the Authority Check in INITIALIZATION event instead of AT SELECTION SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt; When the check fails ..  give a sucess message and then write LEAVE PROGRAM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 12:58:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T12:58:12Z</dc:date>
    <item>
      <title>authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804745#M655307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i have a standard selection screen in my program. i need to check authority object before showing the screen. i have wrriten the code for authority check in AT SELECTION SCREEN OUTPUT. here in my program i will get the input/output fields texts from this AT SELECTION SCREEN OUTPUT. here authority check is working properly but the problem is when the authority check is failed i am displaying a message of type E. In the background of this message(popup) it is displaying the screen also in that place i need empty background &lt;/P&gt;&lt;P&gt;   can any one help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804745#M655307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804746#M655308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do the Authority Check in INITIALIZATION event instead of AT SELECTION SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt; When the check fails ..  give a sucess message and then write LEAVE PROGRAM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804746#M655308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804747#M655309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well thats not the common practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why would you permit someone to see a selection screen?&lt;/P&gt;&lt;P&gt;normally you just avoid that he can go on.&lt;/P&gt;&lt;P&gt;anyway normal practice would be to create a trasaktion for your report. Transactions can be checked against authority object and he wouldnt even be able to get to the TA.&lt;/P&gt;&lt;P&gt;BUT if the user has the right for SE38 and the right to RUN reports he can see it as well, so talk to your basis guys about that subject.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804747#M655309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: authority check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804748#M655310</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 use the authority chcek in AT SELECTION SCREEN OUTPUT only but if authority chcek fails before raising the error messageHide all elements of screen by using LOOP AT SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCREEN-ATIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this way you wont get the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly reward for helpfull answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Tanweer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804748#M655310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:05: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/2804749#M655311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, problem solved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/2804749#M655311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:24:14Z</dc:date>
    </item>
  </channel>
</rss>

