<?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 in BDC when executed in back ground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884222#M52198</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;I'm facing the same problem.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really bizzare that this is not working any more (a simple MM01 in background).  But I guess SAP is pushing all of us to stop using BI's and start using bapi's and idoc-like solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find anything on oss about this issue however.  Did anybody else do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2005 10:45:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-10T10:45:39Z</dc:date>
    <item>
      <title>Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884217#M52193</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;We are working on a BDC interface for Material Master Basic Data Add or Change using SAP 4.7. The interface is working fine with CALL TRANSACTION (N,A screen modes), BDC foreground and Display error modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the same session is executed in background mode it is not getting processed. &lt;/P&gt;&lt;P&gt;The error is caused while calling screen 2031 which uses a  control. The diagnosis we received is given below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control Framework: Fatal error - GUI cannot be reached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. DC006&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the Control Framework is started, the system checks whether the installed GUI supports frontend components such as controls. This check failed; the causes may be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) The program is running in the background&lt;/P&gt;&lt;P&gt;2.) A transaction was called using CALL TRANSACTION ... STARTING IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Programs that run in the background cannot address controls on the frontend. In this case, the application must either include a fallback that does not depend on the user interface, or the program or transaction must detect for itself that is running in the background and terminate itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternate method available for running the session in background with the controls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kathirvel Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 07:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884217#M52193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T07:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884218#M52194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathirvel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In description of error: 'In this case, the application must either include a fallback that does not depend on the user interface, or the program or transaction must detect for itself that is running in the background and terminate itself.'&lt;/P&gt;&lt;P&gt;Obviously in material master only second option was implemented - termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative: using IDOCs or BAPIs like BAPI_MATERIAL_SAVEDATA, BAPI_MATERIAL_MAINTAINDATA_RT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 08:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884218#M52194</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-03T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884219#M52195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathirvel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another alternative to create/change mm-data is program  &amp;lt;b&amp;gt;RMDATIND&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;(direct-input mechanism)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 08:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884219#M52195</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-02-03T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884220#M52196</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;Thanks for your valuable suggestions. &lt;/P&gt;&lt;P&gt;The problem was due to the controls present in the screen 2031, which are not supported when a session is executed  in back ground. Further our requirement is not to use BAPI's and Direct Input methods.&lt;/P&gt;&lt;P&gt;There is one more option for the same, i.e. using MMZ1 for MM01 and MMZ2 for MM02. This works out well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 04:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884220#M52196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-04T04:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884221#M52197</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;Attributes of MMZ1 says: not any longer used standard programs - it's not a good idea to use this routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Life isn't easy: you can't have simple program (like BDC) and update complex master data views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Correct' approach: use BAPI. Of course it's more work, but this save way for your master data - customer should understand this topic (after a while...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2005 09:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884221#M52197</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-04T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884222#M52198</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;I'm facing the same problem.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really bizzare that this is not working any more (a simple MM01 in background).  But I guess SAP is pushing all of us to stop using BI's and start using bapi's and idoc-like solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find anything on oss about this issue however.  Did anybody else do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2005 10:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884222#M52198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-10T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BDC when executed in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884223#M52199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error was due to front end controls that cannot be accessed in background. I replaced them BAPI_MATERIAL_SAVEDATA and the problem was solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 21:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bdc-when-executed-in-back-ground/m-p/884223#M52199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T21:41:15Z</dc:date>
    </item>
  </channel>
</rss>

