<?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 Authorization Object Inconsistent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135239#M1619829</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;Initially I try to add new field into Organizational Levels (i.e.PERSA) using program PFCG_ORGFIELD_CREATE&lt;/P&gt;&lt;P&gt;/ UPGRADE / DELETE and encounter RunTime Error which might cause this issue. Then, I found note that refer me to SU24 to check missing fields in P_ORGINCON and I found field PERSA is missing. I try to add but not able to (perhaps do not know how)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Message: 'Authorization default values of transaction PA30 for object P_ORGINCON inconsistent'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to reproduce:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Transaction Code: PFCG - create new role&lt;/P&gt;&lt;P&gt;2) Menu Tab: Add transaction Code PA30/PA20 and save.&lt;/P&gt;&lt;P&gt;3) Authorization Tab: click 'Change Authorization Data' button to maintain and you will get the above mentioned error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your advice in this matter and million thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 06:56:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-12T06:56:25Z</dc:date>
    <item>
      <title>Authorization Object Inconsistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135239#M1619829</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;Initially I try to add new field into Organizational Levels (i.e.PERSA) using program PFCG_ORGFIELD_CREATE&lt;/P&gt;&lt;P&gt;/ UPGRADE / DELETE and encounter RunTime Error which might cause this issue. Then, I found note that refer me to SU24 to check missing fields in P_ORGINCON and I found field PERSA is missing. I try to add but not able to (perhaps do not know how)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Message: 'Authorization default values of transaction PA30 for object P_ORGINCON inconsistent'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to reproduce:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Transaction Code: PFCG - create new role&lt;/P&gt;&lt;P&gt;2) Menu Tab: Add transaction Code PA30/PA20 and save.&lt;/P&gt;&lt;P&gt;3) Authorization Tab: click 'Change Authorization Data' button to maintain and you will get the above mentioned error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your advice in this matter and million thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 06:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135239#M1619829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-12T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object Inconsistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135240#M1619830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the solutions I've heard on similar occasions is to go to a system where this inconsitence does not exist and transport the object from there. Importing it will overwrite your broken object.&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;Jurjen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 07:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135240#M1619830</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2011-08-12T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object Inconsistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135241#M1619831</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 a simple solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto Su24 for the said transaction code.&lt;/P&gt;&lt;P&gt;2. Make P_ORGINCON check indicator to Check from Check/Maintain.&lt;/P&gt;&lt;P&gt;3. Save&lt;/P&gt;&lt;P&gt;4. Again change the P_ORGINCON from Check to Check/Maintain.&lt;/P&gt;&lt;P&gt;5. Save and create a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not see the inconsistency error back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 08:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135241#M1619831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-12T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object Inconsistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135242#M1619832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raghu, &lt;/P&gt;&lt;P&gt;The issue has been resolved by different resolution and steps taken are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to SU25 (step-&amp;gt;3) in other client which does not have this issue &lt;/P&gt;&lt;P&gt;2) Create transport request (TR) &lt;/P&gt;&lt;P&gt;3) Transport TR into the affected client to overwrite the inconsistency &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 04:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-inconsistent/m-p/8135242#M1619832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T04:02:42Z</dc:date>
    </item>
  </channel>
</rss>

