<?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 Write a program that would schedule another program in background multipul in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142920#M1192064</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;          I need to write a program that would schedule another program in background multipul times according to input we provided on different application servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:- In  table FKKVKP, i am having 2.1 millons contract accounts. I need to write a program(A) that should take 5000 contract accounts at a time as a input and schedule another program(B) in background with input of 5000 contract accounts. And program A ,again schedule program B on differrent application servers , till 2.1 millions contract accounts get used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Dilip Kushwah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Feb 2009 17:30:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-07T17:30:12Z</dc:date>
    <item>
      <title>Write a program that would schedule another program in background multipul</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142920#M1192064</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;          I need to write a program that would schedule another program in background multipul times according to input we provided on different application servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:- In  table FKKVKP, i am having 2.1 millons contract accounts. I need to write a program(A) that should take 5000 contract accounts at a time as a input and schedule another program(B) in background with input of 5000 contract accounts. And program A ,again schedule program B on differrent application servers , till 2.1 millions contract accounts get used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Dilip Kushwah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 17:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142920#M1192064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-07T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write a program that would schedule another program in background multipul</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142921#M1192065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1) Carry out the recording for the required transaction using SHDB.&lt;/P&gt;&lt;P&gt;2) Use batch input method to create session this is done by three FMs&lt;/P&gt;&lt;P&gt;bdc: open_group, bdc_insert, close_group.&lt;/P&gt;&lt;P&gt;3) A session is created , which can be seen in transaction SM 35.&lt;/P&gt;&lt;P&gt;4) Use the standard program RSBDCSUB to configure the session created in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can achieve your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this links too for more information&lt;/P&gt;&lt;P&gt;Batch input [http://help.sap.com/saphelp_nw04/helpdata/en/fa/097015543b11d1898e0000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/4c/4c0e8a725311d396a80004ac96334b/frameset.htm]&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/4c/4c0e8a725311d396a80004ac96334b/content.htm]&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 17:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142921#M1192065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-07T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Write a program that would schedule another program in background multipul</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142922#M1192066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your custom prpgram use the FM&lt;/P&gt;&lt;P&gt;JOB_OPEN&lt;/P&gt;&lt;P&gt;SUBMIT statement.&lt;/P&gt;&lt;P&gt;CLOSE_JOB&lt;/P&gt;&lt;P&gt;JOB_SUBMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the options available in the submit statement to process 5000 records in a single job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2009 03:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-that-would-schedule-another-program-in-background-multipul/m-p/5142922#M1192066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-08T03:37:35Z</dc:date>
    </item>
  </channel>
</rss>

