SAP ABAP Class CL_WDK_TYPESERVICE (Helper for rescuing ABAP memory objects)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-MUS (Application Component) Musing Tools
     WDK_CONTROLLER (Package) Kayak Controller
Properties
Class CL_WDK_TYPESERVICE  
Short Description Helper for rescuing ABAP memory objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_CONTROLLER   Kayak Controller 
Created 20070308   SAP 
Last change 20070911   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)
Interfaces
Class CL_WDK_TYPESERVICE has no interface implemented.
Friends
Class CL_WDK_TYPESERVICE has no friend class.
Attributes
Class CL_WDK_TYPESERVICE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATAREF Static method Public Method Type information to data reference 20070322
2 GET_TYPEINFO Static method Public Method Data reference to type information 20070322
Events
Class CL_WDK_TYPESERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TYPEINFO Public See coding RTTI information 20070322 BEGIN OF ts_typeinfo, relname TYPE string, tabkind TYPE abap_tablekind, uni_key TYPE abap_bool, keykind TYPE abap_keydefkind, key TYPE abap_keydescr_tab, elem_typ TYPE abap_typekind, elem_len TYPE i, pack_dec TYPE i, END OF ts_typeinfo
Method Signatures

Method GET_DATAREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TYPEINFO Call by reference Type reference (TYPE) TS_TYPEINFO RTTI information 20070322
2 Returning RESULT Value transfer Object reference (TYPE REF TO) DATA 20070322

Method GET_DATAREF on class CL_WDK_TYPESERVICE has no exception.

Method GET_TYPEINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20070322
2 Returning RESULT Value transfer Type reference (TYPE) TS_TYPEINFO RTTI information 20070322

Method GET_TYPEINFO on class CL_WDK_TYPESERVICE has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in