SAP ABAP Class /IWFND/CL_MGW_EXPAND_NODE (Expand Node)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-COR (Application Component) Gateway Framework
⤷
/IWFND/MGW_GSR_CORE (Package) GW Framework - ODC - Generic Service Interface - Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/IF_MGW_ODATA_EXPAND | Expand Comparator Interface | 20110720 |
Properties
| Class | /IWFND/CL_MGW_EXPAND_NODE | |
| Short Description | Expand Node | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWFND/MGW_GSR_CORE | GW Framework - ODC - Generic Service Interface - Core |
| Created | 20110620 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWFND/IF_MGW_ODATA_EXPAND | Expand Comparator Interface | 20110720 |
Friends
Class /IWFND/CL_MGW_EXPAND_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_CHILDREN | 20110620 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20110620 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | /IWFND/IF_MGW_CORE_TYPES=>TY_E_TECHNICAL_NAME | 20120925 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110620 | ||
| 2 | Instance method | Private | Method | 20110720 | ||
| 3 | Instance method | Public | Constructor | 20110620 | ||
| 4 | Static method | Public | Method | 20110620 | ||
| 5 | Static method | Public | Method | 20110620 | ||
| 6 | Static method | Public | Method | 20110620 | ||
| 7 | Instance method | Public | Method | 20110620 | ||
| 8 | Instance method | Public | Method | 20110720 | ||
| 9 | Instance method | Public | Method | 20110620 | ||
| 10 | Instance method | Public | Method | 20110620 | ||
| 11 | Instance method | Public | Method | 20120925 | ||
| 12 | Instance method | Private | Method | 20110620 | ||
| 13 | Instance method | Private | Method | 20110621 | ||
| 14 | Instance method | Private | Method | 20110620 |
Events
Class /IWFND/CL_MGW_EXPAND_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHILD | Public | See coding | 20110720 | BEGIN OF ty_s_child,
name TYPE string,
node TYPE REF TO /iwfnd/cl_mgw_expand_node,
END OF ty_s_child
|
||
| 2 | TY_T_CHILDREN | Public | See coding | 20110720 | ty_t_children TYPE STANDARD TABLE OF ty_s_child WITH KEY name
|
||
| 3 | TY_T_EXPAND_CLAUSES | Private | See coding | 20110620 | ty_t_expand_clauses TYPE STANDARD TABLE OF string
|
||
| 4 | TY_T_TECH_EXPAND_CLAUSES | Private | See coding | 20120925 | ty_t_tech_expand_clauses TYPE STANDARD TABLE OF string
|
Method Signatures
Method ADD_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | 20110620 |
Method ADD_CHILD on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FOREIGN_NODE | Call by reference | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110720 | |||
| 2 | IV_STRICT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110720 | |||
| 3 | RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110720 |
Method COMPARE on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110620 | ||||
| 2 | IV_TECH_NAME | Call by reference | Type reference (TYPE) | /IWFND/IF_MGW_CORE_TYPES=>TY_E_TECHNICAL_NAME | 20120925 |
Method CONSTRUCTOR on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method CREATE_EXPAND_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXPAND | Call by reference | Type reference (TYPE) | STRING | 20110620 | ||||
| 2 | RO_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110620 |
Method CREATE_EXPAND_TREE on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method CREATE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110620 | ||||
| 2 | IV_TECH_NAME | Call by reference | Type reference (TYPE) | /IWFND/IF_MGW_CORE_TYPES=>TY_E_TECHNICAL_NAME | 20120925 | ||||
| 3 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110620 |
Method CREATE_NODE on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method CREATE_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110620 |
Method CREATE_ROOT on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method GET_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110620 | ||||
| 2 | RO_CHILD | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20111213 |
Method GET_CHILD on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CHILDREN | Value transfer | Type reference (TYPE) | TY_T_CHILDREN | 20110720 |
Method GET_CHILDREN on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method GET_EXPAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXPAND | Call by reference | Type reference (TYPE) | STRING | 20120925 | ||||
| 2 | EV_TECH_EXPAND | Call by reference | Type reference (TYPE) | STRING | 20120925 |
Method GET_EXPAND on class /IWFND/CL_MGW_EXPAND_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) | STRING | 20110620 |
Method GET_NAME on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method GET_TECH_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TECH_NAME | Value transfer | Type reference (TYPE) | /IWFND/IF_MGW_CORE_TYPES=>TY_E_TECHNICAL_NAME | 20120925 |
Method GET_TECH_NAME on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method IS_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_ROOT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20110620 |
Method IS_ROOT on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method MATCH_SUBTREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110621 | |||
| 2 | RO_SUBTREE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MGW_EXPAND_NODE | Expand Node | 20110621 |
Method MATCH_SUBTREE on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
Method TO_EXPAND_CLAUSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_EXPAND_CLAUSES | Call by reference | Type reference (TYPE) | TY_T_EXPAND_CLAUSES | 20110620 | ||||
| 2 | CT_TECH_EXPAND_CLAUSES | Call by reference | Type reference (TYPE) | TY_T_TECH_EXPAND_CLAUSES | 20120925 |
Method TO_EXPAND_CLAUSES on class /IWFND/CL_MGW_EXPAND_NODE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 250 |