<?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: error while running bdc session in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265837#M780475</link>
    <description>&lt;P&gt;MIR4 is a ENJOY transaction, so BDC (Call Transaction) will not work in background mode.&lt;/P&gt;&lt;P&gt;If ran in background mode you will end up getting following error message : &lt;/P&gt;&lt;P&gt;"Control Framework: Fatal error - GUI cannot be reached"&lt;/P&gt;</description>
    <pubDate>Sat, 08 Aug 2020 13:03:13 GMT</pubDate>
    <dc:creator>Santosh_PSN</dc:creator>
    <dc:date>2020-08-08T13:03:13Z</dc:date>
    <item>
      <title>error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265833#M780471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;happy new yr..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need ur help ..ver urgent....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my bdc session program is working fine in foreground,giving the following output';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_&lt;STRONG&gt;TRANSACTION MIR4 returncode:     0  RECORD:          0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I Document            2007 is being reversed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;W Document date and posting date are in different fiscal years&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;W Net due date on 19.09.2006 is in the past&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*S Document 5106733906 2007 was deleted and created again under 5107082600 2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but wen i run the same in background with the same variant,I am getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL_TRANSACTION MIR4 returncode: 1.001  RECORD:          0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I Document            2007 is being reversed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S Control Framework: Fatal error - GUI cannot be reached&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A Runtime error RAISE_EXCEPTION has occurred&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to debbuging session in backgroung,so do tell me steps to debugg session in backgroung ,so that i can close this issue soon...&lt;/P&gt;&lt;P&gt;let me know wat is the reason for the above error..&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;minu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265833#M780471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265834#M780472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;Wish you the same and welcome to SDN family.&lt;/P&gt;&lt;P&gt;Now the thing is while debugging in call transaction when ever controller reaches to call transaction syntax then double click on MODE. It will display the mode(either A/N/E) Make it as A and press F6. Now check the data.&lt;/P&gt;&lt;P&gt;Remember mode should be declared as DATA.&lt;/P&gt;&lt;P&gt;Hope this helps you. Reply for queries, shall post the updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265834#M780472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265835#M780473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error RAISE_EXCEPTION  is due to custum containers used in transaction, Thisa can't be handle in BDC seesion method in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be handle in Call Transaction method only. try call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265835#M780473</guid>
      <dc:creator>rthoodi</dc:creator>
      <dc:date>2008-01-03T12:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265836#M780474</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;Actually my bdc session program was written in ECC5.0, for MIR4 transaction,&lt;/P&gt;&lt;P&gt;now when  i am running the same program in ECC 6.0 in frontend I have no issues,but when running in Background i.e in mode 'N'.I am getting error that, " Batch input is unable to take the data".&lt;/P&gt;&lt;P&gt;I think there is some variation of screens of MIR4 in ECC6.0 when compared to ECC 5.0,&lt;/P&gt;&lt;P&gt;so do sujjest a solution or a SAP note.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 15:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265836#M780474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265837#M780475</link>
      <description>&lt;P&gt;MIR4 is a ENJOY transaction, so BDC (Call Transaction) will not work in background mode.&lt;/P&gt;&lt;P&gt;If ran in background mode you will end up getting following error message : &lt;/P&gt;&lt;P&gt;"Control Framework: Fatal error - GUI cannot be reached"&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 13:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265837#M780475</guid>
      <dc:creator>Santosh_PSN</dc:creator>
      <dc:date>2020-08-08T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265838#M780476</link>
      <description>&lt;P&gt;Is there a BAPI that performs the accounting of the MIR4 to be able to invoke it in an ABAP program and to be able to execute it in the background?&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 00:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265838#M780476</guid>
      <dc:creator>omar_mata</dc:creator>
      <dc:date>2022-05-30T00:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: error while running bdc session in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265839#M780477</link>
      <description>&lt;P&gt;Could someone please tell me if, despite the fact that this bapi "MRM_INVOICE_PREPARE_AND_POST" is not released, it works correctly? please a person with experience in use.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 00:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-running-bdc-session-in-background/m-p/3265839#M780477</guid>
      <dc:creator>omar_mata</dc:creator>
      <dc:date>2022-05-30T00:45:43Z</dc:date>
    </item>
  </channel>
</rss>

