Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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... |
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 | Constant | Public | Type reference (TYPE) | STRING | 'ICON_WD_CONTEXT' | 20090604 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '*' | 20090604 | |||
| 3 | Instance attribute | Private | See coding | 20090604 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_ASSISTANCE_CLASS | 20100712 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_NODE_PROPS | 20090604 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090604 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TT_SCHEMA_DROP_HANDLER | 20100423 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TT_ATTR_PROPS | 20100423 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | TT_SCHEMA_REP | 20100423 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | TEXTPOOL_TABLE | 20090707 | ||||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_HCT_INFO | Common Configuration Metainformation | 20090604 |
Methods
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 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Component Name | 20100712 | |||
| 2 | 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 | IV_NODE | Call by reference | Type reference (TYPE) | TV_OBJECT_NAME | 20090604 | ||||
| 2 | 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 | IV_ELEMENT_TEXT | Call by reference | Type reference (TYPE) | STRING | 20090709 | ||||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090709 | ||||
| 3 | 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 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090710 | ||||
| 2 | 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 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20120130 | ||||
| 2 | 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 | 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 | 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 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090710 | ||||
| 2 | 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 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090604 | |||
| 2 | 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 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20090710 | ||||
| 2 | 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 | 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 | 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 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090714 | ||||
| 2 | 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 | 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 | 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 | IV_KEY | Call by reference | Type reference (TYPE) | TEXTPOOLKY | Text element key (number/selection name) | 20090707 | |||
| 2 | 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 | IO_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100712 | |||
| 2 | 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 | IV_DISPLAY_IN_SCHEMATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090716 | |||
| 2 | IV_IMAGE_SOURCE | Call by reference | Type reference (TYPE) | STRING | CV_DEFAULT_IMAGE | 20090604 | |||
| 3 | IV_NODE | Call by reference | Type reference (TYPE) | STRING | 20090604 | ||||
| 4 | IV_SIMPLE_ADD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090604 | |||
| 5 | 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 | IO_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20100423 | |||
| 2 | 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 | IO_CALLBACK | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20090714 | |||
| 2 | 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 | IO_REPOSITORY | Call by reference | Object reference (TYPE REF TO) | IF_FPM_HCT_REPOSITORY | Assistance class for FPM configuration editor | 20100423 | |||
| 2 | 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 | IV_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20090604 | ||||
| 2 | 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 |