SAP ABAP Interface IF_RSRT_SORT_RULE (Sort Rule)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_SORT_RULE | Sort Rule | 20111213 |
Properties
Interface | IF_RSRT_SORT_RULE | |
Short Description | Sort Rule |
General Data
Package | RSRT_BICS_MODEL | RSRT BICS Model |
Created | 20111006 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RSRT_SORT_RULE has no forward declaration.
Interfaces
Interface IF_RSRT_SORT_RULE has no interface.
Friends
Interface IF_RSRT_SORT_RULE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_CS_SORT_DIRECTION | Constant | Public | See coding | Constant: Sort Direction (Ascending/Descending/None) | 20111007 | |||
2 | N_O_FIELD | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSRT_FIELD | Table Field | 20111007 | ||
3 | N_POSITION | Instance attribute | Public | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20111107 | ||
4 | N_SORT_DIRECTION | Instance attribute | Public | Type reference (TYPE) | TN_SORT_DIRECTION | Sort Direction (Ascending/Descending/None) | 20111007 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Field | 20111006 |
2 | ![]() |
Instance method | Public | Method | Set Sort Direction (Ascending/Descending/None) | 20111006 |
3 | ![]() |
Instance method | Public | Method | Get Sort Position | 20111107 |
4 | ![]() |
Instance method | Public | Method | Set Sort Direction (Ascending/Descending/None) | 20111006 |
5 | ![]() |
Instance method | Public | Method | Set Sort Position | 20111107 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | HANDLE_CHANGED | Instance Event (0) |
Public (2) |
Handle Filter Changed | 20111105 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_SORT_DIRECTION | Public | See coding | Sort Direction (Ascending/Descending/None) | 20111007 | tn_SORT_DIRECTION type n length 2
|
|
2 | TN_S_SORT_RULE | Public | See coding | 20111213 | begin of tn_s_sort_rule,
position type sytabix,
o_sort_rule type ref to if_rsrt_sort_rule,
end of tn_s_sort_rule
|
||
3 | TN_T_SORT_RULE | Public | See coding | Sort Rule List | 20111213 | tn_t_sort_rule type standard table of tn_s_sort_rule with default key initial size 1
|
Method Signatures
Method GET_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_FIELD | Table Field | 20111006 |
Method GET_FIELD on Interface IF_RSRT_SORT_RULE has no exception.
Method GET_SORT_DIRECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_SORT_DIRECTION | Sort Direction (Ascending/Descending/None) | 20111006 |
Method GET_SORT_DIRECTION on Interface IF_RSRT_SORT_RULE has no exception.
Method GET_SORT_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20111107 |
Method GET_SORT_POSITION on Interface IF_RSRT_SORT_RULE has no exception.
Method SET_SORT_DIRECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | TN_SORT_DIRECTION | N_CS_SORT_DIRECTION-ASCENDING | Sort Direction (Ascending/Descending/None) | 20111006 |
Method SET_SORT_DIRECTION on Interface IF_RSRT_SORT_RULE has no exception.
Method SET_SORT_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20111107 |
Method SET_SORT_POSITION on Interface IF_RSRT_SORT_RULE has no exception.
Event Signatures
Event HANDLE_CHANGED Signature
Event HANDLE_CHANGED on Interface IF_RSRT_SORT_RULE has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |