<?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: CAlling two jobs in a single program simultaneously in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928272#M940709</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 write your own program for such a requirement and there you can call FMs BP_JOB_READ, BP_JOB_MODIFY, BP_JOB_SAVE etc etc. using these FMs you would be able to get the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 11:01:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T11:01:03Z</dc:date>
    <item>
      <title>CAlling two jobs in a single program simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928271#M940708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please can anyone tell me how can i call more than one job in a program simultaneously.&lt;/P&gt;&lt;P&gt;Means through one program i want to run more than one job that should run simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Shailendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 10:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928271#M940708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: CAlling two jobs in a single program simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928272#M940709</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 write your own program for such a requirement and there you can call FMs BP_JOB_READ, BP_JOB_MODIFY, BP_JOB_SAVE etc etc. using these FMs you would be able to get the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 11:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928272#M940709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T11:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: CAlling two jobs in a single program simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928273#M940710</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 must call that job within an RFC-enabled Function Module in background task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call FUNCTION 'ZFM' &lt;/P&gt;&lt;P&gt;  IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    i_data = i_Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the calling program COMMITs, then the ZFMs that have been called with the code above will start running in parallel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, read also the repsective HELP on calling Function Modules in BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points please if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 11:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928273#M940710</guid>
      <dc:creator>George_Lioumis</dc:creator>
      <dc:date>2008-05-27T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: CAlling two jobs in a single program simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928274#M940711</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;for display use the following FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REUSE_ALV_FIELDCATALOG_MERGE&lt;/P&gt;&lt;P&gt;  REUSE_ALV_BLOCK_LIST_APPEND&lt;/P&gt;&lt;P&gt;  REUSE_ALV_BLOCK_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 11:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-two-jobs-in-a-single-program-simultaneously/m-p/3928274#M940711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T11:26:24Z</dc:date>
    </item>
  </channel>
</rss>

