<?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-Call using dynamic Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454276#M829863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to call a RFC function module using a dynamic parameter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can either call&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION bapiname DESTINATION fsystem.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION bapiname
        PARAMETER-TABLE lt_param
        EXCEPTION-TABLE lt_excep.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but &lt;U&gt;not both&lt;/U&gt; combined!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP docu says, both should work together. If using DESTINATION the same options as for standard FM calls are allowed... (seen at: Transaction &lt;EM&gt;ABAPHELP&lt;/EM&gt;, search for &lt;EM&gt;CALL FUNCTION&lt;/EM&gt;, choose topic 4 for RFC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who is wrong? The docu or me? How can I combine both?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Torsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 17:32:46 GMT</pubDate>
    <dc:creator>weltspion</dc:creator>
    <dc:date>2008-02-14T17:32:46Z</dc:date>
    <item>
      <title>RFC-Call using dynamic Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454276#M829863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to call a RFC function module using a dynamic parameter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can either call&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION bapiname DESTINATION fsystem.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION bapiname
        PARAMETER-TABLE lt_param
        EXCEPTION-TABLE lt_excep.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but &lt;U&gt;not both&lt;/U&gt; combined!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP docu says, both should work together. If using DESTINATION the same options as for standard FM calls are allowed... (seen at: Transaction &lt;EM&gt;ABAPHELP&lt;/EM&gt;, search for &lt;EM&gt;CALL FUNCTION&lt;/EM&gt;, choose topic 4 for RFC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who is wrong? The docu or me? How can I combine both?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Torsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 17:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454276#M829863</guid>
      <dc:creator>weltspion</dc:creator>
      <dc:date>2008-02-14T17:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC-Call using dynamic Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454277#M829864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Torsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not possible to call a RFC specifying parameter table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For calling a remote enabled FM, it needs to be released which means the parameters would be fixed and thus the RFC layer does not allow using parameter table in such cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think both cannot be used together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Abir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Abir Raychaudhuri on Feb 15, 2008 6:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 05:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454277#M829864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T05:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: RFC-Call using dynamic Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454278#M829865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;For calling a remote enabled FM, it needs to be released which means the parameters would be fixed and thus the RFC layer does not allow using parameter table in such cases.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM resides on a remote system. It does not matter me, whether the FM is released, fixed or done with something other. As long it is reachable, I'm fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering about the fact, that I can call a local FM dynamically, but cannot do so for a remote call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the online documentation you can read, that a remote call function (with parameter &lt;EM&gt;destination&lt;/EM&gt; ) has the same options like a standard call function. Actually this statement seems to be wrong. Right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Torsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 12:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454278#M829865</guid>
      <dc:creator>weltspion</dc:creator>
      <dc:date>2008-02-15T12:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: RFC-Call using dynamic Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454279#M829866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No more answers, so it seems that the SAP documentation is inaccurate at this point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 07:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call-using-dynamic-parameters/m-p/3454279#M829866</guid>
      <dc:creator>weltspion</dc:creator>
      <dc:date>2008-08-06T07:16:04Z</dc:date>
    </item>
  </channel>
</rss>

