SAP ABAP Class CL_RSCNV_GUI_DSO (GUI: Tree InfoObject)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSCNV (Package) Package for Metadata Remodeling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSD_GUI_MDOB General Metadata Object (GUI Maintenance) 20130430
Properties
Class CL_RSCNV_GUI_DSO  
Short Description GUI: Tree InfoObject    
Super Class CL_RSD_GUI_MDOB General Metadata Object (GUI Maintenance) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCNV   Package for Metadata Remodeling 
Created 20130430   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSCNV_GUI_DSO has no interface implemented.
Friends
Class CL_RSCNV_GUI_DSO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_CUBE Instance attribute Public Object reference (TYPE REF TO) CL_RSD_CUBE BW Metadata: InfoCube 20130430
2 P_DDHANDLE_CUB Instance attribute Private Type reference (TYPE) I DD Handle (InfoCube) 20130430
3 P_DDHANDLE_DIM_FOL Instance attribute Private Type reference (TYPE) I DD Handle (Dimension Folder) 20130430
4 P_HIERARCHY_WIDTH Instance attribute Private Type reference (TYPE) I 60 Hierarchy Column Width 20130430
5 P_R_DSO Instance attribute Private Object reference (TYPE REF TO) CL_RSCNV_DSO Object: InfoProvider 20130430
6 P_R_GUI Instance attribute Private Object reference (TYPE REF TO) CL_RSCNV_GUI GUI wrapper 20130430
7 P_T_DIME_DDHANDLE Instance attribute Private Type reference (TYPE) RSDG_T_DIME_DDHANDLE DD Handle (Dimensions) 20130430
Methods
# Method Level Visibility Method type Description Created on
1 ADD_IOBJ_TO_TREE Instance method Public Method Add InfoObject to Tree 20130430
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130430
3 GET_CUBE_DESC Instance method Private Method Provide Description String for Cube 20130430
4 GET_DATA_TREE Instance method Public Method Provide Tree 20130430
5 PREPARE Instance method Public Method Prepare (Initialization) 20130430
6 _BUILD_NODE_IOBJ_TO_REL Static method Private Method Form Node Name for InfoObject 20130430
7 _HDBATTR_MAPPING_EXECUTE Instance method Private Method 20130430
8 _PARSE_NODE_NAME Static method Private Method Decode Node Name 20130430
Events
Class CL_RSCNV_GUI_DSO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_HANA_ATTR_MAPPING Private See coding 20130430 BEGIN OF TP_S_hana_attr_MAPPING, iobjnm TYPE rsiobjnm, hdbattrnm TYPE rshdbattrnm, END OF TP_S_hana_attr_MAPPING
2 TP_T_HANA_ATTR_MAPPING Private See coding 20130430 tp_t_hana_attr_mapping TYPE STANDARD TABLE OF tp_s_hana_attr_mapping
Method Signatures

Method ADD_IOBJ_TO_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_KEY Call by reference Type reference (TYPE) STRING 20130430
2 Importing I_APPENDNM Call by reference Type reference (TYPE) RSAPPENDNM Name of Append (Enhancement) 20130430
3 Importing I_C_NODE Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20130430
4 Importing I_IOBJTXTLG Call by reference Type reference (TYPE) RSTXTLG Long description 20130430
5 Importing I_IOBJ_STYLE Call by reference Type reference (TYPE) I 20130430
6 Importing I_LOCD Call by reference Type reference (TYPE) RSLOCK Lock flag 20130430
7 Importing I_NODE_KEY_NEXT_SIBLING Call by reference Type reference (TYPE) STRING 20130430
8 Importing I_NODE_KEY_PREV_SIBLING Call by reference Type reference (TYPE) STRING 20130430
9 Importing I_NODE_REL Call by reference Type reference (TYPE) STRING 20130430
10 Importing I_PICK Call by reference Type reference (TYPE) RSPICK Transfer flag 20130430
11 Importing I_RELATSHIP Call by reference Type reference (TYPE) I 20130430
12 Importing I_R_DATA_TREE Call by reference Object reference (TYPE REF TO) CL_RSO_DATA_TREE BW Repository: Display Data as Tree 20130430
13 Importing I_R_IOBJ Call by reference Object reference (TYPE REF TO) CL_RSD_IOBJ_SG InfoObject Description for Structure Generation 20130430
14 Importing I_S_DTA_CUBE Call by reference Type reference (TYPE) RSD_S_DTA Properties InfoProvider 20130430
15 Importing I_TREE_DDHANDLE Call by reference Type reference (TYPE) I 20130430

