<?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: Authorization error while access rfc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794003#M1310449</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;For Transactional RFC you may need S_RFCACL but that can be confirmed from the Trace only. I may also be the case that for accessing Tables u need access to s_tabu* objects. But this confirmation can only be solved by Trace report. Hence generate a trace and let us know. S_RFC with full auth is fine but that doesnt necessarily solve the access problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aveek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 13:38:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-03T13:38:59Z</dc:date>
    <item>
      <title>Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5793999#M1310445</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;&lt;/P&gt;&lt;P&gt;I have gave authorizations on some tables and i need to acess this tables from Non sap system using rfc function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for every table iam getting NO_AUTHORIZATION message.I noticed while debugging my RFC FM is not calling when iam trying to acess the tables from Non SAP system.I gave S_RFC and assign all activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the authorization i need to give for RFC ? Did i missed any authorizations for RFC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5793999#M1310445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T09:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794000#M1310446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think starting a trace with ST01 to see which checks are failing will prove to be faster than following random suggestions we come up with &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794000#M1310446</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2009-07-03T09:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794001#M1310447</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;Actually i need to retrive tables from SAP to NON SAP.When iam running my tool it has to call the RFC FM but it is not calling and giving NO_AUTHORIZATION in my tool.I have put extranal break point also but it is not triggering ..and simply giving me error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 09:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794001#M1310447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794002#M1310448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the RFC user managing to log in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run a trace for that user on the SAP system, is it coming up with any authorisation failures on S_RFC and possibly S_PROGRAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 10:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794002#M1310448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794003#M1310449</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;For Transactional RFC you may need S_RFCACL but that can be confirmed from the Trace only. I may also be the case that for accessing Tables u need access to s_tabu* objects. But this confirmation can only be solved by Trace report. Hence generate a trace and let us know. S_RFC with full auth is fine but that doesnt necessarily solve the access problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aveek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 13:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794003#M1310449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization error while access rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794004#M1310450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which table are you wanting to retrieve? Normally there is a better way.&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, 03 Jul 2009 18:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-error-while-access-rfc/m-p/5794004#M1310450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T18:58:55Z</dc:date>
    </item>
  </channel>
</rss>

