<?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: CNTL_ERROR dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814935#M917580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think MIR4 supports BDC. If you can't use a BAPI then your next best is to use an IDOC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 09:47:33 GMT</pubDate>
    <dc:creator>CountZero</dc:creator>
    <dc:date>2014-04-16T09:47:33Z</dc:date>
    <item>
      <title>CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814930#M917575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my Z program is posting invoice through BDC...&lt;/P&gt;&lt;P&gt;But when i am posting through foreground, there is no dump, and working fine.&lt;/P&gt;&lt;P&gt;Whenever posting through background mode, dump getting created with "CNTL_ERROR" and the below info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"A RAISE statement in the program "CL_GUI exception&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;condition "CNTL_ERROR".Since the exception was not intercepted program, processing was terminated."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out guys...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 21:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814930#M917575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T21:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814931#M917576</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;SHow dump log here. Otherwise try BAPI. What transaction is BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2008 02:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814931#M917576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-17T02:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814932#M917577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this is triggered from MIR4. Once entered the invoice number,  i am clicking the display/change in Edit Menu..&lt;/P&gt;&lt;P&gt;This will be calling MIR7 transaction...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 19:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814932#M917577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T19:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814933#M917578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIR7 tcode may be a Njoy type transaction which are controls based rather than screen based,so such transaction will throw the "CNTRL_ERROR" exception ,when u try to perform a BDC in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternate options is to find conventional transactions or to go for suitable BAPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 04:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814933#M917578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T04:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814934#M917579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Even I am using BDC for posting an invoice document in MIR4.&lt;/P&gt;&lt;P&gt;Its working fine in foreground and not working during background execution.&lt;/P&gt;&lt;P&gt;Any other workaround other than using a BAPI as our requirement does not support usage of BAPI.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814934#M917579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814935#M917580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think MIR4 supports BDC. If you can't use a BAPI then your next best is to use an IDOC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-dump/m-p/3814935#M917580</guid>
      <dc:creator>CountZero</dc:creator>
      <dc:date>2014-04-16T09:47:33Z</dc:date>
    </item>
  </channel>
</rss>

