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

Former Member
0 Likes
1,240

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.

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,188

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

11 REPLIES 11
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,189

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

Read only

Former Member
0 Likes
1,188

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

Read only

Former Member
0 Likes
1,188

Hi,

you can use the selection texts option in the se38..for this go to edit>text elements>selection texts..

Read only

Former Member
0 Likes
1,188

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.

Read only

Former Member
0 Likes
1,188

In SE38,

Choose GOTO->TEXTELEMENTS->SELECTIONTEXTS.

you can give your text as you want.

Read only

Former Member
0 Likes
1,188

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

Read only

Former Member
0 Likes
1,188

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.

Read only

Former Member
0 Likes
1,188

hi Giri,

Follow this path i.e,

GOTO->Text Elements-> Selection Texts and give the text that you wnat to display..

Regards,

Santosh

Read only

Former Member
0 Likes
1,188

in the menu goto->Text elements>selection texts , u can write here ,, and activate that

Read only

Former Member
0 Likes
1,188

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

Read only

Former Member
0 Likes
1,188

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