SAP ABAP Class CL_TPDAPI_GEN (General Matters)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Properties
Class CL_TPDAPI_GEN  
Short Description General Matters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class TPDAPI    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20091110   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDAPI_GEN has no forward declaration.
Interfaces
Class CL_TPDAPI_GEN has no interface implemented.
Friends
Class CL_TPDAPI_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX Static Attribute Public Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20100108
2 CX_DYN Static Attribute Public Object reference (TYPE REF TO) CX_DYNAMIC_CHECK Abstract Superclass for All Global Exceptions 20100113
3 CX_ROOT Static Attribute Public Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20091110
4 CX_TPDA Static Attribute Public Object reference (TYPE REF TO) CX_TPDA tpda: Error 20091110
5 CX_TPDAPI_CONTRACT_VIOLATION Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_CONTRACT_VIOLATION Error in TPDAPI 20100323
6 CX_TPDAPI_DYN Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_DYN Error in TPDAPI 20100113
7 CX_TPDAPI_FAILURE Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_FAILURE Error in TPDAPI 20091110
8 CX_TPDAPI_INSUFFICIENT_DATA Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_INSUFFICIENT_DATA Error in TPDAPI 20091123
9 CX_TPDAPI_INVALIDATED Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_INVALIDATED Error in TPDAPI 20091116
10 CX_TPDAPI_INVALID_PARAM Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_INVALID_PARAM Error in TPDAPI 20091129
11 CX_TPDAPI_NOT_ATTACHED Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_NOT_ATTACHED Error in TPDAPI 20130808
12 CX_TPDAPI_NOT_FOUND Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_NOT_FOUND Error in TPDAPI 20091124
13 CX_TPDAPI_NOT_SUPPORTED Static Attribute Public Object reference (TYPE REF TO) CX_TPDAPI_NOT_SUPPORTED Invalid Parameter 20091210
14 CX_TPDA_SYS Static Attribute Public Object reference (TYPE REF TO) CX_TPDA_SYS Exceptions of Kernel Interface 20091110
15 DUMMY Static Attribute Public Type reference (TYPE) STRING 20091125
16 STR_MSG Static Attribute Public Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20091110
Methods
# Method Level Visibility Method type Description Created on
1 S_GET_BP_SERVICES Static method Public Method 20100107
2 S_GET_CONTROLLER Static method Public Method 20091124
3 S_GET_CONTROL_SERVICES Static method Public Method 20100107
4 S_GET_CURRENT_METHOD Static method Public Method 20100120
5 S_GET_DATA_SERVICES Static method Public Method 20100107
6 S_GET_INITIAL_FIELD Static method Public Method 20100120
7 S_GET_LAST_CHAR Static method Public Method 20100511
8 S_GET_SESSION Static method Public Method 20100107
9 S_GET_WP_SERVICES Static method Public Method 20130806
10 S_MATCHES Static method Public Method 20091202
11 S_TO_VALUE Static method Public Method 20100120
Events
Class CL_TPDAPI_GEN has no event.
Types
Class CL_TPDAPI_GEN has no local type.
Method Signatures

Method S_GET_BP_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_BP_SERVICES Value transfer Object reference (TYPE REF TO) IF_TPDAPI_BP_SERVICES Breakpoint Services 20100107

Method S_GET_BP_SERVICES on class CL_TPDAPI_GEN has no exception.

Method S_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 20091124
# Exception Resumable Description Created on
1 CX_TPDAPI_FAILURE Fehler im TPDAPI 20091124

Method S_GET_CONTROL_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_CONTROL_SERVICES Value transfer Object reference (TYPE REF TO) IF_TPDAPI_CONTROL_SERVICES Kontrolle über den Zustand des Debuggers 20100107

Method S_GET_CONTROL_SERVICES on class CL_TPDAPI_GEN has no exception.

Method S_GET_CURRENT_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_METHOD Value transfer Type reference (TYPE) STRING 20100120

Method S_GET_CURRENT_METHOD on class CL_TPDAPI_GEN has no exception.

Method S_GET_DATA_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_DATA_SERVICES Value transfer Object reference (TYPE REF TO) IF_TPDAPI_DATA_SERVICES Services rund um Variablen 20100107

Method S_GET_DATA_SERVICES on class CL_TPDAPI_GEN has no exception.

Method S_GET_INITIAL_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_ANY Call by reference Type reference (TYPE) ANY 20100120
2 Returning R_FIELDNAME Value transfer Type reference (TYPE) STRING 20100120

Method S_GET_INITIAL_FIELD on class CL_TPDAPI_GEN has no exception.

Method S_GET_LAST_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) CSEQUENCE 20100511
2 Returning R_LAST_CHAR Value transfer Type reference (TYPE) STRING 20100511

Method S_GET_LAST_CHAR on class CL_TPDAPI_GEN has no exception.

Method S_GET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_SESSION Value transfer Object reference (TYPE REF TO) IF_TPDAPI_SESSION Debug Session (attached!) 20100107

Method S_GET_SESSION on class CL_TPDAPI_GEN has no exception.

Method S_GET_WP_SERVICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_WP_SERVICES Value transfer Object reference (TYPE REF TO) IF_TPDAPI_WP_SERVICES 20130806

Method S_GET_WP_SERVICES on class CL_TPDAPI_GEN has no exception.

Method S_MATCHES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HAYSTACK Call by reference Type reference (TYPE) CSEQUENCE 20091202
2 Importing NEEDLE Call by reference Type reference (TYPE) CSEQUENCE 20091202
3 Returning R_MATCHES Value transfer Type reference (TYPE) XFLAG neue Eingabewerte 20091202

Method S_MATCHES on class CL_TPDAPI_GEN has no exception.

Method S_TO_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ANY Call by reference Type reference (TYPE) ANY 20100120
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20100120

Method S_TO_VALUE on class CL_TPDAPI_GEN has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800