<?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 dynamic program output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735935#M1300751</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 problem regarding an application. In that I have to check the user's authorization before displaying screens. If he/she authorized to run that application I have to display the screens in change mode and if not I have to display the screens in display and disable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me what shell i do for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently I'm not doing this authorization check so all screens are in change mode. Now I want to do this authorization check in load of program event and there i have to check this authorization i think. but how should i do dynamical changes to my screens if he/she is not authorized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;g.s.naidu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 06:46:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T06:46:56Z</dc:date>
    <item>
      <title>dynamic program output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735935#M1300751</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 problem regarding an application. In that I have to check the user's authorization before displaying screens. If he/she authorized to run that application I have to display the screens in change mode and if not I have to display the screens in display and disable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me what shell i do for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently I'm not doing this authorization check so all screens are in change mode. Now I want to do this authorization check in load of program event and there i have to check this authorization i think. but how should i do dynamical changes to my screens if he/she is not authorized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;g.s.naidu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735935#M1300751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic program output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735936#M1300752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use command &lt;STRONG&gt;AUTHORITY-CHECK OBJECT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735936#M1300752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic program output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735937#M1300753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear naidu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SY-UNAME for determining user dynamically and then chose to display or change option in the coding part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735937#M1300753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic program output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735938#M1300754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First create an authorization object in t code SU21.&lt;/P&gt;&lt;P&gt;Then check in your code in the PBO of your screen is logged user(syuname) is auth. or not by AUTHORITY-CHECK statement.&lt;/P&gt;&lt;P&gt;Accordingly modify the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735938#M1300754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic program output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735939#M1300755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create an authorisation object and assign various activities to it.&lt;/P&gt;&lt;P&gt;Add this object in the roles of the various users and in your program check this object using 'AUTHORITY-CHECK'  statement and then call the screens accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-program-output/m-p/5735939#M1300755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:53:54Z</dc:date>
    </item>
  </channel>
</rss>

