<?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 Authorization Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428066#M823396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobhan , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact with your basis guy and confirm whether the user ia having the authrizaion or not . &lt;/P&gt;&lt;P&gt;If not ask him to add roles to him by exicution SU21 . &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 10:13:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T10:13:07Z</dc:date>
    <item>
      <title>RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428062#M823392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a portal application which calls few BAPIs in the R3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to access  BAPI_ALM_CONF_CREATE, it returns an error message saying " You do not have access to this transaction ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that the authorization object C_AFRU_AWK controls the authorization. I added that object also.&lt;/P&gt;&lt;P&gt;I gave the following values to the authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity : 01&lt;/P&gt;&lt;P&gt;Order Type : *&lt;/P&gt;&lt;P&gt;Plant : XXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, I am getting the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shobin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428062#M823392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428063#M823393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shobin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem might be that the RFC-user does not have RFC authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add the following authorization object to the role(s) of the RFC user:&lt;/P&gt;&lt;P&gt;- &lt;STRONG&gt;S_RFC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the following authorizations:&lt;/P&gt;&lt;P&gt;- RFC_TYPE = FUGR (function group)&lt;/P&gt;&lt;P&gt;- RFC_NAME = &amp;lt;name of the function group containing the BAPI&amp;gt;&lt;/P&gt;&lt;P&gt;- ACTVT = 16 (execute)&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428063#M823393</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-02-26T06:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428064#M823394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shobin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check the following authorization object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  AUTHORITY-CHECK OBJECT 'C_AFKO_ATY'&lt;/P&gt;&lt;P&gt;       ID 'ACTVT' FIELD TMP_ACTVT&lt;/P&gt;&lt;P&gt;       ID 'AUTYP' FIELD ACT_AUTYP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think "C_AFKO_ATY" is causing the problems. This check will be done in fm CO_RU_CONFIRMATION_PREPARE, called in fm CO_RI_TIMETICKETCONF_CREATE, that is called to create the timeticket confirmation in BAPI_ALM_CONF_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked, if C_AFKO_ATY is assigned to the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Stephan Theis on Feb 26, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 08:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428064#M823394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T08:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428065#M823395</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;Thanks alot for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I have already added the S_RFC authorization object and gave access to all function groups required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the log files also. I couldnt see any authorization failure in log files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the error continues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shobin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 10:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428065#M823395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T10:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428066#M823396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobhan , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact with your basis guy and confirm whether the user ia having the authrizaion or not . &lt;/P&gt;&lt;P&gt;If not ask him to add roles to him by exicution SU21 . &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jagadeesh.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 10:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428066#M823396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428067#M823397</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;Yes, the user is having authorization and has given roles which has S_RFC authorization object attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in SU21. I saw that BAPI_ALM_CONF_CREATE has no authorization objects attached to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in the documentation, it says C_AFRU_AWK authorizaiton object is required for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I check which all authorization objects are attached to this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shobin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 10:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428067#M823397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T10:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428068#M823398</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 face the same problem.  Is this issue resolved now? &lt;/P&gt;&lt;P&gt;If yes, please let me know how you resolved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 22:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428068#M823398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T22:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428069#M823399</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 am also getting this problem. Can some one provide me solution on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428069#M823399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T08:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorization Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428070#M823400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaganatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per error it seems to be you are able to trigger the RFC through the intrface using between your portal and SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be the case user ID using for interface is not having a authorization to perform the transaction, means I think user id is not having a authorization for Tcodes which are hitting through the BAPI like &lt;STRONG&gt;IW42&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorization-issue/m-p/3428070#M823400</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2011-03-22T08:51:37Z</dc:date>
    </item>
  </channel>
</rss>

