SAP ABAP Class CL_CNV_MBT_PIFD_PARAMETER_DATA (PIFD Parameter Data)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_CORE (Package) PIFD Core Functionality and Types
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_PIFD_OPERAND PIFD object that can be used as an operand 20120813
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_MBT_PIFD_ABSTR_TAB_DATA Table Parameter Data superclass 20101202
2 Inheritance (c INHERITING FROM c_ref)  CL_CNV_MBT_PIFD_SIMPLE_DATA PIFD Simple Parameter Data 20101126
Properties
Class CL_CNV_MBT_PIFD_PARAMETER_DATA  
Short Description PIFD Parameter Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_CORE   PIFD Core Functionality and Types 
Created 20101125   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_MBT_PIFD_PARAMETER_DATA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_MBT_PIFD_OPERAND PIFD object that can be used as an operand 20120813
Friends
# Friend Modeled only Created on Description
1 CL_CNV_MBT_PIFD_INTERFACE 20101130 PIFD Parameter Container Class
2 CL_CNV_MBT_PIFD_VARIANT 20101126 PIFD concrete Variant of an Interface
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_RANGE_DATA Constant Public Type reference (TYPE) SEOCLSNAME 'CL_CNV_MBT_PIFD_RANGE_DATA' Object Type Name 20110107
2 NC_SIMPLE_DATA Constant Public Type reference (TYPE) SEOCLSNAME 'CL_CNV_MBT_PIFD_SIMPLE_DATA' Object Type Name 20101201
3 NC_TABLE_DATA Constant Public Type reference (TYPE) SEOCLSNAME 'CL_CNV_MBT_PIFD_TABLE_DATA' Object Type Name 20101203
4 NC_TABTYPE_DATA Constant Public Type reference (TYPE) SEOCLSNAME 'CL_CNV_MBT_PIFD_TABTYPE_DATA' Object Type Name 20101203
5 OR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Value of the Simple Parameter Data 20101202
6 OR_PARENT Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110216
7 OR_VARIANT Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20101222
8 OS_C_PARAM Instance attribute Protected Type reference (TYPE) CNVMBTCPARAM PIFD Concrete Parameters for a Variant 20101125
9 OS_VAR_PARAM Instance attribute Protected Type reference (TYPE) CNVMBTVARPARAM PIFD Parameters contained in an Interface 20101125
10 OT_FIELD_CATALOG Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110322
11 PR_PARAMETER Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20101125
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_DATA_CONTAINER Instance method Public Method 20110609
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101125
3 COPY Instance method Protected Method Copy the ParameterData object 20110204
4 CREATE_FIELD_CATALOG Instance method Protected Method Creates the field catalog from the stored technical descr. 20110322
5 DELETE_ALL_FOR_VARIANT Static method Public Method Delete all objects related to the Variant from the DB 20110125
6 FORMAT_DATA Instance method Public Method Formats the data (subclass-specific) 20101202
7 GET_ASSOCIATED_CLASS_NAME Static method Private Method Returns name of correct class for the CPar description 20101126
8 GET_DATA Instance method Public Method Returns the contained data 20101202
9 GET_DATA_REF Instance method Public Method Returns a reference to a copy of the contained data 20110208
10 GET_FIELD_CATALOG Instance method Public Method Returns the field catalog describing the table 20110322
11 GET_ID Instance method Public Method Returns the Parameter Data ID 20101130
12 GET_INIT_SAPGUI_CLASS Instance method Public Method Returns the class name of the SAPGUI initializer 20110222
13 GET_INIT_WD_COMPONENT Instance method Public Method Returns the component name of the Web Dynpro initializer 20110222
14 GET_PARAMETER Instance method Public Method Returns the associated PIFD Parameter object 20101130
15 GET_PARAM_DATA_SUBTYPE Instance method Public Method Returns the type of the Parameter Data subclass 20101201
16 GET_PARENT Instance method Public Method Returns the parent 20110216
17 GET_SEQUENCE_NUMBER Instance method Public Method Returns the sequence number 20111104
18 GET_VALIDATOR_CLASS Instance method Public Method Returns the class name of the general validator 20110512
19 GET_VALID_SAPGUI_CLASS Instance method Public Method Returns the class name of the SAPGUI validator 20110512
20 GET_VALID_WD_COMPONENT Instance method Public Method Returns the component name of the Web Dynpro validator 20110512
21 GET_VARIANT Instance method Public Method Returns the variant containing this parameter data object 20120801
22 IS_HIDDEN Instance method Public Method Queries whether the Parameter Data Object is hidden 20121116
23 LOAD Instance method Protected Method Loads the information for this ParameterData subclass 20101126
24 LOAD_ALL_FOR_VARIANT Static method Private Method Loads all ParameterData objects for the given Variant 20101126
25 LOAD_CLUSTER_DATA Instance method Protected Method Loads the data from the cluster 20101202
26 SET_DATA Instance method Public Method Sets the value 20101202
27 STORE_CLUSTER_DATA Instance method Protected Method Stores the data from the cluster 20101202
28 STORE_TO_DB Instance method Protected Method Stores the contained information to the database 20101126
29 VALIDATE_LOCAL Instance method Public Method Validate a parameter data object in the current system 20110413
Events
Class CL_CNV_MBT_PIFD_PARAMETER_DATA has no event.
Types
Class CL_CNV_MBT_PIFD_PARAMETER_DATA has no local type.
Method Signatures

