<?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: Select option in Dialog program screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147199#M116486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed it...,sorry for the confusion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2006 10:39:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-25T10:39:00Z</dc:date>
    <item>
      <title>Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147188#M116475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do we have any way to get a select option displayed in dialog programming ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a screen field with the properties of a select option in dialog screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any standard function module to support this scenario ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sakthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 23:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147188#M116475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T23:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147189#M116476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1.on the screen create the fields low and high as in select option say with names s_matnr-low and s_matnr-high

2.Declare ranges table with name s_matnr
   data : begin of s_matnr occurs 0,
            sign(1),
            option(2),
            low like mara-matnr,
            high like mara-matnr,
          end of s_matnr.


3.u can use this internal table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 23:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147189#M116476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T23:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147190#M116477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the issue is, I want all the options of a select option to be present in the screen field. All additions....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even I got the logic you told me. but how can I give the options of a selcet option for a screen field ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 23:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147190#M116477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T23:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147191#M116478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;try this......


selection-screen begin of screen 101.
selection-screen begin of block b1 with frame title text-001.
select-options:s_matne for mara-matnr.
selection-screen end of block b1 .
selection-screen end of screen 101.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 23:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147191#M116478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T23:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147192#M116479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot directly have a screen field that is a select option. You can however do as Sekhar told, that is to declare a selection screen 100 and then include that in a subscreen area of your main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 00:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147192#M116479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T00:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147193#M116480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas is right, there are a couple of ways of doing this, but the easiest is to include the selection screen in a subscreen, then include the subscreen in your dynpro.  Here is a sample program which will walk you thru the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0006 .

tables: mara.

* Custom Selection Screen 1010
selection-screen begin of screen 1010 as subscreen.
selection-screen begin of block b1 with frame title text-001.
parameters: p_rad1 radiobutton group grp1 default 'X',
            p_rad2 radiobutton group grp1,
            p_rad3 radiobutton group grp1.
select-options: s_matnr for  mara-matnr,
                s_matkl for  mara-matkl,
                s_mtart for  mara-mtart.
selection-screen end of block b1.
selection-screen end of screen 1010.


start-of-selection.

  call screen 100.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
module status_0100 output.
*  SET PF-STATUS 'xxxxxxxx'.
*  SET TITLEBAR 'xxx'.

endmodule.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
module user_command_0100 input.

endmodule.


* create   screen 100 and create a subscreen area called "subscreen_1010"


* Screen Flow Logic follows

*process before output.
*
*  module status_0100.
*
*  call subscreen subscreen_1010 including sy-repid '1010'.
*
*process after input.
*
*  call subscreen subscreen_1010 .
*
*  module user_command_0100.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 01:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147193#M116480</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-25T01:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147194#M116481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alternatviely you can use this FM to get selection screen type dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMPLEX_SELECTIONS_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 06:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147194#M116481</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-25T06:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147195#M116482</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;yes there is a way to make a field select option,&lt;/P&gt;&lt;P&gt;double click on field which you want to make it as select option, it will display the attributes screen, in that click on &amp;lt;b&amp;gt;program&amp;lt;/b&amp;gt; attributes button , now go to &amp;lt;b&amp;gt;poss. entries&amp;lt;/b&amp;gt; in the dropdown choose &amp;lt;b&amp;gt;1 show at selection&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it will behave like no-intervals option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we did one such requirement....&lt;/P&gt;&lt;P&gt;check it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 09:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147195#M116482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T09:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147196#M116483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats for providing F4 icon for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with that we can code F4 for a field. you wont get select-option kind of field with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are only two options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. define a selection-screen and call it in your program (as suggested by Rich)&lt;/P&gt;&lt;P&gt;2. use the FM i had suggested. (declare the field in and place a icon next to it and on click of that you call the fm i have mentioned and give reference to the field to the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 09:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147196#M116483</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-25T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147197#M116484</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 don't know you checked it or not, but i am able to do it, i send the screen shot also to you check it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible,with some coding also  check it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_SCREEN                            .
DATA : BEGIN OF IT_DYNPFIELDS OCCURS 3.
        INCLUDE STRUCTURE DYNPREAD.
DATA : END OF IT_DYNPFIELDS.
DATA: TEST(10) TYPE C.
RANGES:  R_UNAME FOR SY-UNAME.
DATA:     V_USERNAME LIKE  SY-UNAME.
DATA : V_PROG LIKE D020S-PROG VALUE 'ZTEST_SCREEN',
       V_DNUM LIKE D020S-DNUM VALUE '0100'.
CALL SCREEN 100.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE STATUS_0100 OUTPUT.
  SET PF-STATUS 'TEST'.
*  SET TITLEBAR 'xxx'.

