<?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 - Checks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837852#M1472631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arbind for the Inputs , &lt;/P&gt;&lt;P&gt;The reason for this requirement is to avoid Users from Viewing certains Tabs in an application which they are not authorized to , this kind of requirement is not dependent on any Business fields .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Apr 2010 10:35:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-16T10:35:56Z</dc:date>
    <item>
      <title>Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837850#M1472629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We make use of Authority checks in our applications which require User authorization .&lt;/P&gt;&lt;P&gt;For example Sales application makes use of Standard authorization object 'V_VBAK_VKO' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'V_VBAK_VKO'&lt;/P&gt;&lt;P&gt;       ID 'VKORG' FIELD VBAK-VKORG&lt;/P&gt;&lt;P&gt;       ID 'VTWEG' FIELD VBAK-VTWEG&lt;/P&gt;&lt;P&gt;       ID 'SPART' FIELD VBAK-SPART&lt;/P&gt;&lt;P&gt;       ID 'ACTVT' FIELD DA_ACTVT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above check is a combination of Business fields like Sales org(VBAK-VKORG) etc and Type of a Activity (DA_ACTVT)&lt;/P&gt;&lt;P&gt;for example '01' for create and '02' for change .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to have pure activity based check .&lt;/P&gt;&lt;P&gt;Can we use the same check without Business fields and have only the Activity type . for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZOBJ'&lt;/P&gt;&lt;P&gt;       ID 'ACTVT' FIELD '02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntactically seems to correct .&lt;/P&gt;&lt;P&gt;Is this a correct usage ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ravish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837850#M1472629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-16T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837851#M1472630</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;Ya u can do do, but its not a good option atleast one field u should maintain in Authorization check.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AUTHORITY-CHECK OBJECT 'ZOBJ'
ID 'VKORG' FIELD wa_VBAK-VKORG
ID 'ACTVT' FIELD '02'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no harm w/o field also u can create.&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;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837851#M1472630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-16T10:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837852#M1472631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arbind for the Inputs , &lt;/P&gt;&lt;P&gt;The reason for this requirement is to avoid Users from Viewing certains Tabs in an application which they are not authorized to , this kind of requirement is not dependent on any Business fields .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837852#M1472631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-16T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837853#M1472632</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;Than no need you can go forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly close the thread, if the issue is solved.&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;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837853#M1472632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-16T10:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837854#M1472633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you check both the standard authorization object for the relevant organizational criteria and additionally your custom authorization object in your application.&lt;/P&gt;&lt;P&gt;Make sure that the user roles are maintained accordingly.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837854#M1472633</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-16T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object - Checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837855#M1472634</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; The reason for this requirement is to avoid Users from Viewing certains Tabs in an application which they are not authorized to , this kind of requirement is not dependent on any Business fields .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you say "certain tabs" then i assume the check is dependent on the tab you are trying to access &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 10:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-checks/m-p/6837855#M1472634</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-16T10:45:19Z</dc:date>
    </item>
  </channel>
</rss>

