‎2007 Jul 16 8:27 AM
how can i change the selection text dynamically of a parameter or select option.
‎2007 Jul 16 8:30 AM
you can try something like this
REPORT ychatest.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.
‎2007 Jul 16 8:29 AM
hi,
Goto->Text Elements->Selection Texts.
U can whatever text u r willing to give for the parameter or select-options.
‎2007 Jul 16 8:30 AM
you can try something like this
REPORT ychatest.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.
‎2007 Jul 16 8:31 AM
Hi,
Open the program in SE38.
In the se38 menu bar u will have GO TO --> Textelements -> selection texts...here u can modify the name
<b>Reward points</b>
Regards
‎2007 Jul 16 8:34 AM
Hi
There are two types to change selection text one is through coding part and another is manually
This is how to change from coding
SELECTION-SCREEN : pavan(15) text-001 FOR FIELD p_name.or
Open the program in SE38.
In the se38 menu bar u will have
Goto --> Textelements -> selection texts..Now u can change ur name of selection text
Reward all helpfull answers
Regards
Pavan
‎2007 Jul 16 8:42 AM
HI
GOTO -> TEXT ELEMENTS ->
WHAT EVER YOU WANT YOU CAN DO CHANGES HERE