SAP ABAP Class CL_FPM_HCT_INFO (Common Configuration Metainformation)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_HCT (Package) Harmonized Configuration Tool
Properties
Class CL_FPM_HCT_INFO  
Short Description Common Configuration Metainformation    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_HCT   Harmonized Configuration Tool 
Created 20090604   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FPM_HCT_UI_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FPM_CFG_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FPM_GUIBB_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_HCT_INFO has no interface implemented.
Friends
Class CL_FPM_HCT_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_DEFAULT_IMAGE Constant Public Type reference (TYPE) STRING 'ICON_WD_CONTEXT' 20090604
2 CV_OBJECTNAME_WILD Constant Public Type reference (TYPE) STRING '*' 20090604
3 MS_NODE_PROPS Instance attribute Private See coding 20090604
4 MT_ASSISTANCE_CLASS_HANDLER Instance attribute Private Type reference (TYPE) TT_ASSISTANCE_CLASS 20100712
5 MT_NODE_PROPS Instance attribute Private Type reference (TYPE) TT_NODE_PROPS 20090604
6 MT_NODE_SIMPLE_ADD Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20090604
7 MT_SCHEMA_DROP_HANDLER Instance attribute Private Type reference (TYPE) TT_SCHEMA_DROP_HANDLER 20100423
8 MT_SCHEMA_RENDER_CALLBACK Instance attribute Private Type reference (TYPE) TT_ATTR_PROPS 20100423
9 MT_SCHEMA_REP Instance attribute Private Type reference (TYPE) TT_SCHEMA_REP 20100423
10 MT_TEXTPOOL Instance attribute Public Type reference (TYPE) TEXTPOOL_TABLE 20090707
11 SO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_FPM_HCT_INFO Common Configuration Metainformation 20090604
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090707
2 GET_ASSISTANCE_CLASS_HANDLER Instance method Public Method 20100712
3 GET_DEFAULT_NODE_PROPS Instance method Private Method 20090604
4 GET_ELEMENT_IDENT_DESCR Instance method Public Method Returns the completely concatenated text 20090604
5 GET_IMAGE Instance method Public Method Returns the node image as UI element 20090710
6 GET_IMAGE_SOURCE Instance method Public Method Returns the node image source 20120130
7 GET_INSTANCE Static method Public Method Returns the single instance 20090604
8 GET_NODES_SIMPLE_ADD Instance method Public Method Returns the node names for element adding without dialog 20090604
9 GET_NODE_PROPS Instance method Private Method 20090710
10 GET_NODE_PROPS_FOR_NODE Instance method Private Method 20090604
11 GET_NODE_TEXT Instance method Public Method Returns the text of a node 20090710
12 GET_SCHEMA_DROP_HANDLER Instance method Public Method 20100423
13 GET_SCHEMA_RENDER_CALLBACK Instance method Public Method 20090714
14 GET_SCHEMA_REPOSITORY Instance method Public Method 20100423
15 GET_TEXT Instance method Public Method Returns a text from the textpool 20090707
16 GET_TEXTPOOL Instance method Private Method Gets the textpool from current class 20090707
17 SET_ASSISTANCE_CLASS_HANDLER Instance method Public Method 20100712
18 SET_NODE_PROPERTIES Instance method Public Method Definition of node properties 20090604
19 SET_SCHEMA_DROP_HANDLER Instance method Public Method 20100423
20 SET_SCHEMA_RENDER_CALLBACK Instance method Public Method 20090714
21 SET_SCHEMA_REPOSITORY Instance method Public Method 20100423
22 TRANSFORM_TECHTEXT Instance method Private Method If no text was defined: Returns "beautified" node name 20090604
Events
Class CL_FPM_HCT_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ASSISTANCE_CLASS Private See coding 20100712 BEGIN OF ts_assistance_class, comp_name TYPE wdy_conf_comp_name, handler TYPE REF TO cl_fpm_hct_ui_assist, END OF ts_assistance_class
2 TS_ATTR_PROPS Private See coding 20090604 BEGIN OF ts_attr_props, attr TYPE tv_object_name, callback TYPE REF TO cl_fpm_hct_ui_assist, END OF ts_attr_props
3 TS_NODE_PROPS Private See coding 20090604 BEGIN OF ts_node_props, node TYPE tv_object_name, read_only TYPE abap_bool, visible TYPE abap_bool, text TYPE string, simple_add TYPE abap_bool, image_source TYPE string, END OF ts_node_props
4 TS_RENDER_PROPS Public See coding 20090604
5 TS_SCHEMA_DROP_HANDLER Private See coding 20100423 BEGIN OF ts_schema_drop_handler, schema TYPE cl_fpm_hct_ui_assist=>ty_schema, handler TYPE REF TO cl_fpm_hct_ui_assist, END OF ts_schema_drop_handler
6 TS_SCHEMA_REP Private See coding 20100423 BEGIN OF ts_schema_rep, schema TYPE cl_fpm_hct_ui_assist=>ty_schema, rep TYPE REF TO if_fpm_hct_repository, END OF ts_schema_rep
7 TT_ASSISTANCE_CLASS Private See coding 20100712 tt_assistance_class TYPE SORTED TABLE OF ts_assistance_class WITH UNIQUE KEY comp_name
8 TT_ATTR_PROPS Private See coding 20090604 tt_attr_props TYPE SORTED TABLE OF ts_attr_props WITH UNIQUE KEY attr
9 TT_NODE_PROPS Private See coding 20090604 tt_node_props TYPE SORTED TABLE OF ts_node_props WITH UNIQUE KEY node
10 TT_SCHEMA_DROP_HANDLER Private See coding 20100423 tt_schema_drop_handler TYPE SORTED TABLE OF ts_schema_drop_handler WITH UNIQUE KEY schema
11 TT_SCHEMA_REP Private See coding 20100423 tt_schema_rep TYPE SORTED TABLE OF ts_schema_rep WITH UNIQUE KEY schema
12 TV_OBJECT_NAME Private See coding 20090604 tv_object_name TYPE c LENGTH 30
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPM_HCT_INFO has no parameter.
Method CONSTRUCTOR on class CL_FPM_HCT_INFO has no exception.

