SAP ABAP Class /IWFND/CL_MED_EXPAND_NODE (Expand Node)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/MED_SVC_DEV_LANGU (Package) GW Framework - Metadata - Service Def. - Dev User Translatio
⤷
⤷
Properties
| Class | /IWFND/CL_MED_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/MED_SVC_DEV_LANGU | GW Framework - Metadata - Service Def. - Dev User Translatio |
| Created | 20111213 | SAP |
| Last change | 20131127 | 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 /IWFND/CL_MED_EXPAND_NODE has no interface implemented.
Friends
Class /IWFND/CL_MED_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 | 20111213 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20111213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111213 | ||
| 2 | Instance method | Private | Method | 20111213 | ||
| 3 | Instance method | Public | Constructor | 20111213 | ||
| 4 | Static method | Public | Method | 20111213 | ||
| 5 | Static method | Public | Method | 20111213 | ||
| 6 | Static method | Public | Method | 20111213 | ||
| 7 | Instance method | Public | Method | 20111213 | ||
| 8 | Instance method | Public | Method | 20111213 | ||
| 9 | Instance method | Public | Method | 20111213 | ||
| 10 | Instance method | Public | Method | 20111213 | ||
| 11 | Instance method | Private | Method | 20111213 | ||
| 12 | Instance method | Private | Method | 20111213 | ||
| 13 | Instance method | Private | Method | 20111213 |
Events
Class /IWFND/CL_MED_EXPAND_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHILD | Public | See coding | 20111213 | BEGIN OF ty_s_child,
name TYPE string,
node TYPE REF TO /iwfnd/cl_med_expand_node,
END OF ty_s_child
|
||
| 2 | TY_T_CHILDREN | Public | See coding | 20111213 | ty_t_children TYPE STANDARD TABLE OF ty_s_child WITH KEY name
|
||
| 3 | TY_T_EXPAND_CLAUSES | Private | See coding | 20111213 | ty_t_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_MED_EXPAND_NODE | 20111213 |
Method ADD_CHILD on class /IWFND/CL_MED_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_MED_EXPAND_NODE | Expand Node | 20111213 | |||
| 2 | IV_STRICT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111213 | |||
| 3 | RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111213 |
Method COMPARE on class /IWFND/CL_MED_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 | 20111213 |
Method CONSTRUCTOR on class /IWFND/CL_MED_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 | 20111213 | ||||
| 2 | RO_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MED_EXPAND_NODE | Expand Node | 20111213 |
Method CREATE_EXPAND_TREE on class /IWFND/CL_MED_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 | 20111213 | ||||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MED_EXPAND_NODE | Expand Node | 20111213 |
Method CREATE_NODE on class /IWFND/CL_MED_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_MED_EXPAND_NODE | Expand Node | 20111213 |
Method CREATE_ROOT on class /IWFND/CL_MED_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 | 20111213 | ||||
| 2 | RO_CHILD | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MED_EXPAND_NODE | Expand Node | 20111213 |
Method GET_CHILD on class /IWFND/CL_MED_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 | 20111213 |
Method GET_CHILDREN on class /IWFND/CL_MED_EXPAND_NODE has no exception.
Method GET_EXPAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXPAND | Value transfer | Type reference (TYPE) | STRING | 20111213 |
Method GET_EXPAND on class /IWFND/CL_MED_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 | 20111213 |
Method GET_NAME on class /IWFND/CL_MED_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) | 20111213 |
Method IS_ROOT on class /IWFND/CL_MED_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_MED_EXPAND_NODE | Expand Node | 20111213 | |||
| 2 | RO_SUBTREE | Value transfer | Object reference (TYPE REF TO) | /IWFND/CL_MED_EXPAND_NODE | Expand Node | 20111213 |
Method MATCH_SUBTREE on class /IWFND/CL_MED_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 | 20111213 |
Method TO_EXPAND_CLAUSES on class /IWFND/CL_MED_EXPAND_NODE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 250 |