The Config Team Ltd
Contact usDemo App
PreBilt™ for IM/WM/StRM
PreBilt™ for IM/WM/StRM
  • PREBILT FOR IM/WM/StRM
    • Overview
    • Release notes
      • v5.6.0 release notes
      • v5.5.0 release notes
  • Installation Guide
    • Prerequisites and assumptions
    • Installing Base Framework transports
    • Adjust namespace settings
    • Activate the ICF service
    • Licence manager
  • Configuration Guide
    • Overview
    • Warehouses
    • Warehouse assignments
    • BC sets
    • Transaction codes
    • Menu configuration
    • Custom messages
    • Barcode decoding functionality
    • Device type
    • F4 values
    • Translations and text ID
  • App Master Data
    • Overview
    • Upload AMD
    • Download AMD
    • Maintaining AMD
    • Screen framework
      • Selection screens
      • Input screens
      • List screens
      • Determining allowed fields/components
      • Features
        • Verification fields
        • Displaying images from a material master
        • Available data structures
        • Displaying alternative units of measure
    • Screen configuration
      • Detail screen configuration
      • List screen configuration
      • Action configuration
      • Sort configuration
    • General configuration elements
      • Calling other apps and transactions
      • Conversion Exits
      • Material search sequence
      • Suppress success messages
      • Field filters
      • Field lists
      • System guided functionality
      • Maximum records in search
      • App texts
      • FE app
  • Applications
    • Goods Receipt External
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • SAP configuration and requirements
      • User guide
      • Configuration
    • Stock Movements
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • User guide
      • Configuration
    • Physical Inventory
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • SAP configuration and requirements
      • User guide
      • Configuration
    • Stock Enquiry
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • User guide
      • Configuration
    • General Postings & MIGO
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • SAP configuration and requirements
      • User Guide
      • Configuration
        • PB2_GEN_POSTING configuration
        • PB2_GEN_POSTING_JMP configuration
        • PB2_GEN_POSTING_PP configuration
        • PB2_GEN_POSTING_RESV configuration
        • PB2_GEN_POSTING_SO configuration
        • PB2_GEN_POST_IMB configuration
        • PB2_GEN_POST_IMB_JMP configuration
        • PB2_GEN_POST_RES_IMB configuration
        • PB2_GEN_POST_SO_IMB configuration
        • PB2_GEN_POST_VLMOVE configuration
    • Picking & Packing
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • SAP requirements and configuration
      • User Guide
      • Configuration
    • User Maintenance
      • Functionality
      • Exceptions
      • Authorisations
      • SAP requirements and configuration
      • User Guide
      • Configuration
    • Generic Printing
      • Functionality
      • Exceptions
      • User Guide
      • Configuration
      • Troubleshooting
    • Document Capture
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • User Guide
      • Configuration
    • Serial Numbers
      • Functionality
      • Exceptions
      • Authorisations
      • Integration
      • User Guide
      • Configuration
    • Text Viewer
      • Functionality
      • Exceptions
      • Integration
      • SAP requirements and configuration
      • User Guide
      • Configuration
    • Barcode Decoder
      • Functionality
      • Exceptions
      • SAP configuration and requirements
      • User Guide
      • Configuration
    • Check List
      • Functionality
      • Exceptions
      • Authorisations
      • User Guide
      • Configuration
    • WM Bin Maintenance
      • Functionality
      • Exceptions
      • Authorisations
      • SAP requirements and configuration
      • User Guide
      • Configuration
    • IM Multi Bin Management
      • Functionality
      • Exceptions
      • Authorisations
      • User Guide
      • Configuration
    • Analytics
      • Functionality
      • Exceptions
      • Authorisations
      • SAP requirements and configuration
      • User Guide
      • Standard PreBilt Reports
      • Configuration
      • Troubleshooting
    • Supply Chain Reporting
      • Functionality
      • Exceptions
      • Authorisations
      • User Guide
      • Configuration
    • App Usage Report
      • Functionality
      • Authorisations
      • User Guide
    • Troubleshooting
Powered by GitBook

Help

  • Can't find what you're looking for? E-mail us.

© The Config Team 1994 - Present Day

On this page

Was this helpful?

  1. App Master Data
  2. General configuration elements

Field filters

PreviousSuppress success messagesNextField lists

Last updated 2 months ago

Was this helpful?

It is possible to create specific filters that can be added into fields in the app master data. These filter options should then be referenced against the relevant field in the ‘Source List Option’ of the Detail Screen Configuration. See below for example:

Note

The field must also have a class assigned to it and the class must have the specific field coded for, to activate the filter logic.

Adding a FILTER configuration option to a specific field allows the selection criteria available for that field to be reduced. Typical filters could be for plant (PLANT_FILTER), storage location (SLOC_FILTER), movement type (GI_MTYPE_FILTER), etc.

A FILTER configuration option should be created in configuration with the data type ‘G Selection Range Filter’.

The naming convention is that the configuration option should always end with ‘_FILTER’.

Examples are:

  • PLANT_FILTER

  • SLOC_FILTER

Field filter options

When maintaining the entries for a FILTER, it is possible to INCLUDE a certain set of entries; EXCLUDE a set of entries; or possibly use a combination of both options.

INCLUDE is entered into the app master data with the ‘Sign’ as ‘I’ and EXCLUDE is entered with ‘E’.

The ‘Option’ column is usually filled with either ‘EQ’ (Equal) for a single value entered in the ‘Low Value’ column, or ‘BT’ (Between) for entering a range from the ‘Low Value’ column to the ‘High Value’ column.

The example above uses a movement type filter: it was required to include movement types 311 through to 350 with the exception (exclude) of movement type 317 to 320 and 340.

It is possible to use other Boolean operators as listed below in the ‘Option’ column, but generally most filter selection should be possible using the EQ and BT options with either INCLUDE or EXCLUDE as appropriate:

  • LT – Less than

  • LE – Less than or equal to

  • NE – Not equal to

  • GT – Greater than

  • GE – Greater than or equal to

  • NP – Not in pattern

  • CP – Contained in pattern

Note

The entries can be entered into the table in any sequence, the system logic means all the INCLUDES are considered first and then any EXCLUDES are removed.