SAP ABAP Class CL_SFW_OBJECT_SORTER (Switch Framework: Object Sorter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-SFW (Application Component) Switch Framework Tools
⤷
SFWTOOLS (Package) Basis Tools for Switch Framework
⤷
⤷
Properties
| Class | CL_SFW_OBJECT_SORTER | |
| Short Description | Switch Framework: Object Sorter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFWTOOLS | Basis Tools for Switch Framework |
| Created | 20100223 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SFW_OBJECT_SORTER has no interface implemented.
Friends
Class CL_SFW_OBJECT_SORTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_SORT_MODE | 'B' | 20100419 | |||
| 2 | Constant | Public | Type reference (TYPE) | TY_SORT_MODE | 'T' | 20100419 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NAME | 20100419 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_SORT_MODE | 20100419 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_TYPE | 20100419 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100419 | ||
| 2 | Instance method | Public | Method | 20100419 | ||
| 3 | Instance method | Protected | Method | 20100419 | ||
| 4 | Instance method | Protected | Method | 20100419 | ||
| 5 | Instance method | Protected | Method | 20100419 | ||
| 6 | Instance method | Private | Method | 20100419 | ||
| 7 | Instance method | Private | Method | 20100419 |
Events
Class CL_SFW_OBJECT_SORTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SORT_MODE | Public | See coding | 20100419 | ty_sort_mode TYPE c LENGTH 1
|
||
| 2 | TY_S_INDEXED_NODE | Public | See coding | 20100419 | BEGIN OF ty_s_indexed_node,
index TYPE i,
node TYPE if_sfw_object_sorter_node=>ty_s_node,
END OF ty_s_indexed_node
|
||
| 3 | TY_T_INDEXED_NODE | Public | See coding | 20100419 | ty_t_indexed_node TYPE SORTED TABLE OF ty_s_indexed_node WITH UNIQUE KEY index
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECTS | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NAME | 20100419 | ||||
| 2 | IV_SORT_MODE | Call by reference | Type reference (TYPE) | TY_SORT_MODE | 20100419 | ||||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_TYPE | 20100419 |
Method CONSTRUCTOR on class CL_SFW_OBJECT_SORTER has no exception.
Method GET_SORTED_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CYCLE_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_CYCLE | 20100419 | ||||
| 2 | ET_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 |
Method GET_SORTED_NODES on class CL_SFW_OBJECT_SORTER has no exception.
Method SORT_BFUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CYCLE_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_CYCLE | 20100419 | ||||
| 2 | ET_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 |
Method SORT_BFUNCTIONS on class CL_SFW_OBJECT_SORTER has no exception.
Method SORT_SWITCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CYCLE_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_CYCLE | 20100419 | ||||
| 2 | ET_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 |
Method SORT_SWITCHES on class CL_SFW_OBJECT_SORTER has no exception.
Method TOPOLOGICAL_SORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 | ||||
| 2 | IT_ALL_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 | ||||
| 3 | IT_REQUESTED_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 |
Method TOPOLOGICAL_SORTING on class CL_SFW_OBJECT_SORTER has no exception.
Method TOPOLOGICAL_SORTING_DOWN_TOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 | ||||
| 2 | IT_ALL_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 | ||||
| 3 | IT_REQUESTED_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 |
Method TOPOLOGICAL_SORTING_DOWN_TOP on class CL_SFW_OBJECT_SORTER has no exception.
Method TOPOLOGICAL_SORTING_TOP_DOWN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SORTED_NODES | Call by reference | Type reference (TYPE) | TY_T_INDEXED_NODE | 20100419 | ||||
| 2 | IT_ALL_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 | ||||
| 3 | IT_REQUESTED_NODES | Call by reference | Type reference (TYPE) | IF_SFW_OBJECT_SORTER_NODE=>TY_T_NODE | 20100419 |
Method TOPOLOGICAL_SORTING_TOP_DOWN on class CL_SFW_OBJECT_SORTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |