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
  • Body section configuration elements
  • Header section configuration elements
  • List screen example
  • Filter

Was this helpful?

  1. App Master Data
  2. Screen framework

List screens

PreviousInput screensNextDetermining allowed fields/components

Last updated 2 months ago

Was this helpful?

List screens will only be built as scrollable and page up/page down functionality will not be included. If needed for older devices this can be completed as a custom enhancement.

A list screen will comprise a header section and body section, so typically always has the following configuration options.

Body section configuration elements

The body section of a list screen includes configurable fields of selected data, grouped together in sections (sometimes called buttons, as the sections are typically clicked to access the next screen).

Header section configuration elements

  • HEADER option for the header section, which is set up with data type ‘D - Detail Screen Config’ allowing all the fields and their controls to be set up. See the section on Detail Screen Configuration.

  • HEADER_EX option to control whether the header section should be displayed initially as expanded (i.e. visible) or compressed (i.e. only visible by selecting the expansion icon). The following options are available:

    • blank - the header section will be hidden / collapsed

    • A - the header section will be displayed / expanded

    • B – the header section with be collapsed but, if there is no data to display, it will be disabled, i.e. the icon and panel will not be displayed at all.

The header section will include the fields that have been defined in the app master data for the HEADER, but only if they have the same value as all the items in the body section.

In addition to the available fields in the structures linked to the app, there may be some total or count fields available to summarise the totals or counts from the list body, specific to each app.

Any field in the LIST can have one of the following suffixes added into the HEADER. The naming convention is a field name followed by a suffix outlining the type of entry. The suffixes are:

  • _COUNT – this will display the number of different values in the list.

  • _SUM – this can only be used for numeric fields and will total up the quantity from all the items in the list for that field.

  • _MIN – this will display the lowest value.

  • _MAX – this will display the largest value.

There is also a special LIST_COUNT which is available for any header screen that will display the number of items in the list.

List screen example

Filter

A ‘filter’ bar will be displayed at the top of any list screen if any items in the body of the list are configured with FILTER activated.

Only these items will be considered when searching / filtering the item list. If no items are configured for FILTER, the filter bar will not appear on the screen.

The screen itself, which is always set up with data type ‘E – List Screen Config’ allowing all the fields and their controls to be set up. See the section on .

ACTIONS option which is always set up with data type ‘H - Screen Action Config’. See the section on .

SORT option which is always set up with data type ‘C – String List’. See the section on .

List Screen Configuration
Action Configuration
Sort Configuration