Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

select-options usage?

Former Member
0 Likes
346

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.

2 REPLIES 2
Read only

Former Member
0 Likes
320

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

Read only

abdul_hakim
Active Contributor
0 Likes
320

Hi

i think u cannot do this with select options..

Cheers,

Abdul Hakim