Method GET_ASSISTANCE_CLASS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Component Name 20100712
2 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100712

Method GET_ASSISTANCE_CLASS_HANDLER on class CL_FPM_HCT_INFO has no exception.

Method GET_DEFAULT_NODE_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) TV_OBJECT_NAME 20090604
2 Returning RS_NODE_PROPS Value transfer Type reference (TYPE) TS_NODE_PROPS 20090604

Method GET_DEFAULT_NODE_PROPS on class CL_FPM_HCT_INFO has no exception.

Method GET_ELEMENT_IDENT_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_TEXT Call by reference Type reference (TYPE) STRING 20090709
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20090709
3 Returning RV_DESCR Value transfer Type reference (TYPE) STRING 20090604

Method GET_ELEMENT_IDENT_DESCR on class CL_FPM_HCT_INFO has no exception.

Method GET_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20090710
2 Returning RO_IMAGE Value transfer Object reference (TYPE REF TO) CL_WD_IMAGE Perforce change= / 20050916-083208 20090710

Method GET_IMAGE on class CL_FPM_HCT_INFO has no exception.

Method GET_IMAGE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20120130
2 Returning RV_IMAGE_SOURCE Value transfer Type reference (TYPE) STRING 20120130

Method GET_IMAGE_SOURCE on class CL_FPM_HCT_INFO has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FPM_HCT_INFO Common Configuration Metainformation 20090604

Method GET_INSTANCE on class CL_FPM_HCT_INFO has no exception.

Method GET_NODES_SIMPLE_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODE_SIMPLE_ADD Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090604

Method GET_NODES_SIMPLE_ADD on class CL_FPM_HCT_INFO has no exception.

Method GET_NODE_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20090710
2 Returning RS_NODE_PROPS Value transfer Type reference (TYPE) TS_NODE_PROPS 20090710

Method GET_NODE_PROPS on class CL_FPM_HCT_INFO has no exception.

