<?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: Submit job failed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077171#M1356363</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;Thanks for the reply... I tried what you suggested but it still not working !!! the main problem is this job is not able to het executed in the background. When I ran SM35 and I selected the job and then tried to run it in the fore ground it didn't work but when i tried ot run the same job in foreground, in one of the step i got this message "Field ADDR1_DATA-LANGU. does not exist in the screen SAPMF02K 0111"  but when I hit enter and continued it worked perfectly. So I was just wondering if because of this message the job is failing to run in the back ground.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 15:32:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-07T15:32:01Z</dc:date>
    <item>
      <title>Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077167#M1356359</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;&lt;/P&gt;&lt;P&gt;I have a program RPRAPA00, when I execute this program it will create a batch job with creation program "RFBIKR00". but to execute this creation program we need to go SM35 to and then execute it manually. I ghave written the following code to made this process automatc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rsbdcsub WITH mappe = 'A/P_ACCOUNTS'
                    WITH von   = sy-datum
                    WITH bis   = sy-datum
                    WITH z_verarb = 'X' AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now when I execute the above code it will give me the following message: "&lt;/P&gt;&lt;P&gt;1  Session(s) selected to be processed&lt;/P&gt;&lt;P&gt;1  Session(s) successfully processed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when I look into SM35, I saw that the job gets an error status (error) and now when I execute this job manually again then it works. So can you please tell mw how can I fox thios. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2009 20:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077167#M1356359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-06T20:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077168#M1356360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls see the error log of the job &amp;amp; you will able to know the exact error, where its stopping &amp;amp; why its failing.&lt;/P&gt;&lt;P&gt;Pls post the same here, so that, suggestion can be given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sripal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 03:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077168#M1356360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T03:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077169#M1356361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally you have to Use VIA JOB &amp;lt;JOBNAME&amp;gt; NUMBER &amp;lt;JOBCOUNT&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 08:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077169#M1356361</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-09-07T08:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077170#M1356362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass dates in your system format and not sy-datum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : l_date1 type c length 10,
l_date2 type c length 10.

write sy-datum to l_date1 MM/DD/YYYY.  " Note: This will automatically pick your date format although it says mm/dd/yyyy
write sy-datum to l_date2 MM/DD/YYYY.

SUBMIT rsbdcsub WITH mappe = 'A/P_ACCOUNTS'
                    WITH von   = l_date1
                    WITH bis   = l_date1
                    WITH z_verarb = 'X' AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 11:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077170#M1356362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077171#M1356363</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;Thanks for the reply... I tried what you suggested but it still not working !!! the main problem is this job is not able to het executed in the background. When I ran SM35 and I selected the job and then tried to run it in the fore ground it didn't work but when i tried ot run the same job in foreground, in one of the step i got this message "Field ADDR1_DATA-LANGU. does not exist in the screen SAPMF02K 0111"  but when I hit enter and continued it worked perfectly. So I was just wondering if because of this message the job is failing to run in the back ground.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 15:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077171#M1356363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T15:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077172#M1356364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.... I think the job is failing at this point only as what I described in my previous example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 15:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077172#M1356364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T15:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Submit job failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077173#M1356365</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;This is not the problem with your SUBMIT JOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is issue while filling BDCDATA. &lt;/P&gt;&lt;P&gt;Check your program to create BDC Session. It is trying to pass field which does not exists on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In foreground, you press ENTER and it works fine, but there is no user action possible after message in background hence those records failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 06:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-job-failed/m-p/6077173#M1356365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T06:28:32Z</dc:date>
    </item>
  </channel>
</rss>

