<?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 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/594896#M24154</link>
    <description>&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; &lt;/P&gt;
  &lt;P&gt;SUBMIT rkkks1n0&lt;BR /&gt; USING SELECTION-SET 'ZSRINADH'&lt;BR /&gt; EXPORTING LIST TO MEMORY&lt;BR /&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; &lt;/P&gt;
  &lt;P&gt;exception&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;condition "CNTL_ERROR".&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;METHOD SET_VISIBLE .&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;(visible)&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; &lt;/P&gt;
  &lt;P&gt;temp_visible = cl_gui_control=&amp;gt;visible_true.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;case visible.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when '1'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'X'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'x'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'TRUE'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when others.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;temp_visible = cl_gui_control=&amp;gt;visible_false.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;endcase.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;check handle&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;IF ME-&amp;gt;H_CONTROL IS INITIAL.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;RAISE CNTL_ERROR.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;ENDIF.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I checked this issue in SCN but did not get answer for this issue.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Can any one help me on this issue?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Thank you!!&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Srinadh.N&lt;/P&gt;</description>
    <pubDate>Mon, 28 May 2018 11:45:36 GMT</pubDate>
    <dc:creator>srinadh_nalamalapu</dc:creator>
    <dc:date>2018-05-28T11:45:36Z</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/594896#M24154</link>
      <description>&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; &lt;/P&gt;
  &lt;P&gt;SUBMIT rkkks1n0&lt;BR /&gt; USING SELECTION-SET 'ZSRINADH'&lt;BR /&gt; EXPORTING LIST TO MEMORY&lt;BR /&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; &lt;/P&gt;
  &lt;P&gt;exception&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;condition "CNTL_ERROR".&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;METHOD SET_VISIBLE .&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;(visible)&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; &lt;/P&gt;
  &lt;P&gt;temp_visible = cl_gui_control=&amp;gt;visible_true.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;case visible.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when '1'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'X'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'x'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when 'TRUE'.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;when others.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;temp_visible = cl_gui_control=&amp;gt;visible_false.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;endcase.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;check handle&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;IF ME-&amp;gt;H_CONTROL IS INITIAL.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;RAISE CNTL_ERROR.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;ENDIF.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I checked this issue in SCN but did not get answer for this issue.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Can any one help me on this issue?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Thank you!!&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Srinadh.N&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 11:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cntl-error-exception-when-using-submit-report/m-p/594896#M24154</guid>
      <dc:creator>srinadh_nalamalapu</dc:creator>
      <dc:date>2018-05-28T11:45:36Z</dc:date>
    </item>
  </channel>
</rss>

