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. Screen framework

Determining allowed fields/components

PreviousList screensNextFeatures

Last updated 2 months ago

Was this helpful?

Most of the screen configuration relies on referencing fields / components available within pre-defined structures that have been set up to work with each screen. Full details of which structures can be used as standard for a particular app/screen are provided in the configuration guide for the relevant app and can also be found using transaction /TCTM/WM_AMD_DTYPES.

Pressing F4 while the cursor is in the field will show the fields that can be used for the structures relevant to the particular screen. However, the following prerequisites must have been performed in the system in order for data to be available to display:

  • Table /TCTM/WM_DU needs to be populated with data for the particular app transaction and screen.

  • This is achieved by someone having set their userid with PID /TCTM/WM_SAVE_DU and then running through the app transaction in PreBilt.

  • The first time the app transaction is processed through the various screens by the user with the PID set, the data is written into the table /TCTM/WM_DU, and thus available for the F4 lookup.

The primary structure is the main structure that builds a table containing ancillary data from the secondary structures (structures with a prefix). Fields should be used from the secondary structures as best practice, and those fields should be in the format [prefix]-[field]. Fields in AMD with a prefix should not require a class.

The available structures can be viewed via standard SAP transactions (e.g., SE12). Enter the structure in the ‘View’ field and select ‘Display’:

The available fields/components will then be displayed on the left. The structure and component can be used to add a field as needed into an app screen.

In the example below, if structure /TCTM/LQUA was available as a structure in a particular app screen and the field ‘Blocking Reason’ (SPGRU) needed to be added, either add SPGRU or LQUA-SPGRU into the app master data for that screen.

Note

The ‘Component Type’ is the value to use for the DDIC (Data Dictionary) definition in the app master data field ‘Label’, not the ‘Component’. For example, plant is denoted by field/component ‘WERKS’ but its label must be maintained with ‘DDIC-‘, followed by the Component Type, followed by a dash and a character to determine the SAP field description length to use:

  • S (short)

  • M (medium)

  • L (long)

In the example of Plant, the label will be maintained as DDIC-WERKS_D-M in order to display the medium label text for plant.