<?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: Regarding Selection-screen Design in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838467#M356595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 12 &lt;/P&gt;&lt;P&gt;... RADIOBUTTON GROUP radi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The parameter appears on the selection screen as a radio button. All parameters assigned to the same group radi in this way, form a group of radio buttons on the selection screen. When one is selected, all of the others are not selected. The name of the radio button group can be up to four characters long. &lt;/P&gt;&lt;P&gt;When you define a radio button parameter, you cannot specify a length. However, you can use the LIKE addition to refer to a field with length 1 and type C or the TYPE addition to specify length 1 and type C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition does not affect the way in which the parameter is displayed (as in the AS CHECKBOX additino). You can arrange the parameters as you like using the SELECTION-SCREEN statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;You can assign a user command to the radio button group using the USER-COMMAND ucomm addition. Since all of the buttons in the same group have the same command, you can only use this addition with the first parameter in the group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RADIOBUTTON group must have at least two parameters, of which only one (at most) can have a DEFAULT addition. The DEFAULT value must be 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the database INCLUDE DBldbSEL, RADIOBUTTON parameters, like all others, must have the addition FOR TABLE dbtab. All of the parameters in a group must belong to the same table dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a group name radi in a program if it has already been used in DBldbSEL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike in the case of "normal" parameters, the system does not jump to the AT SELECTION-SCREEN ON p event (in fact, it is syntactically not allowed). Instead, there is an event AT SELECTION-SCREEN ON RADIOBUTTON GROUP radi for the entire group. If this event contains a Error or Warning message, the entire radio button group is ready for input when the selection screen is redisplayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2007 09:42:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-09T09:42:04Z</dc:date>
    <item>
      <title>Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838466#M356594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; I want to design the Selection screen as Follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Value      RadiobuttonName   RadioButton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest and send me the Sample Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838466#M356594</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-01-09T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838467#M356595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 12 &lt;/P&gt;&lt;P&gt;... RADIOBUTTON GROUP radi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The parameter appears on the selection screen as a radio button. All parameters assigned to the same group radi in this way, form a group of radio buttons on the selection screen. When one is selected, all of the others are not selected. The name of the radio button group can be up to four characters long. &lt;/P&gt;&lt;P&gt;When you define a radio button parameter, you cannot specify a length. However, you can use the LIKE addition to refer to a field with length 1 and type C or the TYPE addition to specify length 1 and type C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition does not affect the way in which the parameter is displayed (as in the AS CHECKBOX additino). You can arrange the parameters as you like using the SELECTION-SCREEN statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;You can assign a user command to the radio button group using the USER-COMMAND ucomm addition. Since all of the buttons in the same group have the same command, you can only use this addition with the first parameter in the group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RADIOBUTTON group must have at least two parameters, of which only one (at most) can have a DEFAULT addition. The DEFAULT value must be 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the database INCLUDE DBldbSEL, RADIOBUTTON parameters, like all others, must have the addition FOR TABLE dbtab. All of the parameters in a group must belong to the same table dbtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a group name radi in a program if it has already been used in DBldbSEL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike in the case of "normal" parameters, the system does not jump to the AT SELECTION-SCREEN ON p event (in fact, it is syntactically not allowed). Instead, there is an event AT SELECTION-SCREEN ON RADIOBUTTON GROUP radi for the entire group. If this event contains a Error or Warning message, the entire radio button group is ready for input when the selection screen is redisplayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838467#M356595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838468#M356596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sree Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_at_selection_on_radio.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: r1 RADIOBUTTON GROUP rad1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;r2 RADIOBUTTON GROUP rad1,&lt;/P&gt;&lt;P&gt;r3 RADIOBUTTON GROUP rad1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: r4 RADIOBUTTON GROUP rad2 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;r5 RADIOBUTTON GROUP rad2,&lt;/P&gt;&lt;P&gt;r6 RADIOBUTTON GROUP rad2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON RADIOBUTTON GROUP rad1.&lt;/P&gt;&lt;P&gt;IF r1 = 'X'.&lt;/P&gt;&lt;P&gt;MESSAGE w888(sabapdocu) WITH text-001.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON RADIOBUTTON GROUP rad2.&lt;/P&gt;&lt;P&gt;IF r4 = 'X'.&lt;/P&gt;&lt;P&gt;MESSAGE w888(sabapdocu) WITH text-001.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838468#M356596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838469#M356597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; You can find the logic in below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK r1.&lt;/P&gt;&lt;P&gt; selection-screen begin of line.&lt;/P&gt;&lt;P&gt;  selection-screen comment 1(10) TEST1 for field p_TEST1.&lt;/P&gt;&lt;P&gt;  parameters:&lt;/P&gt;&lt;P&gt;   p_test1(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  selection-screen comment 40(10) TEST2 for field p_r1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt; p_r1 RADIOBUTTON GROUP r1 USER-COMMAND change.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt; p_r2 RADIOBUTTON GROUP r1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK r1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  TEST1 = 'PARAMETER 1'.&lt;/P&gt;&lt;P&gt;  TEST2 = 'RADIOBUTTON 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;  va.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838469#M356597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838470#M356598</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 suppose u require the parameter and the radio button to be on the same line. if it is so the below code would be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;report&amp;lt;/b&amp;gt; demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of line.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Parameter&amp;lt;/b&amp;gt; para1 &amp;lt;b&amp;gt;like&amp;lt;/b&amp;gt; mara-matnr.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Parameter&amp;lt;/b&amp;gt; rb1 &amp;lt;b&amp;gt;radiobutton group &amp;lt;/b&amp;gt; rg1 &amp;lt;b&amp;gt;default&amp;lt;/b&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838470#M356598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838471#M356599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Hi&lt;/P&gt;&lt;P&gt;&amp;gt;  I want to design the Selection screen as Follows:&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Parameter Value      RadiobuttonName   RadioButton&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Like this.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Please suggest and send me the Sample Code.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN  BEGIN OF SCREEN 800 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN  BEGIN OF BLOCK PREDT WITH FRAME TITLE PREDT1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN  BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS      LOGINID LIKE Z243_MAT-MAS_AG_ID VALUE CHECK. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 4(20) CYR.&lt;/P&gt;&lt;P&gt;PARAMETERS      YEARLY RADIOBUTTON GROUP YR1 USER-COMMAND UCYR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN  END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN  END OF BLOCK PREDT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 800.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in &lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt; CYR = 'YEARLY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS REWARD ALL HELPFUL POINTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIVA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838471#M356599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838472#M356600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ABC.

