SAP ABAP Data Element UPARM_Y_COL_SORTING_EXP (Column Sorting Expression Separated by ';')
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
     UPARM (Package) Retail MAP Master Data Maintenance
Basic Data
Data Element UPARM_Y_COL_SORTING_EXP
Short Description Column Sorting Expression Separated by ';'  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type UPARM_COL_SORTING_EXP    
Data Type CHAR   Character String 
Length 50    
Decimal Places 0    
Output Length 50    
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 Exp 
Medium 18 Column Sorting Exp 
Long 25 Column Sorting Expression 
Heading 25 Column Sorting Expression 
Documentation

Definition

Column sorting expression is used to give a default sorting behavior. Any column can be sorted. Every colum is separated with a semicolon ';'. To sort a column in ascending order (default sort behiavor), you can specify (A) to the right of the column ID to be sorted. To sort the column in descending order, you can specify (D) to the right of the column ID to be sorted.

Use

Dependencies

Example

Example 1: You want to sort columns 1 and 2 in ascending order. Sorting expression can be: 1;2 or 1(A);2(A)

Example 2: You want to sort column 1 in ascending order and 2 in descending order. Sorting expression can be: 1(A);2(D)

History
Last changed by/on SAP  20141031 
SAP Release Created in 705