<?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 question (basic) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725473#M1456216</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;The activities aren't accumulate, but just as I said you need to use the same object several times with different activieties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've create a test profile with the object FI_BKPF_BUK, I use it twice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A) Activity: 03, BUKRS = A&lt;/P&gt;&lt;P&gt;- B) Activity: 02, BUKRS = B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I've created a report in order to test this profile: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.parameters: p_buk type t001-bukrs.

AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
         ID 'BUKRS' FIELD p_buk
         ID 'ACTVT' FIELD '03'.
write: '03', sy-subrc.

AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
         ID 'BUKRS' FIELD p_buk
         ID 'ACTVT' FIELD '02'.
write: / '02', sy-subrc. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run (for a particular user having the profile above) that report for the company code A the result is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03 0&lt;/P&gt;&lt;P&gt;02 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run it for the company code B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03 4&lt;/P&gt;&lt;P&gt;02 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 15:08:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-16T15:08:16Z</dc:date>
    <item>
      <title>Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725469#M1456212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A small authorisation question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User A can change documents of cc 1000&lt;/P&gt;&lt;P&gt;User B can change documents of cc 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to give both users also display rights to the other company documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &lt;/P&gt;&lt;P&gt;User A can change documents of cc 1000 and view documents of cc 2000.&lt;/P&gt;&lt;P&gt;User B can change documents of cc 2000 and view documents of cc 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this cumulative? According to SAP rules can user A now CHANGE documents from cc 1000 AND cc 2000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone verify this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 14:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725469#M1456212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725470#M1456213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no..user A can not change in both company codes. He can change in the CC where he has ACTIVITY = 2(change) in authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 14:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725470#M1456213</guid>
      <dc:creator>ramesh_mahankali</dc:creator>
      <dc:date>2010-03-16T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725471#M1456214</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;Try to assigne the authorization object twice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the first one having DISPLAY as only action&lt;/P&gt;&lt;P&gt;- the Second one having CREATE/CHANGE as only actions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 14:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725471#M1456214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T14:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725472#M1456215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so there's no talk about cumulation of activities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User A - CC 1000 &amp;amp; 2000 - Activities 1 &amp;amp; 2&lt;/P&gt;&lt;P&gt;User B - CC 1000 &amp;amp; 2000 - Activities 1 &amp;amp; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So both users max activity in both CC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have proof or facts on this please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 14:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725472#M1456215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725473#M1456216</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;The activities aren't accumulate, but just as I said you need to use the same object several times with different activieties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've create a test profile with the object FI_BKPF_BUK, I use it twice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A) Activity: 03, BUKRS = A&lt;/P&gt;&lt;P&gt;- B) Activity: 02, BUKRS = B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I've created a report in order to test this profile: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.parameters: p_buk type t001-bukrs.

AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
         ID 'BUKRS' FIELD p_buk
         ID 'ACTVT' FIELD '03'.
write: '03', sy-subrc.

AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
         ID 'BUKRS' FIELD p_buk
         ID 'ACTVT' FIELD '02'.
write: / '02', sy-subrc. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run (for a particular user having the profile above) that report for the company code A the result is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03 0&lt;/P&gt;&lt;P&gt;02 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run it for the company code B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;03 4&lt;/P&gt;&lt;P&gt;02 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 15:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725473#M1456216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation question (basic)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725474#M1456217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 15:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-question-basic/m-p/6725474#M1456217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T15:28:09Z</dc:date>
    </item>
  </channel>
</rss>

