SAP ABAP Class IF_SFW_OBJECT_SORTER_NODE (Switch Framework: Nodes for Object Sorter)
Properties
| Class | IF_SFW_OBJECT_SORTER_NODE | |
| Short Description | Switch Framework: Nodes for Object Sorter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100223 | SAP |
| Last change | 20110908 | 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 IF_SFW_OBJECT_SORTER_NODE has no interface implemented.
Friends
Class IF_SFW_OBJECT_SORTER_NODE 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_TYPE | 'B' | 20100419 | |||
| 2 | Constant | Public | Type reference (TYPE) | TY_TYPE | 'S' | 20100419 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100419 | ||
| 2 | Instance method | Public | Method | 20100419 | ||
| 3 | Static method | Public | Method | 20100419 | ||
| 4 | Instance method | Public | Method | 20100419 | ||
| 5 | Instance method | Public | Method | 20100419 | ||
| 6 | Instance method | Public | Method | 20100419 | ||
| 7 | Instance method | Public | Method | 20100419 | ||
| 8 | Static method | Public | Method | 20100419 | ||
| 9 | Instance method | Public | Method | 20100419 | ||
| 10 | Instance method | Public | Method | 20100419 | ||
| 11 | Instance method | Public | Method | 20100419 | ||
| 12 | Instance method | Public | Method | 20100419 | ||
| 13 | Instance method | Public | Method | 20100419 |
Events
Class IF_SFW_OBJECT_SORTER_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_NAME | Public | See coding | 20100419 | ty_name TYPE c LENGTH 30
|
||
| 2 | TY_S_CYCLE | Public | See coding | 20100419 | BEGIN OF ty_s_cycle,
cycle_from TYPE ty_name,
cycle_to TYPE ty_name,
END OF ty_s_cycle
|
||
| 3 | TY_S_NODE | Public | See coding | 20100419 | BEGIN OF ty_s_node,
name TYPE ty_name,
node TYPE REF TO if_sfw_object_sorter_node,
END OF ty_s_node
|
||
| 4 | TY_TYPE | Public | See coding | 20100419 | ty_type TYPE c LENGTH 1
|
||
| 5 | TY_T_CYCLE | Public | See coding | 20100419 | ty_t_cycle TYPE SORTED TABLE OF ty_s_cycle WITH UNIQUE KEY cycle_from cycle_to
|
||
| 6 | TY_T_NAME | Public | See coding | 20100419 | ty_t_name TYPE HASHED TABLE OF ty_name WITH UNIQUE KEY table_line
|
||
| 7 | TY_T_NODE | Public | See coding | 20100419 | ty_t_node TYPE SORTED TABLE OF ty_s_node WITH UNIQUE KEY name
|
Method Signatures
Method ADD_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PREDECESSOR_NODE | Call by reference | Type reference (TYPE) | TY_S_NODE | 20100419 | ||||
| 2 | RV_ADD_SUCCESSFUL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100507 |
Method ADD_PREDECESSOR on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method CYCLE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CYCLE_DETECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100419 | ||||
| 2 | IT_INSTANTIATION_STACK | Call by reference | Type reference (TYPE) | TY_T_NODE | 20100419 | ||||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | TY_NAME | 20100419 |
Method CYCLE_CHECK on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method GET_CYCLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CYCLES | Call by reference | Type reference (TYPE) | TY_T_CYCLE | 20100419 |
Method GET_CYCLES on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method GET_CYCLES_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CYCLES_TO | Call by reference | Type reference (TYPE) | TY_T_NAME | 20100419 |
Method GET_CYCLES_TO on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | TY_NAME | 20100419 |
Method GET_NAME on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method GET_PREDECESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PREDECESSORS | Call by reference | Type reference (TYPE) | TY_T_NODE | 20100419 |
Method GET_PREDECESSORS on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method GET_SUCCESSORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUCCESSORS | Call by reference | Type reference (TYPE) | TY_T_NODE | 20100419 |
Method GET_SUCCESSORS on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method HAS_CYCLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_CYCLES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100419 |
Method HAS_CYCLES on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method HAS_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_PREDECESSOR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100419 |
Method HAS_PREDECESSOR on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method HAS_SUCCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_SUCCESSOR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100419 |
Method HAS_SUCCESSOR on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method REMOVE_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | TY_S_NODE | 20100419 |
Method REMOVE_PREDECESSOR on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method REMOVE_SUCCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE | Call by reference | Type reference (TYPE) | TY_S_NODE | 20100419 |
Method REMOVE_SUCCESSOR on class IF_SFW_OBJECT_SORTER_NODE has no exception.
Method WALK_DEPENDENCIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INSTANTIATION_STACK | Call by reference | Type reference (TYPE) | TY_T_NODE | 20100419 |
Method WALK_DEPENDENCIES on class IF_SFW_OBJECT_SORTER_NODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |