<?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: How to force Functional Module to use Batch-Process ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398716#M1045686</link>
    <description>&lt;P&gt;Hi Axel, were you able to figure this out back then? I have a similar requirement now to force FM to run in batch. &lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 07:02:42 GMT</pubDate>
    <dc:creator>VenkatKunchangi40</dc:creator>
    <dc:date>2022-08-26T07:02:42Z</dc:date>
    <item>
      <title>How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398711#M1045681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a FM via synchronous RFC. No matter what I try the functional module is started &lt;/P&gt;&lt;P&gt;in a dialog process in the remote system. This is inconvinient because sometimes the process takes too long and a timeout occurs. I also tried transactional RFC and asynchronos RFC but no  difference here.&lt;/P&gt;&lt;P&gt;The FM will always be executed in a dialog process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I tell the functional module to use a batch process ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398711#M1045681</guid>
      <dc:creator>axel_moschuering</dc:creator>
      <dc:date>2008-08-20T11:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398712#M1045682</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;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_START_BATCHJOB_IN_OTHER_SYS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      repid                = 'sy-repid'              "           "Program name&lt;/P&gt;&lt;P&gt;      variant              = 'VAR'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOBNAME =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CALL_BACK_DEST =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CALL_BACK_ID =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOBCOUNT =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    INDX_ID =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      valutab              = it_sel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set your program in batch mode using the above function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398712#M1045682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T11:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398713#M1045683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;thank you for your answer, but I am not using a report but an functional module.&lt;/P&gt;&lt;P&gt;How can I tell the FM to use a batch process instead of a dialog process ?&lt;/P&gt;&lt;P&gt;Thank you and best wishes,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398713#M1045683</guid>
      <dc:creator>axel_moschuering</dc:creator>
      <dc:date>2008-08-20T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398714#M1045684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION IN BACKGROUND task..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Pushkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398714#M1045684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398715#M1045685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;I tried this already. As far as I know, this will only trigger transactional RFC (i.e. FM in&lt;/P&gt;&lt;P&gt;Remote System is started after a COMMIT WORK); it does not state that the FM in the remote&lt;/P&gt;&lt;P&gt;system will run in a batch process. &lt;/P&gt;&lt;P&gt;Any other ideas ?&lt;/P&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 12:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398715#M1045685</guid>
      <dc:creator>axel_moschuering</dc:creator>
      <dc:date>2008-08-20T12:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398716#M1045686</link>
      <description>&lt;P&gt;Hi Axel, were you able to figure this out back then? I have a similar requirement now to force FM to run in batch. &lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398716#M1045686</guid>
      <dc:creator>VenkatKunchangi40</dc:creator>
      <dc:date>2022-08-26T07:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Functional Module to use Batch-Process ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398717#M1045687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;not really. If I remember correctly I encapsulated the FM in an report an called this in a background job.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 08:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-force-functional-module-to-use-batch-process/m-p/4398717#M1045687</guid>
      <dc:creator>axel_moschuering</dc:creator>
      <dc:date>2022-08-26T08:04:49Z</dc:date>
    </item>
  </channel>
</rss>

