‎2006 Oct 06 7:08 PM
Hi all,
I have a small requirement to change the selection screen display while using selec-options.
Standard-
when you use select-options; you see on selection-screen-
For ex- Date __________ to __________ .
Now, my requirement is to change "to" into
"Cut-off date".
I tried making change dynamically at selection-screen output but the length of the field is only '5'.
How do i go about making this change?
Regards.
‎2006 Oct 06 7:21 PM
Its not possible vasu !!
better you create 2 parameters in the same line with your required text and make use as a range.
Thanks
Eswar
-
Here is the code:
<b>SELECTION-SCREEN:BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-000.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (10) TEXT-001.
PARAMETERS: P_BEGDA TYPE BEGDA.
SELECTION-SCREEN POSITION 25.
SELECTION-SCREEN COMMENT (15) TEXT-002.
PARAMETERS: P_ENDDA TYPE BEGDA.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN:END OF BLOCK B1.</b>
text elements:
text-001 Date
text-002 Cut-off Date
Mark if it helps u.
Message was edited by: Eswar Kanakanti
‎2006 Oct 06 7:22 PM
Hi
i think u cannot do this with select options..
Cheers,
Abdul Hakim