<?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 Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641873#M1092674</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;   adding to rakesh's reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in R/3 if the check indicators are maintained properly, there wont be any necessity to add an authorization object manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and mostly we are required to do it for the HR transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; take an example of hr transaction PE03, now for this we do not have authorization object P_ORGIN OR P_ORGXX maintained, where we have to insert manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 05:00:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T05:00:29Z</dc:date>
    <item>
      <title>Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641870#M1092671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am bit confused about authorisation objects, when do we add them manually in a role? Is authorisation check is performed in these manually added objects? In what scenarios we add new auth object to a tcode through su24? Please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answere are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 04:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641870#M1092671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T04:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641871#M1092672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_banking463/helpdata/en/5c/deaa74d3d411d3970a0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_banking463/helpdata/en/5c/deaa74d3d411d3970a0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 04:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641871#M1092672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T04:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641872#M1092673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding manually adding auth object to a role, if any user faces problem like he is not authorized to some authorization object or in missing authorizations cases we will be adding auth objects to a role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other case is like if you add suppose some transaction sM30 to menu tab of pfcg you will get s_Tabu_dis auth objects automatically popped up in your profile you will maintain those values say &lt;/P&gt;&lt;P&gt;Actvt = 02&lt;/P&gt;&lt;P&gt;Auth group = Zdev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this will allow only zdev group to change the records of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if user also wants display auth to zbasis group then you will insert manually this authorization object and give display auth to zbasis group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes authorization check is performed on these manually added auth objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a new authorization object you will go to su24 transaction and add this newly created authorization object to the transaction in which you want this auth object to be checked and transport it across all systems in the landscape (D,Q,P) just by adding newly created auth object won't sap to check this object while executing this transaction you need to write authority check coding in the corresponding transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 04:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641872#M1092673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T04:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641873#M1092674</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;   adding to rakesh's reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in R/3 if the check indicators are maintained properly, there wont be any necessity to add an authorization object manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and mostly we are required to do it for the HR transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; take an example of hr transaction PE03, now for this we do not have authorization object P_ORGIN OR P_ORGXX maintained, where we have to insert manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641873#M1092674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641874#M1092675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most common scenario when the need to add auth.object manually to a role arises is when an access is denied to an user for an authorization object for appropriate values missing from his/her user profile.On analysing the Su53 dump, we can find the object with it's required value which stopped the user to carry out an action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To provide access to the auth.object to the user we can either modify any of his exsiting role to incorporate this auth. obj with the value by adding it manually or find if any other role existing in the system can be provided to him or ..........depending on how the business approves it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We add new auth.object to a txn thorugh SU24 when we've created a new custom t-code and want to ensure that the new auth. object is included whenever this t-code is added to any role through the menu in PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saby..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 07:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641874#M1092675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641875#M1092676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please put a little bit of effort into searching (on your own steam) before asking questions which could very easily be answered by yourself from the system documentation, help.sap.com, previous threads, etc...&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>Fri, 17 Oct 2008 09:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641875#M1092676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641876#M1092677</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;Here is the answer for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you add authorization objects manaully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. ME21N	-	Create Purchase order&lt;/P&gt;&lt;P&gt;	ME28 / ME29N	-	Release Purchase order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	For this transaction, you want to restrict the users to create purchase order only for the selected Purchasing document type (A), but at the same time, you want the same user to change the purchase order belongs to some other Purchase order type(B).&lt;/P&gt;&lt;P&gt;	So, the user must be able to create Purchase order only for Purchase document type A, but at the same time, the user can only change the purchase order belong to other purchase document type (B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	In that case, you can add the object M_BEST_BSA manually and restrict like the following:&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;Standard	Document Type in Purchase Order                              M_BEST_BSA&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;			Activity                                                     01, 03&lt;/P&gt;&lt;P&gt;   			Purchasing Document Type                                     Z101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual		Document Type in Purchase Order                              M_BEST_BSA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;			Activity                                                     02, 03&lt;/P&gt;&lt;P&gt;   			Purchasing Document Type                                     Z102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you add authorization object in SU24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. If the developer is creating a program with the authority-check (for any Z_Object type), in that case use the transaction in SU24 and added this object with Check/Maintain indicator.  So, when you add the transaction into the role, the object will come up automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Onething, you can notice here, if you are not maintaing this object in SU24, and trying to add the object manually in the role directly, the restriciton will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 08:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641876#M1092677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T08:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641877#M1092678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Onething, you can notice here, if you are not maintaing this object in SU24, and trying to add the object manually in the role directly, the restriciton will not work.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Actually, this urban legend is amusing because it encourages people to maintain SU24 - but it is not true. &lt;/P&gt;&lt;P&gt;Imagine all the missing authority-checks in a BI system if this were true... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only restriction is that you cannot turn the authority-check OFF (=&amp;gt; No Check) as it has no transaction context (in SU24) for this.&lt;/P&gt;&lt;P&gt;It has no impact on turning checks ON in customer SAP systems.&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, 19 Oct 2008 08:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-objects/m-p/4641877#M1092678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T08:41:40Z</dc:date>
    </item>
  </channel>
</rss>

