‎2006 Nov 16 12:48 PM
hi all,
please help me i wrote below code in my pgm.
parameters : s_bukrs type vdarl-bukrs default 'C210' OBLIGATORY.
select-options: s_ranl FOR vdarl-ranl,
s_sgesst FOR vdarl-SGESST.
I want to display my own names before the fields on the selection screen but it is displaying the names S_BUKRS,S_RANL n S_SGESST.Please tell me how to display my own names or the description from the database.
Thanx in advance.
Regards.
Giri.
‎2006 Nov 16 12:49 PM
Hi,
GOTO->TEXT ELEMENTS
then Selection text, For each of your select option give your own name.
If you want the text from the Data element then you need to make sure you have these fileds typed accordingly with the same DATA element.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2006 Nov 16 12:49 PM
Hi,
GOTO->TEXT ELEMENTS
then Selection text, For each of your select option give your own name.
If you want the text from the Data element then you need to make sure you have these fileds typed accordingly with the same DATA element.
Regards,
Sesh
Message was edited by:
Seshatalpasai Madala
‎2006 Nov 16 12:50 PM
Go to the SELECTION TEXTs of the program and change the names of the fields.
In SE38 once you display the program, in the menu use Go To
Regards,
Ravi
Note Pl mark all the helpful answers
‎2006 Nov 16 12:50 PM
Hi,
you can use the selection texts option in the se38..for this go to edit>text elements>selection texts..
‎2006 Nov 16 12:50 PM
Hullo,
while in the ABAP editor use the following menu-path:
Go to -> textelements -> selection texts.
There you should find a list of your input variables (S_BUKRS,S_RANL n S_SGESST) and can add the texts you want. These text will then be displayed at the selection screen.
Remember to activate those texts (apart from the source code) as well.
Hope this helps.
‎2006 Nov 16 12:50 PM
In SE38,
Choose GOTO->TEXTELEMENTS->SELECTIONTEXTS.
you can give your text as you want.
‎2006 Nov 16 12:51 PM
Hi Giri,
You need to change the Selection text.
Goto(at top)->text elements -> selection texts.
Give name whatever u want on selectio screen.
Rewared points if this Helps.
Manish
‎2006 Nov 16 12:51 PM
hi Giri,
It simple and easy. Goto Menu
Goto->Text Elements->Selection Text
you will get a list of all the select options(under name column) and parameter that you have used in the program. Write the text that you want under the text column and then activate it.
Regards,
Richa.
‎2006 Nov 16 12:51 PM
hi Giri,
Follow this path i.e,
GOTO->Text Elements-> Selection Texts and give the text that you wnat to display..
Regards,
Santosh
‎2006 Nov 16 12:52 PM
in the menu goto->Text elements>selection texts , u can write here ,, and activate that
‎2006 Nov 16 12:52 PM
Hi,
Goto .-----> text elements ---> Selection texts.
and give the names what ever you want for the parameters your have mentioned.
Regards,
Ram
Reward points if helpful
‎2006 Nov 16 12:54 PM
Hi Giri, you just have to entre in the Goto Menu -> Text Elements -> Selection Texts, there are the parameters and select-options and you can fill them as you prefer.
I hope being helpful....
Norma Barradas