SAP ABAP Data Element FPMGB_ORDER_CRITERION (Specifies which Values to Sort By)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Basic Data
Data Element FPMGB_ORDER_CRITERION
Short Description Specifies which Values to Sort By  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FPMGB_ORDER_CRITERION    
Data Type NUMC   Character string with only digits 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Sort 
Medium 20 Sort Criterion 
Long 35 Sort Criterion 
Heading 50 Sort Criterion 
Documentation

Definition

Determines how you sort the values in a column.

Use

In most cases it is clear how to sort values in a column, for example, for integer values. However, there are value types for which different sorting strategies are possible. For each value type, an implicit sort criterion is defined (Default).

The other value types are described below with specific examples:

  • Code Lists

    Code lists are a list of code and description pairs. Normally the code is contained in an internal table and the description is shown on the user interface. You can choose to sort your column by the code (Internal), by the description (External), or by the list order which the application defines itself (Enumeration). The default is Enumeration.

  • Conversion Exits

    Conversion exits produce a special representation of an internal value (in the data table) for the user interface (external value). You can sort via the internal value (Internal) or external value (External). The default is Internal.

  • Currency and Unit Values

    Both of these value types are like code lists but you can sort only by the currency/unit value (Internal) or by the description (External). The default is Internal.

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 703