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 (SAPABAP)

Former Member
0 Likes
1,093

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

U need to replace it with selection text..

<b>Menu Bar -> GO to -


>Text elements->Selection texts</b>

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.

10 REPLIES 10
Read only

Former Member
0 Likes
1,067

Hi

U need to replace it with selection text..

<b>Menu Bar -> GO to -


>Text elements->Selection texts</b>

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.

Read only

amit_khare
Active Contributor
0 Likes
1,067

IN SE38 ->GOTO->TEXT ELEMENT->SELECTION SCREEN change the text there for s_matnr

Read only

Former Member
0 Likes
1,067

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

Read only

Former Member
0 Likes
1,067

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

Read only

Former Member
0 Likes
1,067

Hi,

%_<sel_options>_%_APP_%-TEXT = 'text'.

in ur case

<b>%_S_MATNR_%_APP_%-TEXT = 'Material no'.</b>

rgds,

bharat.

Read only

Former Member
0 Likes
1,067

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>

Read only

Former Member
0 Likes
1,067

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^

Read only

Former Member
0 Likes
1,067

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

Read only

Former Member
0 Likes
1,067

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.

Read only

Former Member
0 Likes
1,067

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 -


>Text elements->Selection texts

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