<?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: Authorization grpup for Command Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343869#M801682</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;when the report is started check for authority for the user to execute the transaction.&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT auth_obj [FOR USER user] &lt;/P&gt;&lt;P&gt;                        ID id1 {FIELD val1}|DUMMY &lt;/P&gt;&lt;P&gt;                       [ID id2 {FIELD val2}|DUMMY] &lt;/P&gt;&lt;P&gt;                        ... &lt;/P&gt;&lt;P&gt;                       [ID id10 {FIELD val10}|DUMMY]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this authority check fails:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status &amp;lt;ur pf status&amp;gt; excluding &amp;lt;function code for command button&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 14:05:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T14:05:13Z</dc:date>
    <item>
      <title>Authorization grpup for Command Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343867#M801680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am keeping the one command button name is EMAIl in application tool bar. I want to create auth group those who have auth to execute this Email button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other users this command should be not seen. only auth users to see this button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create authgroup for command button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 13:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343867#M801680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization grpup for Command Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343868#M801681</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 use transaction SE54 or simply in the program attribute you can type in a name for the group and it will get created into TPGP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also use program RSCSAUTH to assing authorization group to programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for disabling the button, u ca't do just by using authorozation group, u have d it through coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you can check the authorization group and then checking the sy-subrc and then u can disable by using ur PF-status for that particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 14:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343868#M801681</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2008-01-30T14:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization grpup for Command Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343869#M801682</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;when the report is started check for authority for the user to execute the transaction.&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT auth_obj [FOR USER user] &lt;/P&gt;&lt;P&gt;                        ID id1 {FIELD val1}|DUMMY &lt;/P&gt;&lt;P&gt;                       [ID id2 {FIELD val2}|DUMMY] &lt;/P&gt;&lt;P&gt;                        ... &lt;/P&gt;&lt;P&gt;                       [ID id10 {FIELD val10}|DUMMY]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this authority check fails:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status &amp;lt;ur pf status&amp;gt; excluding &amp;lt;function code for command button&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 14:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-grpup-for-command-button/m-p/3343869#M801682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T14:05:13Z</dc:date>
    </item>
  </channel>
</rss>

