<?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 schedule report RBDAPP01 through background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123062#M445216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have schedule the job without scheduling the variant every 15min. After that i went to to log ,it shows "cancelled"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log display &lt;/P&gt;&lt;P&gt;9:11:16 job started&lt;/P&gt;&lt;P&gt;9:11:16 step 001 started (program RBDAPP01 ,variant, User ID CBTKNR)&lt;/P&gt;&lt;P&gt;9:11:40 ABAP/4 processor :SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;9:11:40 job cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest where might be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 16:49:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T16:49:43Z</dc:date>
    <item>
      <title>how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123059#M445213</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;We are processeing thousands of parallel processing IDOCS from XI to CRM . Can you please suggest how to schedule report RBDAPP01 through backgrond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123059#M445213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T15:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123060#M445214</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 create and scheduled a job via SM36 to execute program RBDAPP01.&lt;/P&gt;&lt;P&gt;Please ensure you have created a variant to use to run above program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on how to schedule a job, please check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm&lt;/A&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123060#M445214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123061#M445215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run transaction code SM36, give a name for the job, click on Define Step. Enter the program name and a variant name (which needs to be created before SM36). Save it and then click on Start Time, enter the date and time when it needs to start, check the box 'Periodic job' and enter the period values (weekly, monthly etc) and save it. Click Save at every stage and come back to the initial screen. Now you have the job defined and will trigger at the time of the date you specified. To check its status, go to SM37.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123061#M445215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T15:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123062#M445216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have schedule the job without scheduling the variant every 15min. After that i went to to log ,it shows "cancelled"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log display &lt;/P&gt;&lt;P&gt;9:11:16 job started&lt;/P&gt;&lt;P&gt;9:11:16 step 001 started (program RBDAPP01 ,variant, User ID CBTKNR)&lt;/P&gt;&lt;P&gt;9:11:40 ABAP/4 processor :SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;9:11:40 job cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest where might be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 16:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123062#M445216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T16:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123063#M445217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has nothing to do with your scheduling of the job. I think one of the Idocs that is processed tried to insert a record with the same key so the system threw an exception. Even if you run the IDOC manually you will get the same error. This is to do with the content of the IDOC rather than this background job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 16:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123063#M445217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T16:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123064#M445218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give variant and then it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 16:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123064#M445218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T16:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123065#M445219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to ST22 and see where the error occured or which table it is trying to insert into.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 16:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123065#M445219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to schedule report RBDAPP01 through background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123066#M445220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amey ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what variant name you want me to give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kristene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 17:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-schedule-report-rbdapp01-through-background/m-p/2123066#M445220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T17:10:14Z</dc:date>
    </item>
  </channel>
</rss>