Method GET_NODE_PROPS_FOR_NODE 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) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090604
2 Returning RS_NODE_PROPS Value transfer Type reference (TYPE) TS_NODE_PROPS 20090604

Method GET_NODE_PROPS_FOR_NODE on class CL_FPM_HCT_INFO has no exception.

Method GET_NODE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20090710
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20090710

Method GET_NODE_TEXT on class CL_FPM_HCT_INFO has no exception.

Method GET_SCHEMA_DROP_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA Call by reference Type reference (TYPE) CL_FPM_HCT_UI_ASSIST=>TY_SCHEMA CL_FPM_HCT_UI_ASSIST=>CS_SCHEMA-OBJECTS 20100423
2 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100423

Method GET_SCHEMA_DROP_HANDLER on class CL_FPM_HCT_INFO has no exception.

Method GET_SCHEMA_RENDER_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090714
2 Returning RO_CALLBACK Value transfer Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20090714

Method GET_SCHEMA_RENDER_CALLBACK on class CL_FPM_HCT_INFO has no exception.

Method GET_SCHEMA_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA Call by reference Type reference (TYPE) CL_FPM_HCT_UI_ASSIST=>TY_SCHEMA CL_FPM_HCT_UI_ASSIST=>CS_SCHEMA-OBJECTS 20100423
2 Returning RO_REPOSITORY Value transfer Object reference (TYPE REF TO) IF_FPM_HCT_REPOSITORY Assistance class for FPM configuration editor 20100423

Method GET_SCHEMA_REPOSITORY on class CL_FPM_HCT_INFO has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) TEXTPOOLKY Text element key (number/selection name) 20090707
2 Returning RV_TEXT Value transfer Type reference (TYPE) TEXTPOOLTX Language-dependent text in ABAP/4 text pool 20090707

Method GET_TEXT on class CL_FPM_HCT_INFO has no exception.

Method GET_TEXTPOOL Signature

Method GET_TEXTPOOL on class CL_FPM_HCT_INFO has no parameter.
Method GET_TEXTPOOL on class CL_FPM_HCT_INFO has no exception.

Method SET_ASSISTANCE_CLASS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HANDLER Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100712
2 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Component Name 20100712

Method SET_ASSISTANCE_CLASS_HANDLER on class CL_FPM_HCT_INFO has no exception.

Method SET_NODE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_IN_SCHEMATA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090716
2 Importing IV_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING CV_DEFAULT_IMAGE 20090604
3 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20090604
4 Importing IV_SIMPLE_ADD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090604
5 Importing IV_TEXT Call by reference Type reference (TYPE) CLIKE 20090604

Method SET_NODE_PROPERTIES on class CL_FPM_HCT_INFO has no exception.

Method SET_SCHEMA_DROP_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HANDLER Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100423
2 Importing IV_SCHEMA Call by reference Type reference (TYPE) CL_FPM_HCT_UI_ASSIST=>TY_SCHEMA CL_FPM_HCT_UI_ASSIST=>CS_SCHEMA-OBJECTS 20100423

Method SET_SCHEMA_DROP_HANDLER on class CL_FPM_HCT_INFO has no exception.

Method SET_SCHEMA_RENDER_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK Call by reference Object reference (TYPE REF TO) CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20090714
2 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090714

Method SET_SCHEMA_RENDER_CALLBACK on class CL_FPM_HCT_INFO has no exception.

Method SET_SCHEMA_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REPOSITORY Call by reference Object reference (TYPE REF TO) IF_FPM_HCT_REPOSITORY Assistance class for FPM configuration editor 20100423
2 Importing IV_SCHEMA Call by reference Type reference (TYPE) CL_FPM_HCT_UI_ASSIST=>TY_SCHEMA CL_FPM_HCT_UI_ASSIST=>CS_SCHEMA-OBJECTS 20100423

Method SET_SCHEMA_REPOSITORY on class CL_FPM_HCT_INFO has no exception.

Method TRANSFORM_TECHTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CLIKE 20090604
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20090604

Method TRANSFORM_TECHTEXT on class CL_FPM_HCT_INFO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730