<?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: Background ABAP program is not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841378#M1684244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;commit work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 11:54:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-23T11:54:11Z</dc:date>
    <item>
      <title>Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841377#M1684243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created an ABAP program &amp;amp; put that program in a backgroud schedule by the t-code SM36. The issue is that, the backgroud job shows the progra runs &amp;amp; finishes in the message from SM37, but actually it doesn't populate my required information. But if i run the program manually, it does exactly what i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more clarification, in my ABAP program i've calling a function module which i created thru BDC for the FI transaction FB70. In that program i'm fetching some invoicing information which i want to upload in another compnay code. The function module is also running fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this regards need your kind assistance to overcome this unknown issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kingshuk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841377#M1684243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T11:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841378#M1684244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;commit work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841378#M1684244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841379#M1684245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841379#M1684245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841380#M1684246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCs often work differently in foreground than in background. There's a specific way of getting the correct BDC recording for running in background, which I cannot remember at the moment - but if you search, you will find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841380#M1684246</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-05-23T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841381#M1684247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the help of BDC i've created a function module for posting revenue invoices which user can post by the t-code FB70. Basically i cannot get the exact issue of why the schedule job is not properly updating the customer &amp;amp; revenue ledgers. Whereas, if i run my program from SE38 it works absolutely fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the confusing part is that, from job overview (SM37), it shows the background job started &amp;amp; finished properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some assistance very urgently. Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841381#M1684247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841382#M1684248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes BDC behaves differently in background. Check thru debugging it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug background job :&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 10pt;"&gt;Go to SM37 and give the name of the job and in command window give value as 'JDBG'....and execute it to debug it.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black; font-size: 10pt;"&gt;Priya&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 13:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841382#M1684248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T13:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841383#M1684249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are notes related to this. FB70 is an EnjoySAP transaction and does not work in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 14:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841383#M1684249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841384#M1684250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I worked on one of the Requirement for BDC of FB70.&lt;/P&gt;&lt;P&gt;You need to handle this transaction very carefully as it behaves separetly for user depending on the "Edit Option" setting available in the transaction.&lt;/P&gt;&lt;P&gt;Check if your settings and your user settings are same or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 14:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841384#M1684250</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-05-23T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841385#M1684251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note 310485 in particular.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 20:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841385#M1684251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T20:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841386#M1684252</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;Many thanks for the replies. From the Note i got to know that fb70 doesn't run for batch input. Now one by one i'm giving you the scenarios:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The ABAP program (where i used the function module of FB70 created through BDC) run perfectly from the T-Code SE38 &amp;amp; creates FI document.&lt;/P&gt;&lt;P&gt;2. The function module of FB70 which was created through BDC run perfectly from the t-code SE37 &amp;amp; creates FI document.&lt;/P&gt;&lt;P&gt;3. The ABAP program starts &amp;amp; finishes perfectly in schedule created through SM36, but doesn't create FI documents.&lt;/P&gt;&lt;P&gt;4. If i debug the program which was scheduled as backgroud job, found no issue in debugging &amp;amp; surprisingly in the end it posts the document &amp;amp; creates finance entry.&lt;/P&gt;&lt;P&gt;5. The user of backgroud job &amp;amp; foregroud tester is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now can anybody guide me, what is wrong &amp;amp; where i need to work on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 03:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841386#M1684252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T03:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841387#M1684253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is wrong is that you CANNOT run FB70 in background. It relies on EnjoySAP controls, which requires a SAPGui to talk to. When you debug, you've got a SAPGui. When you run in foreground, you've got a SAPGui. When you run in background, you don't, so it CANNOT work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need another solution - there may be bapis or function modules available that allow you to do what you required, but you cannot fix your BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 08:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841387#M1684253</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-05-24T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background ABAP program is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841388#M1684254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have two possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;A batch input session based on FB01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 13:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-abap-program-is-not-working/m-p/8841388#M1684254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-24T13:22:37Z</dc:date>
    </item>
  </channel>
</rss>

