2007 May 02 5:24 AM
Hi Friends,
I am developing a report in which in select-option ,i declare :-
s_matnr for mara-matnr .which gives output in screen as <b>s_matnr</b>
but my requirement is to display <b>Material no.</b>.
Could u tell me how to do it ?
Thx in Adv.
Bobby
Hi Friends,
I am developing a report in which in select-option ,i declare :-
s_matnr for mara-matnr .which gives output in screen as <b>s_matnr</b>
but my requirement is to display <b>Material no.</b>.
Could u tell me how to do it ?
Thx in Adv.
Bobby
2007 May 02 5:24 AM
Hi
U need to replace it with selection text..
<b>Menu Bar -> GO to -
u will get a screen asking the selection text..
Enter Material Number or
right side thee will be a <b>check box with Dictionary</b>
Check it..will fetch u the dictionary Text for u.
2007 May 02 5:26 AM
IN SE38 ->GOTO->TEXT ELEMENT->SELECTION SCREEN change the text there for s_matnr
2007 May 02 5:26 AM
Hi,
You can edit text you want to display instead of selection screen parameters by overwritting selection text.
Goto->Text Elements->Selection Texts
Regards,
Manish Joshi
2007 May 02 5:28 AM
Hi,
Follow this menu path GOTO-- text elements -- selection texts and u can edit selection text for s_matnr.
Award if helpful.
Jogdand M B
2007 May 02 5:32 AM
Hi,
%_<sel_options>_%_APP_%-TEXT = 'text'.
in ur case
<b>%_S_MATNR_%_APP_%-TEXT = 'Material no'.</b>
rgds,
bharat.
2007 May 02 5:32 AM
Hi,
<b>Follow the steps:</b>
Menu Bar ---> Goto -
>Text elements ---> Selection texts
Enter Text as 'Material Number' in front of 's_matnr'
Thanks,
<b>NOTE: Reward if helpful</b>
2007 May 02 5:33 AM
hi
good
checkout wheather there is any value for matnr in mara table,if yes than check with the declaration proplery for the select-option.
thanks
mrutyun^
2007 May 02 5:33 AM
Hi bobby,
Go to the menu bar "GOTO" -> "Text Elements" -> "Selection Texts".
Here, u can give the corresponding which u want to display.
But remember to save and activate before u see the changes.
Thanks,
Viji
2007 May 02 5:34 AM
Hi Bapi,
For the same you have to replace s_matnr with the selection text...... for changing the same path is...
From your editior(SE38) -> GOTO -> TEXT ELEMENTS -> SELECTION TEXTS...
from here you can change your default text of the select-option(Selection screen) ... also with other tabs you can change the other hard coded texts using the message-id.
2007 May 02 5:37 AM
Hi Bobby,
You have to write 'Material No' inplace of s_matnr in selection texts.
path for this is written below :
Menu Bar -> GO to -
Here u can write 'Material No'. in front of s_matnr .save & activate it.
u'll get 'material no' as text on your selection screen.
Please reward if helpful.
Regards,
Hemant
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |