SAP ABAP Class /IWBEP/CL_MGW_EXPAND_NODE (OData Channel Expand Node)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_GSR_CORE (Package) OData Channel - Service Interface - Core
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 /IWBEP/CL_MGW_EXPAND_NODE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWBEP/IF_MGW_MED_ODATA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWBEP/IF_MGW_ODATA_FW_CPLXTYP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWBEP/IF_MGW_ODATA_FW_PROP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 /IWBEP/IF_MGW_ODATA_RE_ETYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 ABAP 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 MT_CHILDREN Instance attribute Private Type reference (TYPE) TY_T_CHILDREN 20110621
2 MT_COMPLEX_PROPERTIES Instance attribute Private Type reference (TYPE) /IWBEP/IF_MGW_ODATA_FW_CPLXTYP=>TY_T_MGW_ODATA_CPLX_PROPERTIES 20110628
3 MT_KEY_PROPERTIES Instance attribute Private Type reference (TYPE) TY_T_KEY_PROPERTIES 20110625
4 MT_PROPERTIES Instance attribute Private Type reference (TYPE) /IWBEP/IF_MGW_ODATA_FW_PROP=>TY_T_MGW_ODATA_PROPERTIES 20110627
5 MV_ENTITY_SET Instance attribute Private Type reference (TYPE) STRING 20110621
6 MV_ENTITY_TYPE Instance attribute Private Type reference (TYPE) STRING 20110621
7 MV_EXPAND Instance attribute Private Type reference (TYPE) STRING 20110627
8 MV_IS_BRANCH_HANDLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110627
9 MV_IS_EXPANDED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110624
10 MV_MULTIPLICITY Instance attribute Private Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY 20110622
11 MV_NAV_PROP_NAME Instance attribute Private Type reference (TYPE) STRING 20110621
12 MV_NO_CONVERSION Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110629
13 MV_STRUCTURE Instance attribute Private Type reference (TYPE) STRING 20110621
14 MV_TECH_ENTITY_SET Instance attribute Private Type reference (TYPE) STRING 20120321
15 MV_TECH_ENTITY_TYPE Instance attribute Private Type reference (TYPE) STRING 20120321
16 MV_TECH_NAV_PROP_NAME Instance attribute Private Type reference (TYPE) FIELDNAME Field Name 20110622
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20110621
2 ADD_METADATA Instance method Public Method 20110624
3 CHECK_CONVERSIONS Instance method Public Method 20110725
4 COMPARE Instance method Private Method obsolete as /IWBEP/IF_MGW_ODATA_EXPAND~COMPARE_TO is obso. 20110630
5 COMPARE_TECH_NAMES Instance method Private Method Compares input with internal expand string 20120622
6 CONSTRUCTOR Instance method Public Constructor 20110621
7 CREATE_DATA_DESCRIPTOR Instance method Public Method 20110623
8 CREATE_NODE Static method Public Method 20110621
9 CREATE_ROOT Static method Public Method 20110621
10 GET_CHILD Instance method Public Method 20110621
11 GET_CHILDREN Instance method Public Method 20110621
12 GET_COMPLEX_PROPERTIES Instance method Public Method 20110628
13 GET_ENTITY_SET Instance method Public Method 20110621
14 GET_ENTITY_TYPE Instance method Public Method 20110621
15 GET_EXPAND Instance method Public Method 20110621
16 GET_KEY_PROPERTIES Instance method Public Method 20110625
17 GET_MULTIPLICITY Instance method Public Method 20110623
18 GET_NAV_PROP_NAME Instance method Public Method 20110621
19 GET_NO_CONVERSION Instance method Public Method 20110629
20 GET_PROPERTIES Instance method Public Method 20110627
21 GET_STRUCTURE Instance method Public Method 20110621
22 GET_STRUCTURE_FIELDS Instance method Private Method Get component table for a structure - resolve includes 20130110
23 HANDLE_IS_EXPANDED Instance method Public Method obsolete, use HANDLE_IS_EXPANDED_TECH_NAMES instead 20110627
24 HANDLE_IS_EXPANDED_TECH_NAMES Instance method Public Method Mark this node and its sub-nodes as expaneded if needed 20120704
25 IS_BRANCH_HANDLED Instance method Public Method 20110627
26 IS_EXPANDED Instance method Public Method 20110624
27 IS_ROOT Instance method Public Method 20110621
28 MARK_AS_EXPANDED Instance method Private Method obsolete as HANDLE_IS_EXPANDED is obsolete 20110627
29 MARK_AS_EXPANDED_TECH_NAMES Instance method Private Method Mark this node and its sub-nodes as expaneded if needed 20120704
30 SET_COMPLEX_PROPERTIES Instance method Private Method 20110628
31 SET_ENTITY_SET Instance method Public Method 20110621
32 SET_ENTITY_TYPE Instance method Public Method 20110621
33 SET_IS_EXPANDED Instance method Public Method 20110624
34 SET_MULTIPLICITY Instance method Public Method 20110622
35 SET_NAV_PROP_NAME Instance method Public Method 20110622
36 SET_NO_CONVERSION Instance method Public Method 20110629
37 SET_PROPERTIES Instance method Private Method 20110627
38 SET_STRUCTURE Instance method Public Method 20110621
39 TO_EXPAND_CLAUSES Instance method Private Method 20110621
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 Importing 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 Importing IO_ENTITY_TYPE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_FW_ETYPE OData Entity Type Read Interface 20110624
2 Importing IV_CARDINALITY Call by reference Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY 20110625
3 Importing IV_ENTITY_SET Call by reference Type reference (TYPE) STRING 20110629
4 Importing IV_TECH_ENTITY_SET Call by reference Type reference (TYPE) STRING 20120322
5 Importing IV_TECH_NAV_PROP_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20110625
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 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 Importing IO_FOREIGN_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_EXPAND_NODE OData Channel Expand Node 20110630
2 Importing IV_STRICT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110630
3 Returning 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 Importing IO_FOREIGN_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_EXPAND_NODE OData Channel Expand Node 20120622
2 Importing IV_STRICT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120622
3 Returning 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 Importing IV_NAV_PROP_NAME Call by reference Type reference (TYPE) STRING 20110621
2 Importing 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 Importing IV_IS_EXPAND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE X: Internal type remains decimal (not string) 20131024
2 Returning RO_DATA_CONTAINER Value transfer Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20110623
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110725

Method CREATE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAV_PROP_NAME Call by reference Type reference (TYPE) STRING 20110621
2 Returning 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 Importing IV_EXPAND Call by reference Type reference (TYPE) STRING Expand String 20110621
2 Importing IV_TECH_EXPAND Call by reference Type reference (TYPE) STRING Technical Expand String 20120622
3 Returning 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 Exporting EO_CHILD Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_EXPAND_NODE 20110621
2 Importing 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 Exporting 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) STRING Structure Name 20130110
2 Returning 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 Importing 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 Importing 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 Returning 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 Returning 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 Returning 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 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_EXPAND_NODE OData Channel Expand Node 20110627
2 Returning 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 Importing IO_FOREIGN_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_EXPAND_NODE OData Channel Expand Node 20120704
2 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Changing 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