<?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: Authorisation on reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989052#M73766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search the help function for keyword CHECK AUTHORITY ir use logical databases, the latter is taking authorisations automatically in effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 07:11:03 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2005-10-05T07:11:03Z</dc:date>
    <item>
      <title>Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989051#M73765</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;   Could any one give me a suggestion on the following issue,&lt;/P&gt;&lt;P&gt;       i have a requirement that i want to provide user autorisation on every single report,&lt;/P&gt;&lt;P&gt;That means a report can be viewed by an Authorised person in production system but at Presentation server all the available reports are made visible.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Azee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989051#M73765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989052#M73766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search the help function for keyword CHECK AUTHORITY ir use logical databases, the latter is taking authorisations automatically in effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989052#M73766</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2005-10-05T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989053#M73767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want users to be authorized to execute reports with SA38, than you should use authorization object &amp;lt;b&amp;gt;S_PROGRAM&amp;lt;/b&amp;gt;. You can limit authorizations for certain report groups. The Report group is a field from the program attributes. If it is not maintained, you can do it for customer reports.&lt;/P&gt;&lt;P&gt;If you want users to be authorized for certain transactions, then you can use the authorization object &amp;lt;b&amp;gt;S_TCODE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. If you find an answer useful, please assign reward point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989053#M73767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989054#M73768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the command AUTHORITY-CHECK OBJECT in all the program where you want control. Please check the documentation of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989054#M73768</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-05T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989055#M73769</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;in actvt maintain new field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create your own auth object under new auth class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in each report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just do AUTHORITY-CHECK for this object and field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcode a SU20, SU21 are used for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for complete detail serach forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for you requirement that you want it to be visible at presetation server, add one more if condition , to check which system it is. if prod , then do auth-check else .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;surpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989055#M73769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989056#M73770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi azee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use authority-check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click below link it may help you.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dbaccb35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dbaccb35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points for helpfull answer and close the thread if your question is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 07:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989056#M73770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T07:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989057#M73771</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 can use authority check for a particular Sales Organization, distribution channel, Division as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'V_VBAK_VKO'&lt;/P&gt;&lt;P&gt;         ID 'VKORG' FIELD '__________'&lt;/P&gt;&lt;P&gt;         ID 'VTWEG' FIELD '__________'&lt;/P&gt;&lt;P&gt;         ID 'SPART' FIELD '__________'&lt;/P&gt;&lt;P&gt;         ID 'ACTVT' FIELD '__________'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Baburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989057#M73771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989058#M73772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello azee azeeash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you think no one's ans here was helpful to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 03:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989058#M73772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T03:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989059#M73773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In production reports will be run using transactions right. For a transaction code you can assign an Authorisation Object.So a user having this authorisation object will only be able to run this transaction and hence view the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Binoo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if it helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 05:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989059#M73773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989060#M73774</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;       I thank all for giving me suggestions,&lt;/P&gt;&lt;P&gt;well, I got my problem solved with Authorisation-checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 08:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989060#M73774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T08:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation on reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989061#M73775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi azee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need of saying thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points for helpfull answers and close the thread since your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can reward points for helpfull answer by clicking the raido button on the left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 08:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-on-reports/m-p/989061#M73775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T08:55:38Z</dc:date>
    </item>
  </channel>
</rss>

