SAP ABAP Class CL_USMD_CMM_FFIX_WRAPPER (Convenience Class, Wrapping Tables of Type USMD_TS_VALUE)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD2_COMMON (Package) Common objects of generic MDG UIs
Properties
Class CL_USMD_CMM_FFIX_WRAPPER  
Short Description Convenience Class, Wrapping Tables of Type USMD_TS_VALUE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD2_COMMON   Common objects of generic MDG UIs 
Created 20120615   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 USMD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_USMD_CMM_FFIX_WRAPPER has no interface implemented.
Friends
Class CL_USMD_CMM_FFIX_WRAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_NAME_CREQUEST_TYPE Constant Private Type reference (TYPE) USMD_FIELDNAME USMD0_CS_FLD-CREQUEST_TYPE Field of an Entity Type 20120615
2 CV_NAME_ENTITY_TYPE Constant Private Type reference (TYPE) USMD_FIELDNAME USMD0_CS_FLD-ENTITY Field of an Entity Type 20120619
3 CV_NAME_ENTITY_TYPE_CONT Constant Private Type reference (TYPE) USMD_FIELDNAME 'USMD_ENTITY_CONT' Field of an Entity Type 20120618
4 CV_NAME_FIELDNAME Constant Private Type reference (TYPE) USMD_FIELDNAME USMD0_CS_FLD-FIELDNAME Field of an Entity Type 20120822
Methods
# Method Level Visibility Method type Description Created on
1 EXTRACT_ENTITY_KEY Static method Public Method Extract the Entity Key 20120723
2 GET_CREQ_TYPE Static method Public Method Get the Value of FFIX-Variable USMD_CREQ_TYPE 20120615
3 GET_ENTITY_TYPE Static method Public Method Get the Value of FFIX-Variable USMD_ENTITY 20120619
4 GET_ENTITY_TYPE_CONT Static method Public Method Get the Value of FFIX-Variable USMD_ENTITY_CONT 20120618
5 GET_FIELDNAME Static method Public Method Get the Value of FFIX-Variable USMD_FIELDNAME 20120615
6 GET_VALUE Static method Public Method Get the Value of an FFIX-Variable 20120615
7 HAS_CREQ_TYPE Static method Public Method Does the FFIX-Variable USMD_CREQ_TYPE have the spcfd value? 20120615
8 HAS_ENTITY_TYPE Static method Public Method Does the FFIX-Variable USMD_ENTITY have the specified value? 20120619
9 HAS_ENTITY_TYPE_CONT Static method Public Method Does the FFIX-Variable USMD_ENTITY_CONT have the spcf value? 20120618
10 HAS_FIELDNAME Static method Public Method Does the FFIX-Variable USMD_FIELDNAME have the spcfd value? 20120615
11 HAS_VALUE Static method Public Method Does the FFIX-Variable have the specified value? 20120615
12 IS_CREQ_TYPE_SPECIFIED Static method Public Method FFIX-Variable USMD_CREQ_TYPE Specified? 20120615
13 IS_ENT_TYPE_SPECIFIED Static method Public Method FFIX-Variable USMD_ENTITY Specified? 20120619
14 IS_ENT_TYP_CONT_SPECIFIED Static method Public Method FFIX-Variable USMD_ENTITY_CONT Specified? 20120618
15 IS_FFIX_VAR_SPECIFIED Static method Public Method Variable Specified? 20120615
16 IS_FIELDNAME_SPECIFIED Static method Public Method FFIX-Variable USMD_FIELDNAME Specified? 20120615
17 TO_FIELD_RANGES Static method Public Method Convert FFIX Variable Set 1 to Field Ranges 20120725
Events
Class CL_USMD_CMM_FFIX_WRAPPER has no event.
Types
Class CL_USMD_CMM_FFIX_WRAPPER has no local type.
Method Signatures

Method EXTRACT_ENTITY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ABS_ENTITY_KEY Call by reference Type reference (TYPE) USMD_TS_VALUE Entity Key 20120725
2 Importing IT_CMM_FFIX_1 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX Variable Set 1 20120725

