<?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 Authority  check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528511#M1750339</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 created an Authorization object using SU21. &lt;/P&gt;&lt;P&gt;In the object say ZGE_FITEST&amp;nbsp; I included &lt;/P&gt;&lt;P&gt;Fields SAKNR -&amp;gt; G/L Account Number (value 89000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ACTVT&amp;nbsp; -&amp;gt; show &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Transaction PFCG i included manually in the Roll of a user this Object&lt;/P&gt;&lt;P&gt;My intention is athat the user is only authorized to see bookings only in this Account&lt;/P&gt;&lt;P&gt;and change no values or see any values on any other accounts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the Authorization check is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can an body help.&lt;/P&gt;&lt;P&gt;I am very grateful for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 11:56:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-11T11:56:47Z</dc:date>
    <item>
      <title>Authority  check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528511#M1750339</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 created an Authorization object using SU21. &lt;/P&gt;&lt;P&gt;In the object say ZGE_FITEST&amp;nbsp; I included &lt;/P&gt;&lt;P&gt;Fields SAKNR -&amp;gt; G/L Account Number (value 89000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ACTVT&amp;nbsp; -&amp;gt; show &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Transaction PFCG i included manually in the Roll of a user this Object&lt;/P&gt;&lt;P&gt;My intention is athat the user is only authorized to see bookings only in this Account&lt;/P&gt;&lt;P&gt;and change no values or see any values on any other accounts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the Authorization check is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can an body help.&lt;/P&gt;&lt;P&gt;I am very grateful for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528511#M1750339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-11T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528512#M1750340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you add this new authorization object to a transaction? how shall SAP know that this new object&amp;nbsp; is to be checked? &lt;/P&gt;&lt;P&gt;in SU24 you can assign it to a transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528512#M1750340</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2013-06-11T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528513#M1750341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you add your own authority-check(s) in some BAdI or validation rule, if no, nothing will happen.&lt;/P&gt;&lt;P&gt;(Some Authority check are implicitaly executed like S_TCODE when calling a transaction, but most must be coded with statement AUTHORITY-CHECK and some FMs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you must add your check in some BAdI, Enhancement or rules so the authority-check get performed, also you must code the reaction of the reports and programs, like ignoring or deleting some data, no pain...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also perform some search on field BEGRU (in tables like KNA1, KNB1, LFA1, LFB1, SKB1, etc.) this field is used in some standard authorization-checks and is an attribute of account numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check/m-p/9528513#M1750341</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-11T12:50:48Z</dc:date>
    </item>
  </channel>
</rss>

