SAP ABAP Interface IF_SALV_WD_SORT (Settings for Sorting a Field)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_CONFIG (Package) SALV WD Configuration
⤷
⤷
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
| Interface | IF_SALV_WD_SORT | |
| Short Description | Settings for Sorting a Field |
General Data
| Package | SALV_WD_CONFIG | SALV WD Configuration |
| Created | 20040909 | SAP |
| Last changed | 20071217 | SAP |
| 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
Interface IF_SALV_WD_SORT has no interface.
Friends
Interface IF_SALV_WD_SORT has no friend.
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 | Instance method | Public | Method | Generates the Sort Condition for the Field | 20040909 | |
| 2 | Instance method | Public | Method | Deletes the Sort Condition for the Field | 20041223 | |
| 3 | Instance method | Public | Method | Returns Preferred Sort Direction | 20060706 | |
| 4 | Instance method | Public | Method | Returns the Sort Condition for the Field | 20040909 | |
| 5 | Instance method | Public | Method | Shows Whether Same Values in Field Are Combined | 20050127 | |
| 6 | Instance method | Public | Method | Shows Whether Intermediate Results Are Permitted for Field | 20050222 | |
| 7 | Instance method | Public | Method | Shows Whether Field Can Be Used for Sorting | 20040915 | |
| 8 | Instance method | Public | Method | Combines Same Values in Sorted Field into One | 20041022 | |
| 9 | Instance method | Public | Method | Permits Formation of Intermediate Results Using This Field | 20050222 | |
| 10 | Instance method | Public | Method | Defines Preferred Sort Direction | 20060706 | |
| 11 | Instance method | Public | Method | Permits Sorting By This Field | 20040915 |
Events
Interface IF_SALV_WD_SORT has no event.
Types
Interface 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 | GROUP_AGGREGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20040909 | |||
| 2 | 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 | SORT_POSITION | Call by reference | Type reference (TYPE) | I | Position in der Sortierfolge | 20040909 | |||
| 4 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_SORT_RULE | Sortierbedingungen eines Tabellenfeldes | 20040909 |
Method CREATE_SORT_RULE on Interface IF_SALV_WD_SORT has no exception.
Method DELETE_SORT_RULE Signature
Method DELETE_SORT_RULE on Interface IF_SALV_WD_SORT has no parameter.
Method DELETE_SORT_RULE on Interface 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 | VALUE | Value transfer | Attribute reference (LIKE) | IF_SALV_WD_C_SORT=>SORT_ORDER | 20060706 |
Method GET_INITIAL_SORT_ORDER on Interface 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 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_SORT_RULE | Sortierbedingungen - Objektreferenzen pro Tabellenfeld | 20040909 |
Method GET_SORT_RULE on Interface 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 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050127 |
Method IS_GROUPING_ALLOWED on Interface 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 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050222 |
Method IS_GROUP_AGGREGATION_ALLOWED on Interface 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 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20040915 |
Method IS_SORT_ALLOWED on Interface 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 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20041022 |
Method SET_GROUPING_ALLOWED on Interface 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 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050222 |
Method SET_GROUP_AGGREGATION_ALLOWED on Interface 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 | 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 Interface 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 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20040915 |
Method SET_SORT_ALLOWED on Interface IF_SALV_WD_SORT has no exception.
History
| Last changed by/on | SAP | 20071217 |
| SAP Release Created in | 700 |