Method ADD_TO_DATA_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_LTR_DATA_CONTAINER 20110609

Method ADD_TO_DATA_CONTAINER on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMETER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20101125
2 Importing IR_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20101222

Method CONSTRUCTOR on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NEW_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110204
2 Returning RR_PARAMETER_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110204

Method COPY on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method CREATE_FIELD_CATALOG Signature

Method CREATE_FIELD_CATALOG on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method CREATE_FIELD_CATALOG on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method DELETE_ALL_FOR_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20110125

Method DELETE_ALL_FOR_VARIANT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method FORMAT_DATA Signature

Method FORMAT_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method FORMAT_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_ASSOCIATED_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_C_PAR_DESC Call by reference Type reference (TYPE) CNVMBTCPARAM PIFD Concrete Parameters for a Variant 20101126
2 Returning RV_CLASS_NAME Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20101126

Method GET_ASSOCIATED_CLASS_NAME on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Value transfer Type reference (TYPE) ANY Data value 20101203

Method GET_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_DATA_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20110208

Method GET_DATA_REF on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELD_CAT Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110322

Method GET_FIELD_CATALOG on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_C_PARAM_ID Value transfer Type reference (TYPE) CNV_MBT_PIFD_C_PARAM_ID Concrete Parameter ID 20101130

Method GET_ID on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_INIT_SAPGUI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAPGUI_INIT_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_INITIALIZER_CLASS Initializer class name 20110222

Method GET_INIT_SAPGUI_CLASS on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_INIT_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WD_INIT_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20110222

Method GET_INIT_WD_COMPONENT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARAM Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20101130

Method GET_PARAMETER on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_PARAM_DATA_SUBTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20101201

Method GET_PARAM_DATA_SUBTYPE on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARENT Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110216

Method GET_PARENT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_SEQUENCE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEQNUM Value transfer Type reference (TYPE) DMC_SEQNUM 20111104

Method GET_SEQUENCE_NUMBER on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_VALIDATOR_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALIDATOR_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_VALIDATOR_CLASS Validator class name 20110512

Method GET_VALIDATOR_CLASS on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_VALID_SAPGUI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAPGUI_VALID_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_VALIDATOR_CLASS Validator class name 20110512

Method GET_VALID_SAPGUI_CLASS on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_VALID_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WD_VALID_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20110512

Method GET_VALID_WD_COMPONENT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VARIANT Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20120801

Method GET_VARIANT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method IS_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_HIDDEN Value transfer Type reference (TYPE) CNV_MBT_PIFD_HIDDEN Hidden Flag 20121116

Method IS_HIDDEN on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method LOAD Signature

Method LOAD on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method LOAD on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method LOAD_ALL_FOR_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20101126
2 Importing IT_PARAM_DATA_LIST Call by reference Type reference (TYPE) CNV_MBT_PIFD_CPARAM_MAP Map of Concrete Parameter IDs to object references 20111104
3 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20101126
4 Returning RT_PARAM_DATA_LIST Value transfer Type reference (TYPE) CNV_MBT_PIFD_CPARAM_MAP Map of Concrete Parameter IDs to object references 20101126

Method LOAD_ALL_FOR_VARIANT on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method LOAD_CLUSTER_DATA Signature

Method LOAD_CLUSTER_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method LOAD_CLUSTER_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Value transfer Type reference (TYPE) ANY Data value 20101203
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Locking exception 20101222

Method STORE_CLUSTER_DATA Signature

Method STORE_CLUSTER_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method STORE_CLUSTER_DATA on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method STORE_TO_DB Signature

Method STORE_TO_DB on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no parameter.
Method STORE_TO_DB on class CL_CNV_MBT_PIFD_PARAMETER_DATA has no exception.

Method VALIDATE_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20140423
2 Exporting EV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20140423
3 Exporting EV_STATUS Call by reference Type reference (TYPE) CNV_MBT_CHECK_STATUS Check Framework: Technical Check Status 20110413
4 Importing IR_VALIDATOR Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VALIDATOR PIFD Variant Validator Superclass 20110413
5 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110413
6 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110413
7 Changing XT_PARAM Call by reference Type reference (TYPE) CNV_MBT_CHECK_T_PARAM Check Framework: List of Parameter Name-Value Pairs 20110413
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20110413
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620