<?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 exception when using 'submit report ' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494383#M563169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are submitting a standard report you forget about it. if it is a custom one please let me know. i feel the report is giving a ALV GRID control output. if you run that you wll get the same error. to avoid that you may have to code differently( need to change submit program)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 14:17:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-20T14:17:57Z</dc:date>
    <item>
      <title>CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494378#M563164</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;  I am trying to use Submit statement as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit PPCMP000  with s_werks  EQ 'SAS1'&lt;/P&gt;&lt;P&gt;                              with s_aufnr in range_tab&lt;/P&gt;&lt;P&gt;                              exporting list to memory&lt;/P&gt;&lt;P&gt;                              and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the submit statement without 'list to memory' it is working fine. But whn i add tht, it showing the following dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;" A RAISE statement in the program "CL_GUI_CONTROL================CP" raised the&lt;/P&gt;&lt;P&gt;  exception&lt;/P&gt;&lt;P&gt; condition "CNTL_ERROR".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD SET_VISIBLE .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;(visible)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: temp_visible(1).&lt;/P&gt;&lt;P&gt;  temp_visible = cl_gui_control=&amp;gt;visible_true.&lt;/P&gt;&lt;P&gt;  case visible.&lt;/P&gt;&lt;P&gt;    when '1'.&lt;/P&gt;&lt;P&gt;    when 'X'.&lt;/P&gt;&lt;P&gt;    when 'x'.&lt;/P&gt;&lt;P&gt;    when 'TRUE'.&lt;/P&gt;&lt;P&gt;    when others.&lt;/P&gt;&lt;P&gt;      temp_visible = cl_gui_control=&amp;gt;visible_false.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check handle&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF ME-&amp;gt;H_CONTROL IS INITIAL.&lt;/P&gt;&lt;P&gt;    RAISE CNTL_ERROR.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any settings needs to be done?&lt;/P&gt;&lt;P&gt;Can any one help me in this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Sivagami.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494378#M563164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494379#M563165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is solved by the Basis team as it was an application error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 03:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494379#M563165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T03:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494380#M563166</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;what is the solution or where is the link to see the solution? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnkhs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 13:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494380#M563166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494381#M563167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We ran into the exactly same problem.&lt;/P&gt;&lt;P&gt;Can you share what was your solution provided by your basis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 20:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494381#M563167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494382#M563168</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 having the same problem you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 14:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494382#M563168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494383#M563169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are submitting a standard report you forget about it. if it is a custom one please let me know. i feel the report is giving a ALV GRID control output. if you run that you wll get the same error. to avoid that you may have to code differently( need to change submit program)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 14:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494383#M563169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: CNTL_ERROR exception when using 'submit report '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494384#M563170</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;It's a standard program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a transaction, and I'm now using call transaction to bypass the error. (But I would prefer to use submit instruction.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/2494384#M563170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:03:41Z</dc:date>
    </item>
  </channel>
</rss>

