SAP ABAP Class CL_UC_HIERARCHY_SEL_SOURCE (Hierarchy Selection for Source Fields)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCT2 (Package) SEM-BCS: Single Field Selection
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UC_HIERARCHY_SEL SEM BCS: Hierarchy Node Selection 20050518
Properties
Class CL_UC_HIERARCHY_SEL_SOURCE  
Short Description Hierarchy Selection for Source Fields    
Super Class CL_UC_HIERARCHY_SEL SEM BCS: Hierarchy Node Selection 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCT2   SEM-BCS: Single Field Selection 
Created 20050518   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_HIERARCHY_SEL_SOURCE has no forward declaration.
Interfaces
Class CL_UC_HIERARCHY_SEL_SOURCE has no interface implemented.
Friends
Class CL_UC_HIERARCHY_SEL_SOURCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_VERSION_DEP Instance attribute Protected Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20050525
2 DO_HEADER Instance attribute Protected Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamic Documents: Document 20050525
3 DO_INPUT Instance attribute Protected Object reference (TYPE REF TO) CL_DD_INPUT_ELEMENT Dynamic Documents: Input Element 20050525
4 DR_HIER_TREE_SOURCE Instance attribute Private Object reference (TYPE REF TO) UCT_S_HIER_TREE_SOURCE Hierarchy Tree 20050523
5 DT_HIER_TREE_SOURCE Instance attribute Protected Type reference (TYPE) UCT_TS_HIER_TREE_SOURCE Hierarchy Tree 20050523
6 D_HRY_VERSION Instance attribute Protected Type reference (TYPE) RSVERSION Hierarchy Version 20050525
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONTROL_2_P Instance method Protected Method Create controls with hry verison 20050525
2 GET_HRY_HRYNAME_P Instance method Protected Method Get hierarchy instance by hryname 20050815
3 NID2NODEKEY_P Instance method Protected Method Nid to node key 20050525
4 NODEKEY2NID_P Instance method Protected Method Node key to nid 20050525
5 ON_INPUT_ENTER_P Instance method Protected Event handling method Event handler for ENTERED(Internal) 20050525
6 ON_INPUT_F1_P Instance method Protected Event handling method Event handler for HELP_F1(Internal) 20050525
7 ON_INPUT_F4_P Instance method Protected Event handling method Event handler for CLICKED(Internal) 20050525
8 SEARCH_STRING_P Instance method Protected Method Search a string in the tree 20050531
Events
Class CL_UC_HIERARCHY_SEL_SOURCE has no event.
Types
Class CL_UC_HIERARCHY_SEL_SOURCE has no local type.
Method Signatures

Method CREATE_CONTROL_2_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20050525
2 Importing LIFETIME Value transfer Type reference (TYPE) I 20050525
3 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20050525
4 Importing SHELLSTYLE Value transfer Type reference (TYPE) I 20050525

Method CREATE_CONTROL_2_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method GET_HRY_HRYNAME_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_HRY Call by reference Object reference (TYPE REF TO) IF_UC_HRY (Teil-)Hierarchie 20050815
2 Exporting EO_HRY_TREE Call by reference Object reference (TYPE REF TO) IF_UC_HRY_TREE Hierarchie als Baum 20050815
3 Exporting ET_TEXTNODE_TEXT Call by reference Type reference (TYPE) UCT_TH_TEXTNODE_TEXT Texts of Hierarchy Text Nodes 20050914
4 Importing I_FIELDNAME_SID Call by reference Type reference (TYPE) UC_SID Surrogatschlüssel 20050815
5 Importing I_HRYNAME Call by reference Type reference (TYPE) UG_HRYNAME Feldwerte 20050815
6 Importing I_VALUE_SID Call by reference Type reference (TYPE) UC_SID Surrogatschlüssel 20050815

Method GET_HRY_HRYNAME_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method NID2NODEKEY_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODEKEY Call by reference Type reference (TYPE) UC_HIER_NODE_KEY Schlüssel eines Knotens 20050525
2 Importing I_FSID Call by reference Type reference (TYPE) UC_SID 0 Surrogatschlüssel 20050525
3 Importing I_HRYNAME Call by reference Type reference (TYPE) UG_HRYNAME FI-Stammdaten: Name einer Hierarchie 20050525
4 Importing I_NID Call by reference Type reference (TYPE) UC_NID 0 Surrogatschlüssel für Hierarchieknoten 20050525
5 Importing I_VSID Call by reference Type reference (TYPE) UC_SID 0 Surrogatschlüssel 20050525

Method NID2NODEKEY_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method NODEKEY2NID_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FSID Call by reference Type reference (TYPE) UC_SID Surrogatschlüssel 20050525
2 Exporting E_HRYNAME Call by reference Type reference (TYPE) UG_HRYNAME FI-Stammdaten: Name einer Hierarchie 20050525
3 Exporting E_NID Call by reference Type reference (TYPE) UC_NID Surrogatschlüssel für Hierarchieknoten 20050525
4 Exporting E_VSID Call by reference Type reference (TYPE) UC_SID Surrogatschlüssel 20050525
5 Importing I_NODEKEY Call by reference Type reference (TYPE) UC_HIER_NODE_KEY Schlüssel eines Knotens 20050525

Method NODEKEY2NID_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method ON_INPUT_ENTER_P Signature

Method ON_INPUT_ENTER_P on class CL_UC_HIERARCHY_SEL_SOURCE has no parameter.
Method ON_INPUT_ENTER_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method ON_INPUT_F1_P Signature

Method ON_INPUT_F1_P on class CL_UC_HIERARCHY_SEL_SOURCE has no parameter.
Method ON_INPUT_F1_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method ON_INPUT_F4_P Signature

Method ON_INPUT_F4_P on class CL_UC_HIERARCHY_SEL_SOURCE has no parameter.
Method ON_INPUT_F4_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.

Method SEARCH_STRING_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20050531

Method SEARCH_STRING_P on class CL_UC_HIERARCHY_SEL_SOURCE has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 600