SAP ABAP Class CL_TPDAPI_DATA_SERVICES (Data, variables .... and a lot more!)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDAPI_DATA_SERVICES Services for Variables 20091105
Properties
Class CL_TPDAPI_DATA_SERVICES  
Short Description Data, variables .... and a lot more!    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class TPDAPI    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20091105   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_TPDAPI_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_TPDAPI_DATA_SERVICES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDAPI_DATA_SERVICES Services for Variables 20091105
Friends
Class CL_TPDAPI_DATA_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX_TPDA Instance attribute Private Object reference (TYPE REF TO) CX_TPDA Exceptions of Kernel Interface 20091109
2 CX_TPDA_SYS Instance attribute Private Object reference (TYPE REF TO) CX_TPDA_SYS Exceptions of Kernel Interface 20091109
3 S_REF_SERVICE Static Attribute Private Object reference (TYPE REF TO) CL_TPDAPI_DATA_SERVICES Data, variables .... and a lot more! 20091109
4 TAB_DATA Instance attribute Private Type reference (TYPE) TYP_TAB_DATA 20091105
5 TAB_SYMBQUICK Instance attribute Private Type reference (TYPE) TYP_TAB_SYMBQUICK 20091109
Methods
# Method Level Visibility Method type Description Created on
1 DEREGISTER_DATA Instance method Private Method 20100203
2 GET_CONTROLLER Instance method Private Method 20091109
3 GET_DATA Instance method Private Method 20130806
4 GET_SYMBQUICK Instance method Private Method 20091109
5 HAS_TABLE_BODY Instance method Private Method 20100615
6 INIT Instance method Private Method 20091105
7 ON_DATA_CHANGED Instance method Private Event handling method 20100203
8 ON_DEBUGGER_EVENT Instance method Private Event handling method 20091113
9 REGISTER_DATA Instance method Private Method 20100203
10 S_GET_INSTANCE Static method Public Method 20091109
Events
Class CL_TPDAPI_DATA_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_DATA Private See coding 20091105 BEGIN OF typ_str_data, name TYPE string, ref_data TYPE REF TO cl_tpdapi_data, END OF typ_str_data
2 TYP_STR_SYMBQUICK Private See coding 20091109 BEGIN OF typ_str_symbquick, name TYPE string, str_symbquick TYPE tpda_sys_symbquick, END OF typ_str_symbquick
3 TYP_TAB_DATA Private See coding 20091105 typ_tab_data TYPE HASHED TABLE OF typ_str_data WITH UNIQUE KEY name
4 TYP_TAB_SYMBQUICK Private See coding 20091109 typ_tab_symbquick TYPE HASHED TABLE OF typ_str_symbquick WITH UNIQUE KEY name
Method Signatures

Method DEREGISTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_DATA Call by reference Object reference (TYPE REF TO) IF_TPDAPI_DATA Daten 20100203

Method DEREGISTER_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_TPDA_CONTROL TPDA: Schnittstelle Kernel/ ABAP 20091109
# Exception Resumable Description Created on
1 CX_TPDAPI_FAILURE Fehler im TPDAPI 20091109

Method GET_DATA Signature

Method GET_DATA on class CL_TPDAPI_DATA_SERVICES has no parameter.
Method GET_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.

Method GET_SYMBQUICK Signature

Method GET_SYMBQUICK on class CL_TPDAPI_DATA_SERVICES has no parameter.
Method GET_SYMBQUICK on class CL_TPDAPI_DATA_SERVICES has no exception.

Method HAS_TABLE_BODY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100615
2 Importing I_STR_SYMBQUICK Value transfer Type reference (TYPE) IF_TPDAPI_DATA_SERVICES=>TYP_STR_SYMBQUICK 20100615
3 Returning R_TABLE_BODY Value transfer Type reference (TYPE) STRING 20100615

Method HAS_TABLE_BODY on class CL_TPDAPI_DATA_SERVICES has no exception.

Method INIT Signature

Method INIT on class CL_TPDAPI_DATA_SERVICES has no parameter.
# Exception Resumable Description Created on
1 CX_TPDAPI_FAILURE Fehler im TPDAPI 20091116

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20100203

Method ON_DATA_CHANGED on class CL_TPDAPI_DATA_SERVICES has no exception.

Method ON_DEBUGGER_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_EVENT Value transfer Attribute reference (LIKE) 20091207

Method ON_DEBUGGER_EVENT on class CL_TPDAPI_DATA_SERVICES has no exception.

Method REGISTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_DATA Call by reference Object reference (TYPE REF TO) IF_TPDAPI_DATA Daten 20100203

Method REGISTER_DATA on class CL_TPDAPI_DATA_SERVICES has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_SERVICE Value transfer Object reference (TYPE REF TO) CL_TPDAPI_DATA_SERVICES Daten, Variablen .... und noch viel mehr! 20091109
# Exception Resumable Description Created on
1 CX_TPDAPI_FAILURE Fehler im TPDAPI 20091116
History
Last changed by/on SAP  20140121 
SAP Release Created in 800