Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_ODATA_EXPAND | Expand Comparator Interface | 20110629 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_MGW_TECH_EXPAND_NODE | Technical Request Details for Expand | 20120322 |
Properties
Class | /IWBEP/CL_MGW_EXPAND_NODE | |
Short Description | OData Channel Expand Node | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWBEP/MGW_GSR_CORE | OData Channel - Service Interface - Core |
Created | 20110621 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWBEP/IF_MGW_ODATA_EXPAND | Expand Comparator Interface | 20110629 | ||
2 | /IWBEP/IF_MGW_TECH_EXPAND_NODE | Technical Request Details for Expand | 20120322 |
Friends
Class /IWBEP/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 | 20110621 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_CPLXTYP=>TY_T_MGW_ODATA_CPLX_PROPERTIES | 20110628 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_KEY_PROPERTIES | 20110625 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES | 20110627 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110621 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110621 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110627 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110627 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110624 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY | 20110622 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110621 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110629 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110621 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20120321 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20120321 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FIELDNAME | Field Name | 20110622 |
Methods
Events
Class /IWBEP/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 | 20110621 | BEGIN OF ty_s_child,
nav_prop_name TYPE string,
tech_nav_prop_name TYPE string,
node TYPE REF TO /iwbep/cl_mgw_expand_node,
END OF ty_s_child
|
||
2 | TY_S_KEY_PROPERTY | Public | See coding | 20110625 | BEGIN OF ty_s_key_property,
name TYPE string,
abap_name TYPE fieldname,
END OF ty_s_key_property
|
||
3 | TY_T_CHILDREN | Public | See coding | 20110621 | ty_t_children TYPE TABLE OF ty_s_child WITH DEFAULT KEY
|
||
4 | TY_T_EXPAND_CLAUSES | Private | See coding | 20110621 | ty_t_expand_clauses TYPE STANDARD TABLE OF string
|
||
5 | TY_T_KEY_PROPERTIES | Public | See coding | 20110625 | ty_t_key_properties TYPE STANDARD TABLE OF ty_s_key_property WITH KEY name
|
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) | /IWBEP/CL_MGW_EXPAND_NODE | 20110621 |
Method ADD_CHILD on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method ADD_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ENTITY_TYPE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ODATA_FW_ETYPE | OData Entity Type Read Interface | 20110624 | ||
2 | ![]() |
IV_CARDINALITY | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY | 20110625 | |||
3 | ![]() |
IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20110629 | |||
4 | ![]() |
IV_TECH_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20120322 | |||
5 | ![]() |
IV_TECH_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20110625 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20110625 |
Method CHECK_CONVERSIONS Signature
Method CHECK_CONVERSIONS on class /IWBEP/CL_MGW_EXPAND_NODE has no parameter.
Method CHECK_CONVERSIONS on class /IWBEP/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) | /IWBEP/CL_MGW_EXPAND_NODE | OData Channel Expand Node | 20110630 | ||
2 | ![]() |
IV_STRICT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110630 | ||
3 | ![]() |
RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110630 |
Method COMPARE on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method COMPARE_TECH_NAMES 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) | /IWBEP/CL_MGW_EXPAND_NODE | OData Channel Expand Node | 20120622 | ||
2 | ![]() |
IV_STRICT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120622 | ||
3 | ![]() |
RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120622 |
Method COMPARE_TECH_NAMES on class /IWBEP/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_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | STRING | 20110621 | |||
2 | ![]() |
IV_TECH_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | STRING | 20120622 |
Method CONSTRUCTOR on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method CREATE_DATA_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IS_EXPAND | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | X: Internal type remains decimal (not string) | 20131024 | |
2 | ![]() |
RO_DATA_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20110623 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Meta data exception | 20110725 |
Method CREATE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | STRING | 20110621 | |||
2 | ![]() |
RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_EXPAND_NODE | 20110621 |
Method CREATE_NODE on class /IWBEP/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 | ![]() |
IV_EXPAND | Call by reference | Type reference (TYPE) | STRING | Expand String | 20110621 | ||
2 | ![]() |
IV_TECH_EXPAND | Call by reference | Type reference (TYPE) | STRING | Technical Expand String | 20120622 | ||
3 | ![]() |
RO_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_EXPAND_NODE | OData Channel Expand Node | 20110621 |
Method CREATE_ROOT on class /IWBEP/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 | ![]() |
EO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_MGW_EXPAND_NODE | 20110621 | |||
2 | ![]() |
IV_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | STRING | 20110621 |
Method GET_CHILD on class /IWBEP/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 | ![]() |
ET_CHILDREN | Call by reference | Type reference (TYPE) | TY_T_CHILDREN | 20110621 |
Method GET_CHILDREN on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_COMPLEX_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COMPLEX_PROPERTIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_CPLXTYP=>TY_T_MGW_ODATA_CPLX_PROPERTIES | 20110628 |
Method GET_COMPLEX_PROPERTIES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_ENTITY_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ENTITY_SET | Value transfer | Type reference (TYPE) | STRING | 20110621 |
Method GET_ENTITY_SET on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_ENTITY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ENTITY_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110621 |
Method GET_ENTITY_TYPE on class /IWBEP/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 | ![]() |
RV_EXPAND | Value transfer | Type reference (TYPE) | STRING | 20110621 |
Method GET_EXPAND on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_KEY_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_KEY_PROPERTIES | Value transfer | Type reference (TYPE) | TY_T_KEY_PROPERTIES | 20110625 |
Method GET_KEY_PROPERTIES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_MULTIPLICITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_MULTIPLICITY | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY | 20110623 |
Method GET_MULTIPLICITY on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_NAV_PROP_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 | 20110621 |
Method GET_NAV_PROP_NAME on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_NO_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NO_CONVERSION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110629 |
Method GET_NO_CONVERSION on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PROPERTIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES | 20110627 |
Method GET_PROPERTIES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STRUCTURE | Value transfer | Type reference (TYPE) | STRING | 20110621 |
Method GET_STRUCTURE on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method GET_STRUCTURE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRING | Structure Name | 20130110 | ||
2 | ![]() |
RT_COMPONENTS | Value transfer | Type reference (TYPE) | ABAP_COMPONENT_TAB | Structure Fields | 20130110 |
Method GET_STRUCTURE_FIELDS on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method HANDLE_IS_EXPANDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_IS_EXPANDED | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20110627 |
Method HANDLE_IS_EXPANDED on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method HANDLE_IS_EXPANDED_TECH_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EXPANDED_CLAUSES | Call by reference | Type reference (TYPE) | STRING_TABLE | List of expand clauses - based on technical nav. prop. names | 20120704 |
Method HANDLE_IS_EXPANDED_TECH_NAMES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method IS_BRANCH_HANDLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_HANDLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110627 |
Method IS_BRANCH_HANDLED on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method IS_EXPANDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_EXPANDED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110624 |
Method IS_EXPANDED on class /IWBEP/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 | 20110621 |
Method IS_ROOT on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method MARK_AS_EXPANDED 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) | /IWBEP/CL_MGW_EXPAND_NODE | OData Channel Expand Node | 20110627 | ||
2 | ![]() |
RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110627 |
Method MARK_AS_EXPANDED on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method MARK_AS_EXPANDED_TECH_NAMES 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) | /IWBEP/CL_MGW_EXPAND_NODE | OData Channel Expand Node | 20120704 | ||
2 | ![]() |
RV_HAS_MATCHED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120704 |
Method MARK_AS_EXPANDED_TECH_NAMES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_COMPLEX_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_COMPLEX_PROPERTIES | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_CPLXTYP=>TY_T_MGW_ODATA_CPLX_PROPERTIES | 20110628 |
Method SET_COMPLEX_PROPERTIES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_ENTITY_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20110621 |
Method SET_ENTITY_SET on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_ENTITY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110621 |
Method SET_ENTITY_TYPE on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_IS_EXPANDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IS_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110624 |
Method SET_IS_EXPANDED on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_MULTIPLICITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MULTIPLICITY | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY | 20110622 |
Method SET_MULTIPLICITY on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_NAV_PROP_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAV_PROP_NAME | Call by reference | Type reference (TYPE) | STRING | 20110622 |
Method SET_NAV_PROP_NAME on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_NO_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NO_CONVERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110629 |
Method SET_NO_CONVERSION on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES | 20110627 |
Method SET_PROPERTIES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
Method SET_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | STRING | 20110621 |
Method SET_STRUCTURE on class /IWBEP/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 | 20110621 |
Method TO_EXPAND_CLAUSES on class /IWBEP/CL_MGW_EXPAND_NODE has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |