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 change

Former Member
0 Likes
444

Hello all, can anyone please tell me what I need to do to change the "to" in a select-options to "from", in an output of a report. By default, it is always "to". But if I need to change it to "from" what can I do to achieve it? I tried going to "Selection Texts" but it is only for changing or editing lables. Is there any other way apart from using enhancements or is there an option available?

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi ,

I am afraid if there is a way of changing it, but alternatively you can create 2 parameters separately and build the range internally in the program , in such case you can achieve the comment from .

Thanks and Regards,

Sriranjani  Chimakurthy.

Read only

Former Member
0 Likes
413

Hi Manish,

The requirement is to make the text "TO" to be changed to "FROM" in selection screen . If i am right follow the below steps. You can achieve it.

If i am wrong kindly give detail requirement in detailed.

SELECT-OPTIONS : s_mat FOR marc-werks.

AT SELECTION-SCREEN OUTPUT.

  %_S_MAT_%_APP_%-TO_TEXT = 'FROM'.


Helpful link : http://scn.sap.com/thread/1799794

Thanks,

S.Rajendranath Raparthi.