<?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: authorization object per systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993813#M1163073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Netweaver "Basis" AS ABAP for example has it's objects, regardless of which components are installed. E.g. S_DEVELOP, S_DATASET, S_RFC, etc etc etc. See the BC* classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application components also have their own objects (assigned to the packages of those components). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does provide some roles as templates and profiles to get you started if you have nothing else (E.g. the SAP* roles and SAP_ALL profile), as well as portal roles for which you need to build the backend authorization for, as well as nothing other than the SU24 check proposals from which you need to building your own role from scratch depending on your business process design (choice of transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, absolutely nothing is delivered except the coding. Those are the real buggers.&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>Sun, 11 Jan 2009 10:16:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-11T10:16:34Z</dc:date>
    <item>
      <title>authorization object per systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993810#M1163070</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There is different authorization  object in different systems (like R3 BW CRM) .&lt;/P&gt;&lt;P&gt;2. When we get  R3 system we get out of the box au&lt;STRONG&gt;thorization object  and roles&lt;/STRONG&gt; like for admin ...&lt;/P&gt;&lt;P&gt;or we have to build it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 09:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993810#M1163070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object per systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993811#M1163071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Some yes, some no.&lt;/P&gt;&lt;P&gt;2) Some yes, mostly no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 10:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993811#M1163071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object per systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993812#M1163072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you can give a little bit detail about it or reference that can help for my questions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 10:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993812#M1163072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object per systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993813#M1163073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Netweaver "Basis" AS ABAP for example has it's objects, regardless of which components are installed. E.g. S_DEVELOP, S_DATASET, S_RFC, etc etc etc. See the BC* classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application components also have their own objects (assigned to the packages of those components). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does provide some roles as templates and profiles to get you started if you have nothing else (E.g. the SAP* roles and SAP_ALL profile), as well as portal roles for which you need to build the backend authorization for, as well as nothing other than the SU24 check proposals from which you need to building your own role from scratch depending on your business process design (choice of transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, absolutely nothing is delivered except the coding. Those are the real buggers.&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>Sun, 11 Jan 2009 10:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-per-systems/m-p/4993813#M1163073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T10:16:34Z</dc:date>
    </item>
  </channel>
</rss>

