<?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 check in RFC function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652659#M289843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;        authority-check will check the authorisation for the current user(sy-uname) implicitly.If I am not wrong,  passing sy-uname to RFC FM is of no use..Still I am looking out the avenue if I could get what I want by digging some tables.At the end every thing in SAP will be stored in tables..&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regds&lt;/P&gt;&lt;P&gt;Surendranath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 14:13:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T14:13:27Z</dc:date>
    <item>
      <title>Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652654#M289838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Hi,&lt;/P&gt;&lt;P&gt;  How can we check authorisation in RFC function module.I have a unique requirement where I need to find authorisation to cost center object in RFC function module.But when we make RFC,its sy-uname will be different from calling program's sy-uname.Obviously authority-check will not work within RFC function modules.How can I get around the requirement.your help will be rewarded.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regds&lt;/P&gt;&lt;P&gt;Surendranath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 13:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652654#M289838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652655#M289839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi surendranath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Such authorisation should be done&lt;/P&gt;&lt;P&gt;   BEFORE calling the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The RFC should be called only if the authoirsation is successsful,&lt;/P&gt;&lt;P&gt;   in the CALLING Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Even suppose its possible to know the sy-uname,&lt;/P&gt;&lt;P&gt;   then how are we going to check the authorisation,&lt;/P&gt;&lt;P&gt;   in THE CALLING SERVER ?&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 13:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652655#M289839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652656#M289840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;          you are correct if I am calling RFC from ABAP.My case is I am calling from Guixt(third party tool which sits on GUI).&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Surendranath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652656#M289840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652657#M289841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the RFC FM is for one time (to use in one program or in a few programs) I guess, you can Export the necesorry data from RFC to the calling program(s) and perform the authority check in the program(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go for this option maintain appropriate documentation for the FM to avoid confusions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652657#M289841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652658#M289842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the calling application is run online and the application is not using a generic user id for all users, then the calling application can pass the user name as a parameter to the RFC. This can then be used for authority checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this can work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652658#M289842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authority check in RFC function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652659#M289843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;        authority-check will check the authorisation for the current user(sy-uname) implicitly.If I am not wrong,  passing sy-uname to RFC FM is of no use..Still I am looking out the avenue if I could get what I want by digging some tables.At the end every thing in SAP will be stored in tables..&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regds&lt;/P&gt;&lt;P&gt;Surendranath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-check-in-rfc-function-modules/m-p/1652659#M289843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T14:13:27Z</dc:date>
    </item>
  </channel>
</rss>

