<?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 for Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643024#M877285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post the source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 20:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-07T20:03:01Z</dc:date>
    <item>
      <title>Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643023#M877284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am getting a selection screen  error while activating my program in se38. When i am doing syntax check there is no error(s) at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says " Error when generating the selection screen "1000" of report "&amp;lt;prg name&amp;gt;&lt;/P&gt;&lt;P&gt;-  line 0'.&lt;/P&gt;&lt;P&gt;can some one please suggest what might had happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643023#M877284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T20:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643024#M877285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post the source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643024#M877285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T20:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643025#M877286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection Screen Definitions                                         *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN:BEGIN OF BLOCK h1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS s_kunnr FOR kna1-kunnr  DEFAULT '100000'.&lt;/P&gt;&lt;P&gt;"Customer number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_apfile TYPE rlgrap-filename NO-DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK files WITH FRAME TITLE text-t02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: SKIP 1,&lt;/P&gt;&lt;P&gt;                  BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_local RADIOBUTTON GROUP fil ."workstation&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 4(10) text-p03,&lt;/P&gt;&lt;P&gt;                  POSITION 15.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_LOCFIL TYPE rlgrap-filename. "local file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: skip 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_appsrv RADIOBUTTON GROUP fil DEFAULT 'X'."app-server&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 4(15) text-p04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 4(17) Z_P1,&lt;/P&gt;&lt;P&gt;                  POSITION 23.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_XLOG TYPE FC_LOGFILE DEFAULT 'ZMWVLOGICALFILE'.&lt;/P&gt;&lt;P&gt;     SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      "---------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      " Contains the required Selection Screen parameters.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      "---------------------------------------------------&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*INCLUDE zfileselectblock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK XFILE WITH FRAME TITLE z_T1.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;**PARAMETERS: R_XLOG RADIOBUTTON GROUP XRD DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;**SELECTION-SCREEN: COMMENT 4(17) Z_P1,&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;                 POSITION 23.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;**PARAMETERS: P_XLOG TYPE FC_LOGFILE DEFAULT 'ZMWVLOGICALFILE'.&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;*PARAMETERS: R_XCNV RADIOBUTTON GROUP XRD.&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: COMMENT 4(17) Z_P2,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 POSITION 23.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*PARAMETERS: P_XCNV(20) TYPE C.&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: SKIP 1,&lt;/P&gt;&lt;P&gt;                  BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;                  COMMENT 1(13) Z_P3,&lt;/P&gt;&lt;P&gt;                  POSITION 15.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_XPATH TYPE RLGRAP-FILENAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;                  COMMENT 1(13) Z_P4,&lt;/P&gt;&lt;P&gt;                  POSITION 15.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_XFILE TYPE RLGRAP-FILENAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK XFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*end of include ZFILESELECTBLOCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK h1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643025#M877286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643026#M877287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should review the COMMENT...It seems to me that they are overlapping...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643026#M877287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T20:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643027#M877288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a suspecion that the following block is in error. There are too many things in one line and I think one control is overstepping on another.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN: SKIP 1,
BEGIN OF LINE.
PARAMETERS: r_local RADIOBUTTON GROUP fil ."workstation
SELECTION-SCREEN: COMMENT 4(10) text-p03,
POSITION 15.
PARAMETERS: P_LOCFIL TYPE rlgrap-filename. "local file

*SELECTION-SCREEN: skip 1.

PARAMETERS: r_appsrv RADIOBUTTON GROUP fil DEFAULT 'X'."app-server
SELECTION-SCREEN: COMMENT 4(15) text-p04.

SELECTION-SCREEN: COMMENT 4(17) Z_P1,
POSITION 23.
PARAMETERS: P_XLOG TYPE FC_LOGFILE DEFAULT 'ZMWVLOGICALFILE'.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 20:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643027#M877288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T20:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643028#M877289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change the position 23 to Position 30 which i highlight below in Bold. Because the field might got overlapped ...that cause this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_local RADIOBUTTON GROUP fil ."workstation&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 4(10) text-p03,&lt;/P&gt;&lt;P&gt;POSITION 15.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_LOCFIL TYPE rlgrap-filename. "local file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECTION-SCREEN: skip 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_appsrv RADIOBUTTON GROUP fil DEFAULT 'X'."app-server&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 4(15) text-p04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN: COMMENT 4(17) Z_P1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;POSITION 23.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_XLOG TYPE FC_LOGFILE DEFAULT 'ZMWVLOGICALFILE'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 23:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643028#M877289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T23:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643029#M877290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error is due to over-writing of buttons or text-box in the selection screen.So try to calculate the position size of each and every control in the selection screen and change your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code you given is not clear.Thats why I cant able to make any change in it. I am sure that the error is due to over-writing of controls in the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if its helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 03:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643029#M877290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T03:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643030#M877291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;Hi,

You missed to &lt;STRONG&gt;END&lt;/STRONG&gt; and &lt;STRONG&gt;START&lt;/STRONG&gt; a new line for each of the file declarations.

Try by adding the modification as below:
&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_locfil TYPE rlgrap-filename. "local file
SELECTION-SCREEN: END OF LINE,   "Additional Line 1
                  BEGIN OF LINE. " Additional Line 2

*SELECTION-SCREEN: skip 1.

PARAMETERS: r_appsrv RADIOBUTTON GROUP fil DEFAULT 'X'."app-server
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 03:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643030#M877291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T03:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error for Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643031#M877292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;place the elements within Sel screen range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 15:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-for-selection-screen/m-p/3643031#M877292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-20T15:25:37Z</dc:date>
    </item>
  </channel>
</rss>