ENDMODULE.                 " STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE USER_COMMAND_0100 INPUT.
  CASE SY-UCOMM.

    WHEN 'BACK'.
      LEAVE TO SCREEN 0.

  ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  GET_CURSOR_USERNAME  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE GET_CURSOR_USERNAME INPUT.

  REFRESH IT_DYNPFIELDS.
  CLEAR   IT_DYNPFIELDS.

  MOVE 'V_USERNAME' TO IT_DYNPFIELDS-FIELDNAME.
  APPEND IT_DYNPFIELDS.
  CLEAR   IT_DYNPFIELDS.

  CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
      DYNAME               = V_PROG
      DYNUMB               = V_DNUM
      TRANSLATE_TO_UPPER   = 'X'
    TABLES
      DYNPFIELDS           = IT_DYNPFIELDS
    EXCEPTIONS
      INVALID_ABAPWORKAREA = 1
      INVALID_DYNPROFIELD  = 2
      INVALID_DYNPRONAME   = 3
      INVALID_DYNPRONUMMER = 4
      INVALID_REQUEST      = 5
      NO_FIELDDESCRIPTION  = 6
      INVALID_PARAMETER    = 7
      UNDEFIND_ERROR       = 8
      DOUBLE_CONVERSION    = 9
      STEPL_NOT_FOUND      = 10
      OTHERS               = 11.
  IF SY-SUBRC = 0.
    READ TABLE IT_DYNPFIELDS WITH KEY FIELDNAME = 'V_USERNAME'.
    IF SY-SUBRC = 0.
      V_USERNAME = IT_DYNPFIELDS-FIELDVALUE.
    ENDIF.
  ENDIF.
  PERFORM GET_MULTIPLE.


ENDMODULE.                 " GET_CURSOR_USERNAME  INPUT
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  GET_MULTIPLE
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  --&amp;gt;  p1        text
*  &amp;lt;--  p2        text
*----------------------------------------------------------------------*
FORM GET_MULTIPLE .
* Dynamically holding Field name
  FIELD-SYMBOLS: &amp;lt;FST&amp;gt; TYPE STANDARD TABLE.
  IF  R_UNAME[] IS INITIAL.
    IF NOT V_USERNAME IS INITIAL.
      R_UNAME-SIGN = 'I'.
      R_UNAME-OPTION = 'EQ'.
      R_UNAME-LOW = V_USERNAME.
      APPEND R_UNAME.
      CLEAR  R_UNAME.
    ENDIF.
  ENDIF.

  ASSIGN R_UNAME[] TO &amp;lt;FST&amp;gt;.
  CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
    EXPORTING
      TITLE             = 'Select Multiple Value'(059)
      TEXT              = 'Finish Group'(058)
      SIGNED            = 'X'
      LOWER_CASE        = ' '
      NO_INTERVAL_CHECK = 'X'
      JUST_DISPLAY      = ' '
      JUST_INCL         = 'X'
    TABLES
      RANGE             = &amp;lt;FST&amp;gt;
    EXCEPTIONS
      NO_RANGE_TAB      = 1
      CANCELLED         = 2
      INTERNAL_ERROR    = 3
      OTHERS            = 4.

  IF SY-SUBRC = 0.
    READ TABLE R_UNAME INDEX 1.
    IF SY-SUBRC = 0.
      V_USERNAME = R_UNAME-LOW.
    ENDIF.
  ENDIF.

ENDFORM.                    " GET_MULTIPLE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow loogic....&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
 MODULE STATUS_0100.
*
PROCESS AFTER INPUT.
 MODULE USER_COMMAND_0100.

 PROCESS ON VALUE-REQUEST.

*- To capture the cursor and for f4
  FIELD V_USERNAME      MODULE GET_CURSOR_USERNAME.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in screen i have one field v_username&lt;/P&gt;&lt;P&gt;for that field do this &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;double click on field which you want to make it as select option, it will display the attributes screen, in that click on program attributes button , now go to poss. entries in the dropdown choose 1 show at selection.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 10:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147197#M116484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147198#M116485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Vijay there seems to be a misunderstanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is your preiouvs answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;lt;i&amp;gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes there is a way to make a field select option,&lt;/P&gt;&lt;P&gt;double click on field which you want to make it as select option, it will display the attributes screen, in that click on program attributes button , now go to poss. entries in the dropdown choose 1 show at selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it will behave like no-intervals option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we did one such requirement....&lt;/P&gt;&lt;P&gt;check it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay"&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where there is no mention of coding, just making the attribute change. thats why i was mentioning that you have to use the FM ('COMPLEX_SELECTIONS_DIALOG') and not by just simply chaning the attribute .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears the doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 10:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147198#M116485</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-25T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147199#M116486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed it...,sorry for the confusion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2006 10:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147199#M116486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-25T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147200#M116487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you get your icon changed when using this code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2007 19:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147200#M116487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-04T19:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147201#M116488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich Heilman,&lt;/P&gt;&lt;P&gt;you are simply superb.  i had similar requirement.  by your answer. i got it done.&lt;/P&gt;&lt;P&gt;thank you so much !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 19:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147201#M116488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T19:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147202#M116489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed ur code for one of my requirements and it works perfect !! I have a question on this...Once i make my selections , i understand my selection criteria is stored in R_UNAME[] as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I EQ 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I GE 10&lt;/P&gt;&lt;P&gt;I LE  20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  BT 10 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how do i make use of this in my select statement to retrieve the data ... For e.g. in my requirement I want to allow user to enter values for sales order...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he can choose to enter a sales order number range , or just one equal to value or greater than value etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i accomodate this in my where clause in my select statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 16:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147202#M116489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T16:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147203#M116490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guessed that I shud use the IN operator but it was not working for me initially. But now when I debugged it, it does. I dont know what went wrong but its fine now. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 18:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147203#M116490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select option in Dialog program screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147204#M116491</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;Use MODAL DIALOG box for this, and simulate the Select-Option Functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 19:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-in-dialog-program-screen/m-p/1147204#M116491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T19:08:58Z</dc:date>
    </item>
  </channel>
</rss>

