SAP ABAP Class CL_CNV_00001_FLD_MAP_COMMON (Default functions for field mapping)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_FLD_MAP_FUNCTION 20131010
Properties
Class CL_CNV_00001_FLD_MAP_COMMON  
Short Description Default functions for field mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20131009   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_00001_FLD_MAP_COMMON has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_FLD_MAP_FUNCTION 20131010
Friends
Class CL_CNV_00001_FLD_MAP_COMMON has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_NUM_OF_BYTES Static Attribute Private Type reference (TYPE) I 20131118
Methods
# Method Level Visibility Method type Description Created on
1 AVERAGE_OF_2_FIELDS Static method Public Method Average of two fields 20131010
2 AVERAGE_OF_3_FIELDS Static method Public Method Average of three fields 20131010
3 AVERAGE_OF_4_FIELDS Static method Public Method Average of four fields 20131010
4 AVERAGE_OF_5_FIELDS Static method Public Method Average of five fields 20131010
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20131118
6 CONCATENATION_OF_2_FIELDS Static method Public Method Concatenation of two fields 20131010
7 CONCATENATION_OF_3_FIELDS Static method Public Method Concatenation of three fields 20131010
8 CONCATENATION_OF_4_FIELDS Static method Public Method Concatenation of four fields 20131010
9 CONCATENATION_OF_5_FIELDS Static method Public Method Concatenation of five fields 20131010
10 GET_NUM_OF_BYTES_FOR_CHAR Static method Private Method 20131118
11 MAX_OF_2_FIELDS Static method Public Method Maximum of two fields 20131010
12 MAX_OF_3_FIELDS Static method Public Method Maximum of three fields 20131010
13 MAX_OF_4_FIELDS Static method Public Method Maximum of four fields 20131010
14 MAX_OF_5_FIELDS Static method Public Method Maximum of five fields 20131010
15 MIN_OF_2_FIELDS Static method Public Method Minimum of two fields 20131010
16 MIN_OF_3_FIELDS Static method Public Method Minimum of three fields 20131010
17 MIN_OF_4_FIELDS Static method Public Method Minimum of four fields 20131010
18 MIN_OF_5_FIELDS Static method Public Method Minimum of five fields 20131010
19 SUM_OF_2_FIELDS Static method Public Method Sum up two fields 20131010
20 SUM_OF_3_FIELDS Static method Public Method Sum up three fields 20131010
21 SUM_OF_4_FIELDS Static method Public Method Sum up four fields 20131010
22 SUM_OF_5_FIELDS Static method Public Method Sum up five fields 20131010
Events
Class CL_CNV_00001_FLD_MAP_COMMON has no event.
Types
Class CL_CNV_00001_FLD_MAP_COMMON has no local type.
Method Signatures

Method AVERAGE_OF_2_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVERAGE Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010

Method AVERAGE_OF_2_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method AVERAGE_OF_3_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVERAGE Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010

Method AVERAGE_OF_3_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method AVERAGE_OF_4_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVERAGE Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010

Method AVERAGE_OF_4_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method AVERAGE_OF_5_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVERAGE Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010
6 Importing IV_FIELD_5 Call by reference Type reference (TYPE) ANY 20131010

Method AVERAGE_OF_5_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CNV_00001_FLD_MAP_COMMON has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method CONCATENATION_OF_2_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONCATENATION Call by reference Type reference (TYPE) C 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) C 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) C 20131010

Method CONCATENATION_OF_2_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method CONCATENATION_OF_3_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONCATENATION Call by reference Type reference (TYPE) C 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) C 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) C 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) C 20131010

Method CONCATENATION_OF_3_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method CONCATENATION_OF_4_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONCATENATION Call by reference Type reference (TYPE) C 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) C 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) C 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) C 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) C 20131010

Method CONCATENATION_OF_4_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method CONCATENATION_OF_5_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONCATENATION Call by reference Type reference (TYPE) C 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) C 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) C 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) C 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) C 20131010
6 Importing IV_FIELD_5 Call by reference Type reference (TYPE) C 20131010

Method CONCATENATION_OF_5_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method GET_NUM_OF_BYTES_FOR_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NUM_OF_BYTES Value transfer Type reference (TYPE) I 20131118

Method GET_NUM_OF_BYTES_FOR_CHAR on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MAX_OF_2_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAX Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010

Method MAX_OF_2_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MAX_OF_3_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAX Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010

Method MAX_OF_3_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MAX_OF_4_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAX Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010

Method MAX_OF_4_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MAX_OF_5_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAX Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010
6 Importing IV_FIELD_5 Call by reference Type reference (TYPE) ANY 20131010

Method MAX_OF_5_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MIN_OF_2_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MIN Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010

Method MIN_OF_2_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MIN_OF_3_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MIN Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010

Method MIN_OF_3_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MIN_OF_4_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MIN Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010

Method MIN_OF_4_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method MIN_OF_5_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MIN Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010
6 Importing IV_FIELD_5 Call by reference Type reference (TYPE) ANY 20131010

Method MIN_OF_5_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method SUM_OF_2_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUM Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010

Method SUM_OF_2_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method SUM_OF_3_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUM Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010

Method SUM_OF_3_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method SUM_OF_4_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUM Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010

Method SUM_OF_4_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.

Method SUM_OF_5_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUM Call by reference Type reference (TYPE) ANY 20131010
2 Importing IV_FIELD_1 Call by reference Type reference (TYPE) ANY 20131010
3 Importing IV_FIELD_2 Call by reference Type reference (TYPE) ANY 20131010
4 Importing IV_FIELD_3 Call by reference Type reference (TYPE) ANY 20131010
5 Importing IV_FIELD_4 Call by reference Type reference (TYPE) ANY 20131010
6 Importing IV_FIELD_5 Call by reference Type reference (TYPE) ANY 20131010

Method SUM_OF_5_FIELDS on class CL_CNV_00001_FLD_MAP_COMMON has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in