<?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 submit a function -pool in backgound in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215647#M1716780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert/Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function pool will process a huge amount of data , it will not work in foregound. That is reason we need to submit it it as a background job.&lt;/P&gt;&lt;P&gt;Call Transaction with mode N works in foreground mode only(Dialog Work Process). Call Transaction works in forground and N mode indicates No Display(No screen will be displayed with OkCode).&lt;/P&gt;&lt;P&gt;In my requirement I need to submit it in Backgound Work process.&lt;/P&gt;&lt;P&gt;Background Mode(Dialog Work Process) and Background Job(Backgound Work process) are two different things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 04:22:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-28T04:22:56Z</dc:date>
    <item>
      <title>How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215642#M1716775</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 function module or method availble to submit a function -pool in backgound? I have created a transaction to execute function-pool. In my requirement, though a report porgram the function-pool should be submitted as a background job and function-pool screen fields will be populated from the report program selection screen data. Either I have used Job_Open, Job_Submit function module to submit an executable report program in background. But that will not work for function -pool. &lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 08:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215642#M1716775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215643#M1716776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just to come on the same track...a function pool itself is not executable, only function modules or programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function &amp;lt;function&amp;gt; in background task / Unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open Job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; submit &amp;lt;report&amp;gt;&lt;/P&gt;&lt;P&gt;close job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 11:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215643#M1716776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215644#M1716777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To direct execute of Function pool I have created a transaction Code and I can execute it directly in forground or background.&lt;/P&gt;&lt;P&gt;But in my requirement , there is another report program which will process and pass data to function pool based on report program selection screen input and also submit the function pool for background execution as a job and generate spool later.&lt;/P&gt;&lt;P&gt;Is there any way to submit transaction code in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 12:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215644#M1716777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215645#M1716778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TA&amp;gt; USING bdctab OPTIONS FROM opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the necesary bdc data in bdctab and set the processing mode in the options structre...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 13:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215645#M1716778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215646#M1716779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_opt-dismode = N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL TRANSACTION lc_tcode USING i_bdcdata&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS FROM lv_opt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGES INTO i_messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the lv_opt-dismode = N will call your Tcode in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help more.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 13:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215646#M1716779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215647#M1716780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert/Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function pool will process a huge amount of data , it will not work in foregound. That is reason we need to submit it it as a background job.&lt;/P&gt;&lt;P&gt;Call Transaction with mode N works in foreground mode only(Dialog Work Process). Call Transaction works in forground and N mode indicates No Display(No screen will be displayed with OkCode).&lt;/P&gt;&lt;P&gt;In my requirement I need to submit it in Backgound Work process.&lt;/P&gt;&lt;P&gt;Background Mode(Dialog Work Process) and Background Job(Backgound Work process) are two different things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 04:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215647#M1716780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T04:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215648#M1716781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, than encapsulate the CALL Transaction within a report and start the report with open job and submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;Robert &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 08:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215648#M1716781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit a function -pool in backgound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215649#M1716782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Calling your TCode Directly,&lt;/P&gt;&lt;P&gt;Can we try writing a DBC on your T Code and then populate the screen fields with your data and then do the call transaction or session method .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 09:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-submit-a-function-pool-in-backgound/m-p/9215649#M1716782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T09:04:43Z</dc:date>
    </item>
  </channel>
</rss>

