SAP ABAP Class CL_FPM_HCT_PARAM_ASSIST (Assistance Class for FPM_HCT_PARAMETER)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20100420 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_COMPLEXPARAM_ASSIST | Assistance Class for FPM_HCT_MUTIVALUE_PARAM | 20100426 |
Properties
| Class | CL_FPM_HCT_PARAM_ASSIST | |
| Short Description | Assistance Class for FPM_HCT_PARAMETER | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_HCT | Harmonized Configuration Tool |
| Created | 20100420 | 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) |
Interfaces
Class CL_FPM_HCT_PARAM_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_PARAM_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | STRING | 'BUTTON_ADD_' | 20100428 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | STRING | 'BUTTON_DELETE_' | 20100526 | |||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'PARAM' | 20100420 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | FPM_BADI_ADAPT_GUIBB | 20100420 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20100420 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | FPM_S_CFG_PARAM_CONTROL_DATA | Control data for configuration parameters | 20100420 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | T_PARAM | Table of Strings | 20100423 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100420 | ||
| 2 | Instance method | Protected | Method | 20100526 | ||
| 3 | Instance method | Protected | Method | 20100420 | ||
| 4 | Instance method | Protected | Method | 20100420 | ||
| 5 | Instance method | Protected | Method | 20100420 | ||
| 6 | Instance method | Public | Method | 20100420 | ||
| 7 | Instance method | Public | Method | 20100420 | ||
| 8 | Instance method | Protected | Method | 20100527 | ||
| 9 | Instance method | Protected | Method | 20100428 | ||
| 10 | Instance method | Protected | Method | 20100527 | ||
| 11 | Instance method | Public | Method | 20100420 | ||
| 12 | Instance method | Public | Method | 20100420 | ||
| 13 | Instance method | Public | Method | 20100420 |
Events
Class CL_FPM_HCT_PARAM_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAM | Protected | See coding | 20100423 | begin of S_PARAM,
name type string,
kind type ABAP_TYPECATEGORY,
end of S_PARAM
|
||
| 2 | T_PARAM | Protected | See coding | 20100423 | T_PARAM type standard table of s_param WITH DEFAULT KEY
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20100420 |
Method CHECK on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method CREATE_PARAM_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20100526 | |||
| 2 | RO_PARAM_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20100526 |
Method CREATE_PARAM_CONTAINER on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method CREATE_PARAM_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIG_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 | |||
| 2 | IO_DATA_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 |
Method CREATE_PARAM_NODE on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method CREATE_UIELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTR_INFO | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTRIBUTE_INFO | Meta Information for an Attribute of a Context Node | 20100420 | |||
| 2 | IS_PROPERTY | Call by reference | Type reference (TYPE) | WDR_CONTEXT_PROPERTIES | WD ABAP: Context Attribute Property | 20100428 | |||
| 3 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20100420 | ||||
| 4 | RO_UIELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20100420 |
Method CREATE_UIELEMENT on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method FETCH_BADI Signature
Method FETCH_BADI on class CL_FPM_HCT_PARAM_ASSIST has no parameter.
Method FETCH_BADI on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUE | Call by reference | Type reference (TYPE) | FPM_T_CFG_PARAM_VALUE | Parameters in Configuration | 20100420 |
Method GET_VALUES on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIG_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 | |||
| 2 | IO_DATA_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 | |||
| 3 | IV_DATA_TYPE | Call by reference | Type reference (TYPE) | CLIKE | 20100420 |
Method INIT on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method REFRESH_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAM | Call by reference | Type reference (TYPE) | S_PARAM | 20100527 |
Method REFRESH_CONTEXT on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method RENDER_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20100428 | ||||
| 2 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20100428 | ||||
| 3 | IS_PARAM | Call by reference | Type reference (TYPE) | S_PARAM | 20100428 | ||||
| 4 | RO_UIELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20100722 |
Method RENDER_ELEM on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method RENDER_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20100527 | ||||
| 2 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20100527 | ||||
| 3 | IS_PARAM | Call by reference | Type reference (TYPE) | S_PARAM | 20100527 |
Method RENDER_PARAMETER on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method RENDER_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MAPPED_DATA_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100420 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20100420 |
Method RENDER_VIEW on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method SET_CONTROL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONTROL_DATA | Call by reference | Type reference (TYPE) | FPM_S_CFG_PARAM_CONTROL_DATA | Control data for configuration parameters | 20100420 |
Method SET_CONTROL_DATA on class CL_FPM_HCT_PARAM_ASSIST has no exception.
Method SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAM | Call by reference | Type reference (TYPE) | FPM_T_CFG_PARAM | Parameters in Configuration | 20100420 |
Method SET_PARAMETERS on class CL_FPM_HCT_PARAM_ASSIST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |