SAP ABAP Class IF_RSRT_SORT_RULE (Sort Rule)
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
Class IF_RSRT_SORT_RULE  
Short Description Sort Rule    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111006   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_RSRT_SORT_RULE has no forward declaration.
Interfaces
Class IF_RSRT_SORT_RULE has no interface implemented.
Friends
Class IF_RSRT_SORT_RULE has no friend class.
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 GET_FIELD Instance method Public Method Get Field 20111006
2 GET_SORT_DIRECTION Instance method Public Method Set Sort Direction (Ascending/Descending/None) 20111006
3 GET_SORT_POSITION Instance method Public Method Get Sort Position 20111107
4 SET_SORT_DIRECTION Instance method Public Method Set Sort Direction (Ascending/Descending/None) 20111006
5 SET_SORT_POSITION 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 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_FIELD Table Field 20111006

Method GET_FIELD on class 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 Returning VALUE Value transfer Type reference (TYPE) TN_SORT_DIRECTION Sort Direction (Ascending/Descending/None) 20111006

Method GET_SORT_DIRECTION on class 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 Returning VALUE Value transfer Type reference (TYPE) SYTABIX Index interner Tabellen 20111107

Method GET_SORT_POSITION on class 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 Importing 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 class 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 Importing VALUE Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20111107

Method SET_SORT_POSITION on class IF_RSRT_SORT_RULE has no exception.
Event Signatures

Event HANDLE_CHANGED Signature
Event HANDLE_CHANGED on class IF_RSRT_SORT_RULE has no parameter.
History
Last changed by/on SAP  20140121 
SAP Release Created in