SAP ABAP Class IF_SALV_WD_SORT (Settings for Sorting a Field)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_WD_FIELD Field of the Internal Data Table 20040909
Properties
Class IF_SALV_WD_SORT  
Short Description Settings for Sorting a Field    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040909   SAP 
Last change 20071217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SALV_WD_C_SORT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SALV_WD_SORT has no interface implemented.
Friends
Class IF_SALV_WD_SORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GROUPING_ALLOWED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041201
2 GROUP_AGGREGATION_ALLOWED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20050222
3 INITIAL_SORT_ORDER Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_SORT=>SORT_ORDER 20060706
4 R_SORT_RULE Instance attribute Public Object reference (TYPE REF TO) CL_SALV_WD_SORT_RULE Sort Conditions of Table Field 20041201
5 SORT_ALLOWED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041201
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_SORT_RULE Instance method Public Method Generates the Sort Condition for the Field 20040909
2 DELETE_SORT_RULE Instance method Public Method Deletes the Sort Condition for the Field 20041223
3 GET_INITIAL_SORT_ORDER Instance method Public Method Returns Preferred Sort Direction 20060706
4 GET_SORT_RULE Instance method Public Method Returns the Sort Condition for the Field 20040909
5 IS_GROUPING_ALLOWED Instance method Public Method Shows Whether Same Values in Field Are Combined 20050127
6 IS_GROUP_AGGREGATION_ALLOWED Instance method Public Method Shows Whether Intermediate Results Are Permitted for Field 20050222
7 IS_SORT_ALLOWED Instance method Public Method Shows Whether Field Can Be Used for Sorting 20040915
8 SET_GROUPING_ALLOWED Instance method Public Method Combines Same Values in Sorted Field into One 20041022
9 SET_GROUP_AGGREGATION_ALLOWED Instance method Public Method Permits Formation of Intermediate Results Using This Field 20050222
10 SET_INITIAL_SORT_ORDER Instance method Public Method Defines Preferred Sort Direction 20060706
11 SET_SORT_ALLOWED Instance method Public Method Permits Sorting By This Field 20040915
Events
Class IF_SALV_WD_SORT has no event.
Types
Class IF_SALV_WD_SORT has no local type.
Method Signatures

Method CREATE_SORT_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP_AGGREGATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040909
2 Importing SORT_ORDER Call by reference Attribute reference (LIKE) IF_SALV_WD_C_SORT=>SORT_ORDER IF_SALV_WD_C_SORT=>SORT_ORDER_ASCENDING Sortierung - aufsteigend / absteigend 20040909
3 Importing SORT_POSITION Call by reference Type reference (TYPE) I Position in der Sortierfolge 20040909
4 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_SORT_RULE Sortierbedingungen eines Tabellenfeldes 20040909

Method CREATE_SORT_RULE on class IF_SALV_WD_SORT has no exception.

Method DELETE_SORT_RULE Signature

Method DELETE_SORT_RULE on class IF_SALV_WD_SORT has no parameter.
Method DELETE_SORT_RULE on class IF_SALV_WD_SORT has no exception.

Method GET_INITIAL_SORT_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_WD_C_SORT=>SORT_ORDER 20060706

Method GET_INITIAL_SORT_ORDER on class IF_SALV_WD_SORT has no exception.

Method GET_SORT_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_SORT_RULE Sortierbedingungen - Objektreferenzen pro Tabellenfeld 20040909

Method GET_SORT_RULE on class IF_SALV_WD_SORT has no exception.

Method IS_GROUPING_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20050127

Method IS_GROUPING_ALLOWED on class IF_SALV_WD_SORT has no exception.

Method IS_GROUP_AGGREGATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20050222

Method IS_GROUP_AGGREGATION_ALLOWED on class IF_SALV_WD_SORT has no exception.

Method IS_SORT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20040915

Method IS_SORT_ALLOWED on class IF_SALV_WD_SORT has no exception.

Method SET_GROUPING_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041022

Method SET_GROUPING_ALLOWED on class IF_SALV_WD_SORT has no exception.

Method SET_GROUP_AGGREGATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050222

Method SET_GROUP_AGGREGATION_ALLOWED on class IF_SALV_WD_SORT has no exception.

Method SET_INITIAL_SORT_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_WD_C_SORT=>SORT_ORDER IF_SALV_WD_C_SORT=>SORT_ORDER_ASCENDING 20060706

Method SET_INITIAL_SORT_ORDER on class IF_SALV_WD_SORT has no exception.

Method SET_SORT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040915

Method SET_SORT_ALLOWED on class IF_SALV_WD_SORT has no exception.
History
Last changed by/on SAP  20071217 
SAP Release Created in