<?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: Authoriztion for a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761822#M1116526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to give the Authorizations to the RFC function module via the Auth Object S_RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when a remote call of a function module is made, an automatic authorization check is performed, provided that the profile parameter auth/rfc_authority_check is set to 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization check uses the authorization object S_RFC to check whether the user defined in the destination has RFC authorization for the function group of the called function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think you need to add S_RFC in the role along with S_TABU_DIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Kandepalli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2008 14:54:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-14T14:54:34Z</dc:date>
    <item>
      <title>Authoriztion for a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761821#M1116525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am having problem assigning authorization for the RFC function Module Z_GET_META_OO that requires both S_TABU_DIS and Z_EIP_TABL. &lt;/P&gt;&lt;P&gt;The below given values provide the least possible restrictions for S_TABU_DIS, which allow users to view metadata for any table in the system.&lt;/P&gt;&lt;P&gt;ACTVT: 03&lt;/P&gt;&lt;P&gt;DICBERCLS: *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I assign this authorization to a user?&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;Praveen.K.O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 14:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761821#M1116525</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2008-11-14T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Authoriztion for a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761822#M1116526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to give the Authorizations to the RFC function module via the Auth Object S_RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when a remote call of a function module is made, an automatic authorization check is performed, provided that the profile parameter auth/rfc_authority_check is set to 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization check uses the authorization object S_RFC to check whether the user defined in the destination has RFC authorization for the function group of the called function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think you need to add S_RFC in the role along with S_TABU_DIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Kandepalli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 14:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761822#M1116526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T14:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authoriztion for a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761823#M1116527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try assigning &lt;EM&gt;only&lt;/EM&gt; dicbercls 'SC' and any specific table group your application wants to read (or it will become visible) and see whether that &lt;EM&gt;works&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; [SAP Note 1012218|https://service.sap.com/sap/support/notes/1012218]&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, 14 Nov 2008 15:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authoriztion-for-a-function-module/m-p/4761823#M1116527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-14T15:29:35Z</dc:date>
    </item>
  </channel>
</rss>

