<?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 - http request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209447#M765153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you might need to send the data from sap to web in your case. create a simple function module rfc enabled to export data to the web. RFC destination has to be used through function module in ABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 23:55:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-12T23:55:20Z</dc:date>
    <item>
      <title>RFC destination - http request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209444#M765150</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 want to use a RFC destination to start a HTTP request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured in SM59 the connection type G the server name and the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i call this RFC destination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that a RFC destination is normally used in this way:&lt;/P&gt;&lt;P&gt;call function &amp;lt;function&amp;gt; destination &amp;lt;rfc destination&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209444#M765150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T10:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC destination - http request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209445#M765151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you should make sure that your rfc connection is working fine in SM59 by testing the connection. If it is ok then u can use any function in the abap program and use the syntax like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZFUNCTION' &lt;/P&gt;&lt;P&gt;    DESTINATION rfcdest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exporting values will be transferred to the destination system. If function did not work as expected then use SM58 to view any errors on the RFC call. If the data was not trasferred then in SM58 the reason or the error is given and then you can track from there on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209445#M765151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T11:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: RFC destination - http request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209446#M765152</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;the RFC destination is like a URL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i invoke the RFC destination alone - without calling a function because i don't need a function. The http request is the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209446#M765152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T11:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC destination - http request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209447#M765153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you might need to send the data from sap to web in your case. create a simple function module rfc enabled to export data to the web. RFC destination has to be used through function module in ABAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 23:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-destination-http-request/m-p/3209447#M765153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T23:55:20Z</dc:date>
    </item>
  </channel>
</rss>

