<?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: Authority Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819553#M1882722</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;normally SPA/GPA VKO will be used for this. Each user can maintain his VKO parameter in SU3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 08:40:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-14T08:40:35Z</dc:date>
    <item>
      <title>Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819551#M1882720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;One of my client has requirement that....&lt;/P&gt;&lt;P&gt;say if we have authority object on sales organization.....he want to read the what sales organization he is authorized from the authority object and fill&lt;/P&gt;&lt;P&gt;the sale organization field automatically.&lt;/P&gt;&lt;P&gt;please let me know if any FMs are available.... i have searched the net but could get FMs that can check whether the user is having authorization or not &lt;/P&gt;&lt;P&gt;but couldn't get any FMs that can read the contents of the Authority Object.&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;Bhargava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 07:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819551#M1882720</guid>
      <dc:creator>bhargava_dns</dc:creator>
      <dc:date>2015-01-14T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819552#M1882721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get the list of sales organization from the value table. Loop at each entry and find whether user is authorized using the authority check command. if yes, collect it into internal table and use it as per your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819552#M1882721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-14T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819553#M1882722</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;normally SPA/GPA VKO will be used for this. Each user can maintain his VKO parameter in SU3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819553#M1882722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-14T08:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819554#M1882723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This start value can be accessed reading table USR05.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819554#M1882723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-14T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819555#M1882724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do something like this. For billing auth. object for sales org is V_VBRK_VKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_tvko TYPE STANDARD TABLE OF tvko,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_tvko TYPE tvko.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from tvko&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into TABLE lt_tvko.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;loop at lt_tvko INTO ls_tvko.&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'V_VBRK_VKO'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID 'VKORG' FIELD ls_tvko-vkorg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID 'ACTVT' FIELD '03' .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; consider this sales org for further processing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE.&amp;nbsp; &lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; Remove sales organization as user dont have authorization to display&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Deependra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-object/m-p/10819555#M1882724</guid>
      <dc:creator>deependra_shekhawat3</dc:creator>
      <dc:date>2015-01-14T08:56:58Z</dc:date>
    </item>
  </channel>
</rss>

