<?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: background rfc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445420#M1054390</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;First find the definition of the source and destination server from sm59 and whether they are connected or not,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write the follwoing logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT Z_CALL_FM.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variables used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATA: w_destination(10) TYPE c,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;confirming the RFC destination&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF sy-sysid = 'RES'.             "System id of R/3 (say)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;assigning destination to variable to be passed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;w_destination = 'DEMOCLNT100'.  "Definition of destination server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling the RFC enabled FM&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_RM_CALL_RFC_FM' &lt;/P&gt;&lt;P&gt;DESTINATION w_destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the output in the FM of destination server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 05:41:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-15T05:41:27Z</dc:date>
    <item>
      <title>background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445419#M1054389</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;i'm processing a rfc fm in background processing  through&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Y_WS3_ALIASTEST' IN BACKGROUND TASK AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;DESTINATION 'rfc_bacground'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'm not getting any result but i can view some information related to my rfc in sm58.&lt;/P&gt;&lt;P&gt;pls tell me how to getting result of this background rfc.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 05:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445419#M1054389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T05:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445420#M1054390</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;First find the definition of the source and destination server from sm59 and whether they are connected or not,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write the follwoing logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT Z_CALL_FM.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variables used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATA: w_destination(10) TYPE c,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;confirming the RFC destination&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF sy-sysid = 'RES'.             "System id of R/3 (say)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;assigning destination to variable to be passed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;w_destination = 'DEMOCLNT100'.  "Definition of destination server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling the RFC enabled FM&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_RM_CALL_RFC_FM' &lt;/P&gt;&lt;P&gt;DESTINATION w_destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the output in the FM of destination server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 05:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445420#M1054390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445421#M1054391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Rohan,&lt;/P&gt;&lt;P&gt;my rfc destination is ok n i can check result in destinations server ,but how to check result in calling server?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 05:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445421#M1054391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T05:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445422#M1054392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anuj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In background operation the result cannot be viewed.&lt;/P&gt;&lt;P&gt;But, it will have a spool request number and it can be entered in &lt;STRONG&gt;Transaction SP01&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Within this transaction you will find the appropriate option or pushbutton to display the output related to that spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that'll be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 05:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445422#M1054392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T05:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445423#M1054393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harsh ,&lt;/P&gt;&lt;P&gt;can we generate a application to show data which is shown in sp01.&lt;/P&gt;&lt;P&gt;if yes then how?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 06:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445423#M1054393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T06:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445424#M1054394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if someone has some views then pls share with me.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 07:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445424#M1054394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T07:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445425#M1054395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto sm37 and select ur job (using check box)&lt;/P&gt;&lt;P&gt;and then put transaction &lt;STRONG&gt;jdbg&lt;/STRONG&gt; and press enter&lt;/P&gt;&lt;P&gt;debugger will start and after debugging standard code you will get to your program code and then find out wat is the output that is coming&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;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 07:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445425#M1054395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T07:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445426#M1054396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx vivek but rfc in background(tRFC) doesn't created any log in sm37., if i wrong , pls correct me.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 06:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445426#M1054396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T06:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: background rfc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445427#M1054397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 07:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-rfc/m-p/4445427#M1054397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T07:10:02Z</dc:date>
    </item>
  </channel>
</rss>