SELECTION-SCREEN BEGIN OF BLOCK B1.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 5(10) TEXT-001 FOR FIELD P_MATNR.
PARAMETERS: P_MATNR LIKE MARA-MATNR.
PARAMETERS: R1 RADIOBUTTON GROUP RAD.
SELECTION-SCREEN COMMENT 60(10) TEXT-001 FOR FIELD R1.
PARAMETERS: R2 RADIOBUTTON GROUP RAD.
SELECTION-SCREEN COMMENT 75(10) TEXT-001 FOR FIELD R2.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF BLOCK B1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 10:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838472#M356600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T10:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838473#M356601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;PARAMETERS : R1 RADIOBUTTON GROUP RAD1,&lt;/P&gt;&lt;P&gt;R2 RADIOBUTTON GROUP RAD1,&lt;/P&gt;&lt;P&gt;R3 RADIOBUTTON GROUP RAD1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;S1 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S2 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S3 RADIOBUTTON GROUP RAD2 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Selection screen.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_BUKRS LIKE BKPF-BUKRS OBLIGATORY.&lt;/P&gt;&lt;P&gt;"Company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_BELNR FOR BKPF-BELNR MODIF ID M01.&lt;/P&gt;&lt;P&gt;"Accounting Doc No&lt;/P&gt;&lt;P&gt;PARAMETERS: P_GJAHR LIKE BKPF-GJAHR MODIF ID M02.&lt;/P&gt;&lt;P&gt;"Fiscal year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_BLART FOR BKPF-BLART MODIF ID M03,&lt;/P&gt;&lt;P&gt;"Document type&lt;/P&gt;&lt;P&gt;S_BUDAT FOR BKPF-BUDAT MODIF ID M04.&lt;/P&gt;&lt;P&gt;"Posting date&lt;/P&gt;&lt;P&gt;PARAMETERS: S1 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S2 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;S3 RADIOBUTTON GROUP RAD2 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 10:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838473#M356601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T10:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Selection-screen Design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838474#M356602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  It's Answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 08:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-screen-design/m-p/1838474#M356602</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T08:07:43Z</dc:date>
    </item>
  </channel>
</rss>

