<?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: Export GUI activity authorisation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096549#M1814536</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 you do Where used for S_GUI object you will see that it's not used on many places. So you could introduce new authorization object with more granular access control (e.g. transaction code) and then use enhancement framework to add check for this new object everywhere where S_GUI is checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 22:51:46 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2014-02-10T22:51:46Z</dc:date>
    <item>
      <title>Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096547#M1814534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to authorize a user for quotations and sales order pdf export but to restrict the excel export of a specific report for the same user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that S_GUI authorisation is responsible for document export. But I don't know how to allow the 61 Export activity for some transactions and to exclude it for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to define two different roles, one with and the other without S_GUI 61 Export authorisation.&lt;/P&gt;&lt;P&gt;If I assign only one role at a time than the user has the authorisation according with the role . If I assign both roles to the same user them he has authorisation for all exports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what can be done to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 14:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096547#M1814534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096548#M1814535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact that the S_GUI object only has one field should already tell you that you can not restrict on specific files. So for downloading via the front end it is an all-or-nothing situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there's an option to download the pdf's to a different file/server/location regularly so the user can pick them up from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jurjen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096548#M1814535</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2014-02-10T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096549#M1814536</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 you do Where used for S_GUI object you will see that it's not used on many places. So you could introduce new authorization object with more granular access control (e.g. transaction code) and then use enhancement framework to add check for this new object everywhere where S_GUI is checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 22:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096549#M1814536</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-02-10T22:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096550#M1814537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is your own report, then you can very easily control it via the user command to create the PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is then a functional restriction of the command which clears the field value and not something authorization dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a standard transaction then you will have more success using sy-repid and sy-dynnr to clear the field as a condition than sy-tcode (my opinion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 23:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096550#M1814537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T23:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096551#M1814538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not my report. I'm not an ABAP programmer.&lt;/P&gt;&lt;P&gt;I'm doing only the authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096551#M1814538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-12T15:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096552#M1814539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the proposed solution.&lt;/P&gt;&lt;P&gt;As I said to Julius I'm doing only the authorisation. No enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096552#M1814539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-12T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Export GUI activity authorisation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096553#M1814540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jurjen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right. It's an all-or-nothing situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created a new user only for reports whit no export authorisation.&lt;/P&gt;&lt;P&gt;For the existing users we exclude the reports and kept the sales transaction with export authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-gui-activity-authorisation/m-p/10096553#M1814540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-12T15:23:11Z</dc:date>
    </item>
  </channel>
</rss>

