SAP ABAP Class CL_LIB_CONVERTER (converts data of elements into another type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SHDB_TOOLS (Package) helper classes for HANA DB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LIB_CONVERTABLE provides converstions between if_lib_element types 20130605
Properties
Class CL_LIB_CONVERTER  
Short Description converts data of elements into another type    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHDB_TOOLS   helper classes for HANA DB 
Created 20130320   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LIB_CONVERTER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_LIB_CONVERTABLE provides converstions between if_lib_element types 20130605
Friends
Class CL_LIB_CONVERTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MR_FROM Instance attribute Protected Object reference (TYPE REF TO) DATA 20130605
2 _MR_TO Instance attribute Protected Object reference (TYPE REF TO) DATA 20130605
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor 20130605
2 NEW_BY_NAME Static method Public Method 20130605
3 _UNPACK Instance method Protected Method 20130605
4 _ZTEST Static method Public Method 20130605
Events
Class CL_LIB_CONVERTER has no event.
Types
Class CL_LIB_CONVERTER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FROM Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run Time Type Services 20130605
2 Importing IR_TO Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run Time Type Services 20130605
3 Importing IV_FROM Call by reference Type reference (TYPE) STRING 20130605
4 Importing IV_TO Call by reference Type reference (TYPE) STRING 20130605

Method CONSTRUCTOR on class CL_LIB_CONVERTER has no exception.

Method NEW_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FROM Call by reference Type reference (TYPE) STRING 20130605
2 Importing IV_TO Call by reference Type reference (TYPE) STRING 20130605
3 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_LIB_CONVERTER converts data of elements into another type 20130605

Method NEW_BY_NAME on class CL_LIB_CONVERTER has no exception.

Method _UNPACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_LIB_ELEMENT abstract element for use in collections 20130605

Method _UNPACK on class CL_LIB_CONVERTER has no exception.

Method _ZTEST Signature

Method _ZTEST on class CL_LIB_CONVERTER has no parameter.
Method _ZTEST on class CL_LIB_CONVERTER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in