Method EXTRACT_ENTITY_KEY on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method GET_CREQ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Returning RV_CREQ_TYPE Value transfer Type reference (TYPE) USMD_CREQUEST_TYPE Change Request Type 20120615
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120615

Method GET_ENTITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Returning RV_ENTITY_TYPE Value transfer Type reference (TYPE) USMD_ENTITY Entity Type 20120619
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120619

Method GET_ENTITY_TYPE_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Returning RV_ENTITY_TYPE Value transfer Type reference (TYPE) USMD_ENTITY Entity Type 20120618
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120618

Method GET_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_1 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX Variable Set 1 20120619
2 Returning RV_FIELDNAME Value transfer Type reference (TYPE) USMD_FIELDNAME Fieldname 20120615
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120615

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Importing IV_NAME Call by reference Type reference (TYPE) USMD_FIELDNAME Name of a FFIX-Variable 20120615
3 Returning RV_VALUE Value transfer Type reference (TYPE) USMD_VALUE Value of a FFIX-Variable 20120615
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120615

Method HAS_CREQ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Importing IV_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Change Request Type 20120615
3 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Does the FFIX-Variable USMD_CREQ_TYPE have the spcfd value? 20120615

Method HAS_CREQ_TYPE on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method HAS_ENTITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Importing IV_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120619
3 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Does the FFIX-Variable USMD_ENTITY have the spcfd value? 20120619

Method HAS_ENTITY_TYPE on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method HAS_ENTITY_TYPE_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Importing IV_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120618
3 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Does the FFIX-Variable USMD_ENTITY_CONT have the spfd value? 20120618

Method HAS_ENTITY_TYPE_CONT on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method HAS_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_1 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 1 20120619
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Fieldname 20120615
3 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Does the FFIX-Variable USMD_CREQ_TYPE have the spcfd value? 20120615

Method HAS_FIELDNAME on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method HAS_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Importing IV_NAME Call by reference Type reference (TYPE) USMD_FIELDNAME Name of a FFIX-Variable 20120615
3 Importing IV_VALUE Call by reference Type reference (TYPE) USMD_VALUE Value of a FFIX-Variable 20120615
4 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Has the FFIX-Variable the Specified Value? 20120615
# Exception Resumable Description Created on
1 CX_USMD_CMM_FFIX FFIX-Related Exception 20120615

Method IS_CREQ_TYPE_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Returning RF_SPECIFIED Value transfer Type reference (TYPE) ABAP_BOOL Specified? 20120615

Method IS_CREQ_TYPE_SPECIFIED on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method IS_ENT_TYPE_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Returning RF_SPECIFIED Value transfer Type reference (TYPE) ABAP_BOOL Specified? 20120619

Method IS_ENT_TYPE_SPECIFIED on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method IS_ENT_TYP_CONT_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_2 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 2 20120619
2 Returning RF_SPECIFIED Value transfer Type reference (TYPE) ABAP_BOOL Specified? 20120618

Method IS_ENT_TYP_CONT_SPECIFIED on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method IS_FFIX_VAR_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20120615
2 Importing IV_NAME Call by reference Type reference (TYPE) USMD_FIELDNAME Name of a FFIX-Variable 20120615
3 Returning RF_SPECIFIED Value transfer Type reference (TYPE) ABAP_BOOL Has the FFIX-Variable been Specified? 20120615

Method IS_FFIX_VAR_SPECIFIED on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method IS_FIELDNAME_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX_1 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 1 20120619
2 Returning RF_SPECIFIED Value transfer Type reference (TYPE) ABAP_BOOL Specified? 20120615

Method IS_FIELDNAME_SPECIFIED on class CL_USMD_CMM_FFIX_WRAPPER has no exception.

Method TO_FIELD_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CMM_FFIX_1 Call by reference Type reference (TYPE) USMD_TS_VALUE FFIX-Variable Set 1 20120725
2 Returning RR_ABS_FIELD_RANGE Value transfer Object reference (TYPE REF TO) USMD_TS_SEL Field Ranges 20120725

Method TO_FIELD_RANGES on class CL_USMD_CMM_FFIX_WRAPPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732