Selection screens
Last updated
Was this helpful?
Last updated
Was this helpful?
Selection screens comprise the following configuration options:
The screen itself, which is always setup in configuration with data type ‘D - Detail Screen Config’ allowing all the fields and their controls to be set up. See the section on .
ACTIONS option which is always setup with data type ‘H - Screen Action Config’. See the section on .
A selection screen is usually the first screen in the app when a selection of appropriate data is required before processing can begin, such as the selection of stock in the warehouse via stock enquiry by material.
Each app generally has a selection screen. The fields and options available on the selection screen will be determined by the allowed options of each specific app.
All configuration relating to a selection screen will be captured under configuration option SELECT_OPTS.
Some fields on the selection screen will have standard behaviour across all apps.
If the configuration option EXACT is not maintained for the field, entering a partial entry will return all matching materials, i.e. if TCT is entered, an input help screen will be displayed listing all matching materials; TCTFG001, TCTFG002 etc for the user to select the correct material.
The objects (and sequence of objects) that will be searched for in this process are determined at a global level, but also with an app specific search that will override the global option. This allows customers the flexibility to change the search per app, but also give them one place to maintain the search for consistency. The search options available are:
M = Material (MARA-MATNR)
E = Material EAN (MEAN-EAN11)
D = Material Description (MAKT-MAKTX)
B = Fixed Bin (MARD-LGPBE) – this is only used in certain apps such as Stock Enquiry.
If the app screen has been developed to work with wildcard entries containing an *, all materials containing the string will be passed as part of the selection (see the individual app specifications for more detail).
The configuration option to determine what can be searched for in this field, e.g. Material Number, EAN, Material Description, is controlled by the configuration option MATERIAL_SEARCH_SEQ.
If the configuration option EXACT is not maintained for the field, entering a partial entry will return all matching vendors.
Both the vendor number and the vendor description are searched for a match.
The possibility of wildcard searching will be defined at the app level.
For example, storage bin is set up to allow wildcard searching in the stock enquiry app:
Entering 01* will find all bins starting 01
Entering *01* will find all bins containing 01 anywhere in the string
Entering *01 will find all bins ending in 01
Deactivating this functionality in the app is possible by making the field an exact match only with configuration field EXACT.