Drop-Down List BoxesDrop-down list boxes allow the user to choose an entry from a list, which drops down immediately below the field, and shows which values can be chosen. The drop-down list box is read-only, while the drop-down combo box allows the reader to make an entry in the main field, which is then added to the list if it is not already there. This type of drop-down combo box is not currently supported und is therefore not described in this context. Display of Text versus Display of CodesThere are two possible types of content in drop-down list boxes: displays of text or displays of codes. Operation by the UserAlthough users cannot make direct entries directly in a drop-down list box, they can select possible entries using either the keyboard or the mouse. Only the first letter of each keyboard entry is evaluated, for example, typing an "E" scrolls down to the first entry beginning with "E"; if you then type another letter, the system scrolls down to the first entry beginning with this letter. Either a value is already preselected in the drop-down list box, or the drop-down list box displays an "empty" entry.
Use of Drop-Down List BoxesThe general use of drop-down list boxes instead of possible entries dialogue boxes is not recommended. Instead, drop-down list boxes should be used selectively where it is possible, for example, to support the selection of a value from a limited quantity more effectively than via possible entries in F4 help. Drop-down list boxes should replace the normal possible entries dialogue box in the following cases: There are only a certain number of possible entries available (less than 40). Using the drop-down list box must improve usability. The relationship between code and text must be clear. Relationship between drop-down list boxes and other fields on the
screen Exception: If a drop-down list box is related to an input field that is displayed immediately behind it, the related input field may be shown or hidden.
Source: SAP R/3 Style Guide |