‎2013 Aug 23 4:12 PM
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?
‎2013 Aug 23 7:19 PM
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.
‎2013 Aug 26 7:18 AM
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.