<?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: Control Framework - Fatal Error in Back ground program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844821#M1591280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like there is still some piece of code which requires interaction with GUI, make sure you have activated all "INCLUDES" in your program, taken off all the unnecessary sub routines etc and try, is the issue still persists please post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 17:29:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-19T17:29:58Z</dc:date>
    <item>
      <title>Control Framework - Fatal Error in Back ground program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844820#M1591279</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 had done a BDC program for a custom transaction, When I am executing the BDC program in background then I am getting " Control Framework - Fatal Error GUI cannot be reached'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had changed my output display from ALV to Classical report. But still I am getting the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;M.Ramana Murthy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramana Murthy on Apr 19, 2011 5:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 15:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844820#M1591279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Control Framework - Fatal Error in Back ground program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844821#M1591280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like there is still some piece of code which requires interaction with GUI, make sure you have activated all "INCLUDES" in your program, taken off all the unnecessary sub routines etc and try, is the issue still persists please post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844821#M1591280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-19T17:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Control Framework - Fatal Error in Back ground program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844822#M1591281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue you are facing is a common behaviour when you are running&lt;/P&gt;&lt;P&gt;programs written with control-technology in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Controls cannot be run in background processing, because the Control&lt;/P&gt;&lt;P&gt;technology requires a reachable GUI on frontend PC for the Controls&lt;/P&gt;&lt;P&gt;display. Due to the fact that there is no Gui connection, you get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a standard behaviour and cannot be changed.&lt;/P&gt;&lt;P&gt;Check the SAP note: 311440.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 01:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844822#M1591281</guid>
      <dc:creator>DavidLY</dc:creator>
      <dc:date>2011-04-20T01:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Control Framework - Fatal Error in Back ground program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844823#M1591282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are running the program in foreground. When I am running the program using CALL TRANSACTION with no screen mode then it is working fine. But when I am executing the program in Session method I am facing a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have 2 transaction codes. First one is a custom transaction. Once the Data is loaded into the first transaction then only we can see the inserted record details in the second transaction. When I am using Call Transaction then it is working fine as it is doing commit work. But in session method it is not commiting the work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;M.Ramana Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 02:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-framework-fatal-error-in-back-ground-program/m-p/7844823#M1591282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T02:41:20Z</dc:date>
    </item>
  </channel>
</rss>

