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 option icon

Former Member
0 Likes
711

Hi all,

Can anyone sugesst me which icon used for select option.

It's urgent.

Thanks

Sanket

3 REPLIES 3
Read only

Former Member
0 Likes
572

Sanketh,

Use SELECTION symbol...

Regards..

Read only

Former Member
0 Likes
572

Hi,

Your query is not so clear do you want the select-options icon or for selection option. If it is for general select then a tick mark is generally used to select. Or for select option you can check from below reply

In ABAP for select option you can do it in two ways.

1) ABAP Coding:

SELECT-OPTIONS:matnr FOR mara-matnr OBLIGATORY.

2) Screen Painter:

In screen painter you can find different icons for this.

Regards

Murthy

Read only

Former Member
0 Likes
572

Hi,

In selection screen you can use

SELECT-OPTIONS : s_tcode for tstc-tcode.

thanks

Kinjal