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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_TYPEDESCR 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 CV_BUTTON_ADD_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'BUTTON_ADD_' 20100428
2 CV_BUTTON_DELETE_PREFIX Instance attribute Protected Type reference (TYPE) STRING 'BUTTON_DELETE_' 20100526
3 CV_PARAM_NODE Constant Protected Type reference (TYPE) STRING 'PARAM' 20100420
4 MO_BADI Instance attribute Protected Object reference (TYPE REF TO) FPM_BADI_ADAPT_GUIBB 20100420
5 MO_MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20100420
6 MO_PARAM_NODE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100420
7 MS_CONTROL_DATA Instance attribute Protected Type reference (TYPE) FPM_S_CFG_PARAM_CONTROL_DATA Control data for configuration parameters 20100420
8 MT_PARAM Instance attribute Protected Type reference (TYPE) T_PARAM Table of Strings 20100423
9 MV_RENDER Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100420
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20100420
2 CREATE_PARAM_CONTAINER Instance method Protected Method 20100526
3 CREATE_PARAM_NODE Instance method Protected Method 20100420
4 CREATE_UIELEMENT Instance method Protected Method 20100420
5 FETCH_BADI Instance method Protected Method 20100420
6 GET_VALUES Instance method Public Method 20100420
7 INIT Instance method Public Method 20100420
8 REFRESH_CONTEXT Instance method Protected Method 20100527
9 RENDER_ELEM Instance method Protected Method 20100428
10 RENDER_PARAMETER Instance method Protected Method 20100527
11 RENDER_VIEW Instance method Public Method 20100420
12 SET_CONTROL_DATA Instance method Public Method 20100420
13 SET_PARAMETERS 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 Exporting 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 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100526
2 Returning 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 Importing IO_CONFIG_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100420
2 Importing 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 Importing IS_ATTR_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta Information for an Attribute of a Context Node 20100420
2 Importing IS_PROPERTY Call by reference Type reference (TYPE) WDR_CONTEXT_PROPERTIES WD ABAP: Context Attribute Property 20100428
3 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20100420
4 Returning 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 Exporting 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 Importing IO_CONFIG_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100420
2 Importing IO_DATA_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100420
3 Importing 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 Importing 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 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20100428
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20100428
3 Importing IS_PARAM Call by reference Type reference (TYPE) S_PARAM 20100428
4 Returning 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 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20100527
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20100527
3 Importing 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 Importing IO_MAPPED_DATA_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100420
2 Importing 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 Importing 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 Importing 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