<?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: RFC Destination problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174085#M755290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if you have selected proper client number of the destination system...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2007 09:08:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-13T09:08:41Z</dc:date>
    <item>
      <title>RFC Destination problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174084#M755289</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;I have created one RFC destination of type 3 and tried test connection. it was good. but when i tried remote logon it was asking the user and password again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i tried Authorization test. it says name or password incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my password and user is 100% correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Ponit ll be awarded for helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 08:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174084#M755289</guid>
      <dc:creator>former_member614185</dc:creator>
      <dc:date>2007-12-13T08:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Destination problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174085#M755290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if you have selected proper client number of the destination system...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2007 09:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174085#M755290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-13T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Destination problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174086#M755291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote Function Call (RFC) - Authorization Concept &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the instance profile parameter 'auth/rfc_authority_check' is set (to 1), the system automatically performs an RFC authorization check. The authorization check refers to the relevant function group for the function module to be called. If no authorization is found, a runtime error occurs. You can check the authorization in advance with the function module AUTHORITY_CHECK_RFC. If the RFC communication takes place in one system in the same user context - that is, using the same client and user ID - the system does not carry out an RFC authority check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remote Function Call (RFC) - Authorization Concept &lt;/P&gt;&lt;P&gt;Since Release 3.1G you have been able to run RFC authorization checks based on the (called) function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the instance profile parameter 'auth/rfc_authority_check' is set to 1, the system automatically runs an RFC check. The authorization check refers to the function group of the function module to be called. If no authorization exists, this leads to runtime error RFC_NO_AUTHORITY. If the RFC communication takes place within one system and in the same user context, i.e., the same client and user identification, no RFC authorization check is performed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can first check the authorization using function module AUTHORITY_CHECK_RFC. The system runs the RFC authorization check each time you access the called function module using RFC (the system checks the corresponding function module groups). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorization is checked using authorization object S_RFC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This authorization object contains the following three fields: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_TYPE : Type of the RFC object to be protected &lt;/P&gt;&lt;P&gt;This field can currently have the value 'FUGR' (function group). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_NAME : Name of the RFC object to be protected &lt;/P&gt;&lt;P&gt;This field currently contains function group name. It may be up to 18 characters long. The authorization check only applies to the first 18 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTVT : Activity &lt;/P&gt;&lt;P&gt;This field can currently have the value 16 (execute). &lt;/P&gt;&lt;P&gt;From Release 4.0, the authorization check is active by default (that is, auth/rfc_authority_check = 1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, from Release 4.0 you can also set up a trusted relationship between systems (see also documentation on Trusted/Trusting Systems). This sets up a trusted relationship between the calling and the called systems, whereby this relationship is initiated by the called system. In the called system you must then specify the users in the calling system who may execute Remote Function Calls over this type of trusted relationship (trusted users). Additionally you must assign the trusted users with trusted profiles (authorization object S_RFCACL) in the called system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This authorization contains the following fields: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_SYSID : ID of the calling system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_CLIENT : Client for the calling system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_USER : ID of the calling user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_EQUSER : Identifier, whether or not the user may be called by a user with the same ID (Y = Yes, N = No). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_TCODE : Calling transaction code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_INFO : Additional information from the calling system (currently inactive) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTVT : Activity &lt;/P&gt;&lt;P&gt;This field can currently have the value 16 (Execute) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this, you can specify exactly which users may call remote function modules using other user IDs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : The authorization check based on the function groups (authorization object S_RFC) takes place independently of the authorization checks within the trusted systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link below can also be helpful.&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/42/f3d07f074e1bcae10000000a11466f/frameset.htm"&amp;gt;Access Control Using Assigned Users&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please award points if found helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-problem/m-p/3174086#M755291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:42:30Z</dc:date>
    </item>
  </channel>
</rss>

