<?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: Authority  Check  Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222382#M1207538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's why I was thinking that someone has changed the authorization objects and NOT the coding. Try to check via PFCG, SU20 or SU21&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 18:12:34 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-02-19T18:12:34Z</dc:date>
    <item>
      <title>Authority  Check  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222379#M1207535</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;we have 3 clients 140 = Dev, 200 = QAS and 300 = PRD, in 140 i've created some authorization object for the BUKRS field for each company of the group, 7 authorization object, each one has a role assigned to an user and yesterday it worked OK, each user just can see the data of its own company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS  p_bukrs LIKE glpct-rbukrs OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE p_bukrs.&lt;/P&gt;&lt;P&gt;  WHEN '1101'.&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'Z_1101'&lt;/P&gt;&lt;P&gt;             ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;             ID 'Z1101' FIELD p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WHEN '1202'.&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'Z_1202'&lt;/P&gt;&lt;P&gt;             ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;             ID 'Z1202' FIELD p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WHEN '1303'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'Z_1303'&lt;/P&gt;&lt;P&gt;             ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;             ID 'Z1303' FIELD p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WHEN '1402'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'Z_1402'&lt;/P&gt;&lt;P&gt;             ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;             ID 'Z1402' FIELD p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WHEN '1505'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so....................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now today, every user can see the data of all companies in 140, the same happens whe we transport to QAS the objects and create the roles, it doesn´t respect the roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be happen..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks on advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 17:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222379#M1207535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T17:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  Check  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222380#M1207536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think that something more in the line of the authorization object has changed. So, might be good to check these first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222380#M1207536</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-19T18:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  Check  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222381#M1207537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i haven´t touched the code since yesterday, it worked ok, today it ignores the authority checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222381#M1207537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  Check  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222382#M1207538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's why I was thinking that someone has changed the authorization objects and NOT the coding. Try to check via PFCG, SU20 or SU21&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222382#M1207538</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-19T18:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authority  Check  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222383#M1207539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i checked them and are ok... no changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-problem/m-p/5222383#M1207539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:14:56Z</dc:date>
    </item>
  </channel>
</rss>

