SAP ABAP Class IF_SALV_BOG_CONVERTOR (Conversion of Data to External Format)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_BOG_CONV_FIELD_TO_STR Basis Class for Converters from Field to String 20090219
Properties
Class IF_SALV_BOG_CONVERTOR  
Short Description Conversion of Data to External Format    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090206   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SALV_BOG_CONVERTOR has no forward declaration.
Interfaces
Class IF_SALV_BOG_CONVERTOR has no interface implemented.
Friends
Class IF_SALV_BOG_CONVERTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_RESULT_TYPE Constant Public See coding 20090219
2 C_SOURCE_CONTENT Constant Public See coding 20090219
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT Instance method Public Method 20090206
2 GET_REQUESTED_SOURCE_CONTENT Instance method Public Method Import param of CONVERT must be either record or cell 20090219
3 GET_RESULT_TYPE Instance method Public Method Domain of converted value: String, decfloat, boolean,... 20090219
4 IS_COLUMN_DEPENDENT Instance method Public Method True if conversion returns different values for diff. cols 20091126
Events
Class IF_SALV_BOG_CONVERTOR has no event.
Types
Class IF_SALV_BOG_CONVERTOR has no local type.
Method Signatures

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXTERNAL_VALUE Value transfer Type reference (TYPE) ANY 20090206
2 Importing VALUE Value transfer Type reference (TYPE) ANY 20090206

Method CONVERT on class IF_SALV_BOG_CONVERTOR has no exception.

Method GET_REQUESTED_SOURCE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SOURCE_CONTENT Value transfer Attribute reference (LIKE) C_SOURCE_CONTENT-FIELD 20090219

Method GET_REQUESTED_SOURCE_CONTENT on class IF_SALV_BOG_CONVERTOR has no exception.

Method GET_RESULT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT_TYPE Value transfer Attribute reference (LIKE) C_RESULT_TYPE-STRING 20090219

Method GET_RESULT_TYPE on class IF_SALV_BOG_CONVERTOR has no exception.

Method IS_COLUMN_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_DEPENDENT Value transfer Type reference (TYPE) ABAP_BOOL 20091126

Method IS_COLUMN_DEPENDENT on class IF_SALV_BOG_CONVERTOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in