Method ADD_IOBJ_TO_TREE on class CL_RSCNV_GUI_DSO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONTAINER_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for InfoCube 20130430
2 Importing I_R_DATA_TREE Call by reference Object reference (TYPE REF TO) CL_RSO_DATA_TREE Transferred Tree 20130430
3 Importing I_R_GUI Call by reference Object reference (TYPE REF TO) CL_RSCNV_GUI GUI wrapper 20130430
4 Importing I_R_GUI_MDOB_MAINT Call by reference Object reference (TYPE REF TO) CL_RSD_GUI_MDOB_MAINT Reference to Transferred Maintanance Object 20130430
5 Importing I_R_IPRO Call by reference Object reference (TYPE REF TO) CL_RSCNV_IPRO Object: InfoProvider 20130430
6 Importing I_S_DIAL_PAR Call by reference Type reference (TYPE) RSDG_DIAL_PAR Dialog: Parameter String 20130430
7 Importing I_TMPL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Flag: Display as Template 20130430
8 Importing I_TMPL_TAR_OBJ Call by reference Type reference (TYPE) RS_TLOGO SPACE Template for... (target object) 20130430
# Exception Resumable Description Created on
1 INIT_FAILED Initialization Terminated 20130430

Method GET_CUBE_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_RSDGCUBE Call by reference Type reference (TYPE) RSDG_S_CUBE $REF$ 20130430

Method GET_CUBE_DESC on class CL_RSCNV_GUI_DSO has no exception.

Method GET_DATA_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DATA_TREE Call by reference Object reference (TYPE REF TO) CL_RSO_DATA_TREE 20130430

Method GET_DATA_TREE on class CL_RSCNV_GUI_DSO has no exception.

Method PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_WRKMOD Call by reference Type reference (TYPE) RSWRKMOD Processing Type 20130430
# Exception Resumable Description Created on
1 INIT_FAILED Not Successfully Initialized 20130430

Method _BUILD_NODE_IOBJ_TO_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_NAME Call by reference Type reference (TYPE) STRING 20130430
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20130430
3 Importing I_NODE_REL Call by reference Type reference (TYPE) STRING 20130430

Method _BUILD_NODE_IOBJ_TO_REL on class CL_RSCNV_GUI_DSO has no exception.

Method _HDBATTR_MAPPING_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CHOOSEN_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20130430
2 Exporting E_T_HANA_ATTR_MAPPING Call by reference Type reference (TYPE) TP_T_HANA_ATTR_MAPPING 20130430
3 Importing I_S_DTA Call by reference Type reference (TYPE) RSD_S_DTA InfoProvider Properties 20130430
4 Importing I_T_IOBJ_R Call by reference Type reference (TYPE) RSDO_T_IOBJ_SG_R Table with References to InfoObjects 20130430
5 Importing I_T_NAVA_R Call by reference Type reference (TYPE) RSDO_T_IOBJ_SG_R Table with References to InfoObjects 20130430
6 Importing I_WRKMOD Call by reference Type reference (TYPE) RSWRKMOD Processing Type 20130430

Method _HDBATTR_MAPPING_EXECUTE on class CL_RSCNV_GUI_DSO has no exception.

Method _PARSE_NODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20130430
2 Exporting E_LOCATION Call by reference Type reference (TYPE) RS_CHAR4 20130430
3 Exporting E_OBJNM Call by reference Type reference (TYPE) RSOBJNM Object 20130430
4 Exporting E_SUBLOCATION Call by reference Type reference (TYPE) RSOBJNM Object 20130430
5 Importing I_NODE_NAME Call by reference Type reference (TYPE) STRING 20130430

Method _PARSE_NODE_NAME on class CL_RSCNV_GUI_DSO has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740