<?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 issue question??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303155#M1026098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably you gave only value 2 in activity please check if value 16 Execute for the object V_VBAK_VKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 17:35:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-30T17:35:43Z</dc:date>
    <item>
      <title>Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303151#M1026094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;               For one of the requirement we are in process of copying the SAP_ALL profile into a new custom role and edit all the authorization  ACTVT (activity) field  values  to with "03 - Display ". I had generated the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newly created role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this If I assign this new role to a user id and go to VA03 it let me to enter the VA03 initial screen and If I select a sales order number and try to view details it is throwing the authorization  error about the sales area "No authorization for displaying sales documents in 1000 10 00"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. V1514&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;According to the settings in your user master record you do not have the authorization to execute this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;If you need this authorization, contact the person responsible for assigning authorizations.&lt;/P&gt;&lt;P&gt;Authorization object: V_VBAK_VKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had checked the Auth. object "V_VBAK_VKO" It has those values already assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 15:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303151#M1026094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303152#M1026095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would run a su53 on the error message. Also you may want to run su56 to verify that the auth object and values are in the "user buffer" for the id. If not then you may need to run a user compare on the role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: JC on Jul 30, 2008 12:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303152#M1026095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T16:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303153#M1026096</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;Not only object V_VBAK_VKO is involved, the screen display also need object V_VBAK_AAT. Hence following SU53 screen shots and assigning the missing authorization will resolve the issue. &lt;/P&gt;&lt;P&gt;ST01 trace is another option to see the authorization fails and checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303153#M1026096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T17:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303154#M1026097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Thanks  for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem .. Problem is the role that I had copied had many inactive authorization objects inside it. But the object V_VBAK_VKO is active. I had tested it by creating another role that has only required auth. obj for sales order display and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what is wrong when i blinldly replace the ACTVT field with value "03:- for display functionality for all the auth objects. Only for few objects that are inactive that I can see in the first role that I had seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hint??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303154#M1026097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303155#M1026098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably you gave only value 2 in activity please check if value 16 Execute for the object V_VBAK_VKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303155#M1026098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T17:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization issue question???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303156#M1026099</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;What about the object V_VBAK_AAT &lt;/P&gt;&lt;P&gt;Is this maintained with org values and also check the org values of  V_VBAK_VKO. What does SU53 screen say and perform an user comparison too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 17:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-issue-question/m-p/4303156#M1026099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-30T17:44:03Z</dc:date>
    </item>
  </channel>
</rss>

