<?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: I m getting this error continuously while activating the program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601590#M24631</link>
    <description>&lt;P&gt;The TABLES statement is obsolete. You shouldn't use it.&lt;/P&gt;
  &lt;P&gt;The problem lies in the definition of your selection screen. You've probably got some overlaps. Chances are your selection-screen comments, where you've got on the same line one at position 1 and one at position 10. Try commenting out these selection-screen comments and see if the problem goes away. If it does, you know where the issue lies. Then you can uncomment and start adjusting the positions until it activates.&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2018 05:07:20 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2018-05-30T05:07:20Z</dc:date>
    <item>
      <title>I m getting this error continuously while activating the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601588#M24629</link>
      <description>&lt;P&gt;This is the error - Error when generating the selection screen "1000" of report&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; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Plz help me to solve this problem.&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; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;This is the code here&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; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;tables : zhimemp.

data : lt_emp type table of zhimemp,
        ls_emp type zhimemp.
DATA sc1.
DATA sc2.

selection-screen begin of block a with frame title text-a11.
parameters : Empid type zhimemp-EMPID modif id sc1,
             Empname type zhimemp-EMPNAME modif id sc2.
selection-screen end of block a.

selection-screen begin of block b with frame title text-b12.
selection-screen begin of line.
parameters : p_rad1 radiobutton group grp1 USER-COMMAND TEST.
selection-screen comment 1(10) text-cb1 for field p_rad1.
parameters : p_rad2 radiobutton group grp1.
selection-screen comment 10(10) text-cb2 for field p_rad2.
selection-screen end of line.
selection-screen end of block b.

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 May 2018 05:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601588#M24629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-05-30T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: I m getting this error continuously while activating the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601589#M24630</link>
      <description>&lt;P&gt;When you post ABAP code please use the "code" button in the editor, and nicely format it. I've done it for you this time. I've also trimmed the code you've posted, so it only has the relevant parts.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 05:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601589#M24630</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-05-30T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: I m getting this error continuously while activating the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601590#M24631</link>
      <description>&lt;P&gt;The TABLES statement is obsolete. You shouldn't use it.&lt;/P&gt;
  &lt;P&gt;The problem lies in the definition of your selection screen. You've probably got some overlaps. Chances are your selection-screen comments, where you've got on the same line one at position 1 and one at position 10. Try commenting out these selection-screen comments and see if the problem goes away. If it does, you know where the issue lies. Then you can uncomment and start adjusting the positions until it activates.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 05:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601590#M24631</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-05-30T05:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: I m getting this error continuously while activating the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601591#M24632</link>
      <description>&lt;P&gt;Matthew is correct. &lt;STRONG&gt;As documented&lt;/STRONG&gt;, certain errors in definitions of selection screens can be detected during screen generation only and not by the syntax check. Check the documentation of your statements about errors during generation.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 05:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601591#M24632</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-05-30T05:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: I m getting this error continuously while activating the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601592#M24633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;there is a mistake in the code(selection-screen comment section),&lt;/P&gt;
  &lt;P&gt;on the same line (say at postion 1) your trying to display radio button and at the same position you are trying to write a comment,&lt;/P&gt;
  &lt;P&gt;that is the reason why you are getting the error,&lt;/P&gt;
  &lt;P&gt;try to change the position of text-cb1 to 5(10) and position of text-cb2 to 20(10),&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;check the code below i have re written,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;
REPORT  ZTEST_SDN.

TABLES : zemp.


selection-screen begin of block a with frame title text-a11.

parameters : Empno type zemp-EMPno modif id sc1,

             Empname type zemp-EMPNAME modif id sc2.

selection-screen end of block a.


selection-screen begin of block b with frame title text-b12.

selection-screen begin of line.

parameters : p_rad1 radiobutton group grp1 USER-COMMAND TEST.

selection-screen comment 5(10) text1 for field p_rad1.

parameters : p_rad2 radiobutton group grp1.

selection-screen comment 20(10) text-cb2 for field p_rad2.

selection-screen end of line.

selection-screen end of block b.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;check the output,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/157437-sd1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 07:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-m-getting-this-error-continuously-while-activating-the-program/m-p/601592#M24633</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2018-05-30T07:20:54Z</dc:date>
    </item>
  </channel>
</rss>

