SAP ABAP Class CL_LIB_KEYVAL (maintains key-value pairs)
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_KEYVAL interface for key-value-pairs 20130605
Properties
Class CL_LIB_KEYVAL  
Short Description maintains key-value pairs    
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 20130429   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SHDB_DEF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_LIB_KEYVAL interface for key-value-pairs 20130605
Friends
Class CL_LIB_KEYVAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MS_KEYVAL Instance attribute Protected Type reference (TYPE) TS_KEYVAL 20130605
2 _MV_EMPTY Instance attribute Private Type reference (TYPE) I 0 20130605
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor 20130605
2 NEW Static method Public Method 20130605
Events
Class CL_LIB_KEYVAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_KEYVAL Protected See coding 20130605 begin of TS_KEYVAL, key type string, type type REF TO cl_abap_typedescr, val TYPE REF TO data, END OF ts_keyval
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20130605
2 Importing IV_VAL Call by reference Type reference (TYPE) DATA 20130605

Method CONSTRUCTOR on class CL_LIB_KEYVAL has no exception.

Method NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20130605
2 Importing IV_VAL Call by reference Type reference (TYPE) DATA 20130605
3 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_LIB_KEYVAL maintains key-value pairs 20130605

Method NEW on class CL_LIB_KEYVAL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in