<?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 RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062528#M426484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;In which scenario do we use the FM RFC_GET_ATTRIBUTES. What is the functionality of this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 11:10:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T11:10:37Z</dc:date>
    <item>
      <title>RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062528#M426484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;In which scenario do we use the FM RFC_GET_ATTRIBUTES. What is the functionality of this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062528#M426484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062529#M426485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at OSS &amp;lt;a href="https://service.sap.com/sap/support/notes/962958"&amp;gt;Note 962958 - Status check for RFC services&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062529#M426485</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-03-26T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062530#M426486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC &amp;lt;b&amp;gt;RFC_GET_ATTRIBUTES&amp;lt;/b&amp;gt; gives the details of the calling parameters of the system like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALLER DESTINATION&lt;/P&gt;&lt;P&gt;CALLER IP&lt;/P&gt;&lt;P&gt;CALLER TRUSTED&lt;/P&gt;&lt;P&gt;CALLER RFC TYPE&lt;/P&gt;&lt;P&gt;CALLER CLIENT&lt;/P&gt;&lt;P&gt;CALLER USER&lt;/P&gt;&lt;P&gt;CALLER START INFO&lt;/P&gt;&lt;P&gt;CALLER TCODE&lt;/P&gt;&lt;P&gt;CALLER PROGRAM&lt;/P&gt;&lt;P&gt;CALLER SYSTEM ID&lt;/P&gt;&lt;P&gt;CALLER SYSTEM RELEASE&lt;/P&gt;&lt;P&gt;CALLER KERNEL RELEASE&lt;/P&gt;&lt;P&gt;If called asynchronously?&lt;/P&gt;&lt;P&gt;CALLER TRANS TYPE&lt;/P&gt;&lt;P&gt;CALLER PCS&lt;/P&gt;&lt;P&gt;CALLER CODEPAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This information is exported to the calling source system using this FM RFC_GET_ATTRIBUTES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward point if useful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062530#M426486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062531#M426487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tejas,&lt;/P&gt;&lt;P&gt;Actually my requirement is, currently the customers are getting the data through RFC method from the central server. So now i need to remove the RFC functionality and trigger the Idocs whenever the customers needs the data from central system. So to remove the functionality of RFC what to do????&lt;/P&gt;&lt;P&gt;I was thinking this FM is responsible to transfer the data from central server to customers. If this is not plz let me know how the functionality is removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062531#M426487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062532#M426488</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;see where this RFC is being called in your application and...&lt;/P&gt;&lt;P&gt;and remove that code and use IDocs to access data from Central server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this FM is NOT responsible to transfer the data from central server to customers.It may be done through some other FM c all in your code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewrd useful ansers with Points,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2062532#M426488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T11:55:02Z</dc:date>
    </item>
  </channel>
</rss>

