<?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 syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979665#M950526</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;Synchronous RFC (CALL FUNCTION-DESTINATION)  &lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest parameter list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Synchronous call of a remote-capable function module specified in func using the RFC interface. With the addition DESTINATION, the destination is specified in dest. Character-type data objects are expected for func and dest. The calling program is continued using the statement CALL FUNCTION, if the remotely called function has finished. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION - DESTINATION parameter list&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;[EXPORTING  p1 = a1 ... pn = an] &lt;/P&gt;&lt;P&gt;    [IMPORTING  p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [CHANGING   p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [TABLES     t1 = itab1 t2 = itab2 ...] &lt;/P&gt;&lt;P&gt;    [EXCEPTIONS exc1 = n1 exc2 = n2 ...  [MESSAGE mess] &lt;/P&gt;&lt;P&gt;               [OTHERS = n_others]]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the link below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc185356.aspx" target="test_blank"&gt;http://msdn.microsoft.com/en-us/library/cc185356.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 07:10:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T07:10:52Z</dc:date>
    <item>
      <title>RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979661#M950522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the syntax for the following RFCs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Asynchronous&lt;/P&gt;&lt;P&gt;2. TRFC&lt;/P&gt;&lt;P&gt;3. QRFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous will have DESTINATION clause to the CALLFUNCTION method, if im not wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 06:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979661#M950522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T06:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979662#M950523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through This..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/RFCCall/Page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/RFCCall/Page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979662#M950523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979663#M950524</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;Calling an RFC function module from one system to another&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the participant system for our demo purpose: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D05 u2013 System where RFC function module exists &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DS3 u2013 Calling system (an RFC call is made from this system to D05)   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would develop a small RFC function module in D05 system, which would add two variables. We would pass two variables from DS3 to D05 and get back the sum of those two variables back to DS3.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activities to be performed in the system D05  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Utilities &amp;gt; Create Function Group (say ZGB_FUNC), if doesnu2019t exists.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a New Function Module ZGB_FUNC01   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/RFCCall/Page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ABAP/RFCCall/Page1.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.sapnet.ru/abap_docu/ABAPCALL_FUNCTION_DESTINATION.htm" target="test_blank"&gt;http://www.sapnet.ru/abap_docu/ABAPCALL_FUNCTION_DESTINATION.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979663#M950524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979664#M950525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i hav the syntax for all the rfc types with the 'CALL FUNCTION' ..&lt;/P&gt;&lt;P&gt;thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979664#M950525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979665#M950526</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;Synchronous RFC (CALL FUNCTION-DESTINATION)  &lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;CALL FUNCTION func DESTINATION dest parameter list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Synchronous call of a remote-capable function module specified in func using the RFC interface. With the addition DESTINATION, the destination is specified in dest. Character-type data objects are expected for func and dest. The calling program is continued using the statement CALL FUNCTION, if the remotely called function has finished. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION - DESTINATION parameter list&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;[EXPORTING  p1 = a1 ... pn = an] &lt;/P&gt;&lt;P&gt;    [IMPORTING  p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [CHANGING   p1 = a1 p2 = a2 ...] &lt;/P&gt;&lt;P&gt;    [TABLES     t1 = itab1 t2 = itab2 ...] &lt;/P&gt;&lt;P&gt;    [EXCEPTIONS exc1 = n1 exc2 = n2 ...  [MESSAGE mess] &lt;/P&gt;&lt;P&gt;               [OTHERS = n_others]]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the link below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc185356.aspx" target="test_blank"&gt;http://msdn.microsoft.com/en-us/library/cc185356.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979665#M950526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979666#M950527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got the syntax for TRFC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION &amp;#145;remotefunction&amp;#146; IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the syntax for only QRFC and ARFC. thanku.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979666#M950527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979667#M950528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'TRFC_QUEUE_INITIALIZE'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_FUNCTION_1' " tRFC call -&amp;gt; NO QUEUE&lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;DESTINATION 'DEST'&lt;/P&gt;&lt;P&gt;EXPORTING ...&lt;/P&gt;&lt;P&gt;TABLES ... .&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Q_NAME = 'BASIS_TEST_Q1'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TRFC_SET_QUEUE_NAME'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;QNAME = Q_NAME.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_FUNCTION_2' " qRFC call -&amp;gt; Q1&lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;DESTINATION 'DEST'&lt;/P&gt;&lt;P&gt;EXPORTING ...&lt;/P&gt;&lt;P&gt;TABLES ... .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_FUNCTION_N-1' "tRFC call -&amp;gt; NO QUEUE&lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;DESTINATION 'DEST'&lt;/P&gt;&lt;P&gt;EXPORTING ...&lt;/P&gt;&lt;P&gt;TABLES ... .&lt;/P&gt;&lt;P&gt;Q_NAME = 'BASIS_TEST_QM'.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TRFC_SET_QUEUE_NAME'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;QNAME = Q_NAME.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_FUNCTION_N' " qRFC call -&amp;gt; QM&lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;DESTINATION 'DEST'&lt;/P&gt;&lt;P&gt;EXPORTING ...&lt;/P&gt;&lt;P&gt;TABLES ... .&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/7d/5b5f3ca0dd9770e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/7d/5b5f3ca0dd9770e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will find complete documentation in the above  link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979667#M950528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979668#M950529</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;&lt;/P&gt;&lt;P&gt;CALL FUNCTION IN UPDATE TASK IS ALSO ONE OF THE SYNTAX......just check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979668#M950529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979669#M950530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagadish, the help.sap link about qrfc is really useful... thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-syntax/m-p/3979669#M950530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:25:11Z</dc:date>
    </item>
  </channel>
</rss>

