<?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 call. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567593#M256369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please write the statement which is using the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, authorization access is of no concern when calling through program.&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2006 08:54:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-13T08:54:05Z</dc:date>
    <item>
      <title>RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567587#M256363</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 make a RFC call from one system to another by giving the relevant destination. On executing in the debugging mode, i am unable to go into the other system. Is it because of lack of user authorisation in SM59, this is happening ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaydeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567587#M256363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567588#M256364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;list of authorization Objects are &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;S_ADMI_FCD System Authorizations
S_CTS_ADMI Administration Functions in the Change and Transport System
S_DATASET  Authorization for file access
S_DEVELOP  ABAP Workbench
S_DOKU_AUT SE61 Documentation Maintenance Authorization
S_GUI      Authorization for GUI activities
S_ICF      Authorization check for Internet Communication Framework
S_OC_DOC   SAPoffice: Authorization for an Activity with Documents

S_OC_ROLE  SAPoffice: Office User Attribute
S_OC_SEND  Authorization Object for Sending
S_OLE_CALL OLE calls from ABAP programs
S_RFC      Authorization Check for RFC Access
S_SPO_DEV  Spool: Device authorizations
S_TABU_CLI Cross-Client Table Maintenance
S_TABU_DIS Table Maintenance (via standard tools such as SM30)
S_TCODE    Transaction Code Check at Transaction Start
S_TRANSLAT Translation environment authorization object
S_TRANSPRT Transport Organizer
S_USER_GRP User Master Maintenance: User Groups&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting the error try to call tcode /nSU53. here u will find out the probs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567588#M256364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567589#M256365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i really dont get an error. I want to go to the other system and debug on doing a f5/f6 . Point is it just skips to the next line without moving to the other system. I also checked out su53 which just mentions that the last authorisation check was successful .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567589#M256365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567590#M256366</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;you must debug in the oth. system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; so insert a break-point or endless-loop in your program and debug it from trx. sm50 in the oth. system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried sm59-F8 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567590#M256366</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-09-13T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567591#M256367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but the control shud go to the other system. It doesnt go there even on specifying the right destination. That is why i asked if it has got anything to do with SM59 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567591#M256367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567592#M256368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but in SM59, it says i have no authorisation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567592#M256368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567593#M256369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please write the statement which is using the RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, authorization access is of no concern when calling through program.&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 08:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567593#M256369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567594#M256370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'Z_KP_SEC2R3_UPDATE'&lt;/P&gt;&lt;P&gt;destination dest&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    sec2r3       = lit_sec2r3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any settings in SM59 to be configuerd for the same. Answers which help to solve this problem will be promptly rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 09:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1567594#M256370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T09:07:10Z</dc:date>
    </item>
  </channel>
</rss>

