‎2010 Apr 09 12:34 AM
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?
‎2010 Apr 09 12:45 AM
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
‎2010 Apr 09 2:18 AM
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.
‎2010 Jun 10 11:25 PM
At the Domain level for field AFNAM there is no value table, There are no single fixed values!!
‎2010 Jun 11 5:40 AM
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