SAP ABAP Class CL_RSDD_CS_SORT (Sorting Rule)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_XML | Parent Class for XML Creation | 20091119 |
Properties
| Class | CL_RSDD_CS_SORT | |
| Short Description | Sorting Rule | |
| Super Class | CL_RSDD_CS_XML | Parent Class for XML Creation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20091119 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_CS_SORT has no forward declaration.
Interfaces
Class CL_RSDD_CS_SORT has no interface implemented.
Friends
Class CL_RSDD_CS_SORT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'asc' | Sort in Ascending Order | 20091119 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'dsc' | Sort in Descending Order | 20091119 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | View Attribute for Sorting | 20091119 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | Sort Direction | 20091119 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 20091119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091119 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20091119 | |
| 3 | Instance method | Public | Method | Returns the sorting attribute | 20091119 | |
| 4 | Instance method | Public | Method | Returns the sorting direction | 20091119 | |
| 5 | Instance method | Private | Method | Sets the sorting attribute | 20091119 | |
| 6 | Instance method | Public | Method | Sets the sorting direction | 20091119 |
Events
Class CL_RSDD_CS_SORT has no event.
Types
Class CL_RSDD_CS_SORT has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_SORT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_SORT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Sortierattribut | 20091119 | |||
| 2 | I_DIRECTION | Call by reference | Type reference (TYPE) | STRING | N_C_SORT_ASC | Sortierrichtung | 20091119 |
Method CONSTRUCTOR on class CL_RSDD_CS_SORT has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Sortierattribut | 20091119 |
Method GET_ATTRIBUTE on class CL_RSDD_CS_SORT has no exception.
Method GET_DIRECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DIRECTION | Value transfer | Type reference (TYPE) | STRING | Sortierrichtung | 20091119 |
Method GET_DIRECTION on class CL_RSDD_CS_SORT has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_ATTRIBUTE_BASE | Sortierattribut | 20091119 |
Method SET_ATTRIBUTE on class CL_RSDD_CS_SORT has no exception.
Method SET_DIRECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DIRECTION | Call by reference | Type reference (TYPE) | STRING | Sortierrichtung | 20091119 |
Method SET_DIRECTION on class CL_RSDD_CS_SORT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |