<?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: CALL FUNCTION using PARAMETER-TABLE in background task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484182#M1419426</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; You can use the parameter table for dynamic call only if the parameters remain the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 19:46:55 GMT</pubDate>
    <dc:creator>prasenjit_sharma</dc:creator>
    <dc:date>2010-01-20T19:46:55Z</dc:date>
    <item>
      <title>CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484180#M1419424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use CALL FUNCTION using PARAMETER-TABLE in background task ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                CALL FUNCTION ls_service-funcname&lt;/P&gt;&lt;P&gt;                  PARAMETER-TABLE&lt;/P&gt;&lt;P&gt;                    lt_fupar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use a dinamic call, pero it seems can´t be used in such way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484180#M1419424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T18:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484181#M1419425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by PARAMETER-TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its a function module, you can declare a table type in import parameter or a tables parameter and call it in background task.&lt;/P&gt;&lt;P&gt;Check f1 help for call function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484181#M1419425</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-20T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484182#M1419426</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; You can use the parameter table for dynamic call only if the parameters remain the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484182#M1419426</guid>
      <dc:creator>prasenjit_sharma</dc:creator>
      <dc:date>2010-01-20T19:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484183#M1419427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why do You think &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems can´t be used in such way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;? Could You post your code and more detailed description of your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 21:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484183#M1419427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T21:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484184#M1419428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to pass table parameter when calling the function dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best example can be calling a smart form.....we use ssf_function_module...to get the dynmaic function moudle name of smart form.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can pass each type of parameter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 22:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484184#M1419428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T22:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION using PARAMETER-TABLE in background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484185#M1419429</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'm quite new to business and got the same problem Manuel stated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a (generalized) manipulation of queued-RFC I want to state the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION iv_fname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PARAMETER-TABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_parmbind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, I want to combine dynamical providing of parameters using the statement "PARAMETER-TABLE" (as many parameter structures as needed for the actual RFC) *and* queueing the remote function calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot activate my program, so it seems to be not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone solved this puzzle in the past and could provide me some more hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for further contributions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 17:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-using-parameter-table-in-background-task/m-p/6484185#M1419429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-27T17:54:56Z</dc:date>
    </item>
  </channel>
</rss>

