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

Multiple selection on selection field

Former Member
0 Likes
1,296

Hi

I have two fields on my selection screen


SELECT-OPTIONS: iv_werks FOR ekpo-werks,
                iv_aname FOR usr02-bname .

When I go to the Multiple selction screen for iv_werks I am given a button at the bottom called Multiple selection so that I can select multiple values all at once.

If I go to the Multiple selection screen for iv_aname there is no button.

Why is the button not showing up for my second field and how can I get it to?

4 REPLIES 4
Read only

Former Member
0 Likes
729

Try to Create the buttons in the toolbar of selection screen.

Below is link for defining buttons at the selection screen.

http://help.sap.com/SAPhelp_nw04/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm

Read only

0 Likes
729

As an example go to SE16 and use table EKPO. In the selection criteria EBELN, EBELP and ABSKZ display the Multiple Selection button at the bottom when you go into Multiple selection screen. However AFNAM does not show this button.

Read only

Former Member
0 Likes
729

At the Domain level for field AFNAM there is no value table, There are no single fixed values!!

Read only

Former Member
0 Likes
729

Hi,

The field usr02-bname has multiple selection button in ECC6. If you delcare field like :

select-options: iv_aname FOR usr02-bname

surely you will get Multiple selection button.

Regards,

Bhaskar