SAP ABAP Class CL_TPDAPI_SOURCE (Source)
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_SOURCE Information About Sources 20091119
Properties
Class CL_TPDAPI_SOURCE  
Short Description Source    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class TPDAPI    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20091104   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_SOURCE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDAPI_SOURCE Information About Sources 20091119
Friends
Class CL_TPDAPI_SOURCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FLG_ACTIVE Instance attribute Protected Type reference (TYPE) XFLAG New input values 20091112
2 REF_SOURCETYPE Instance attribute Protected Object reference (TYPE REF TO) IE_TPDAPI_SOURCETYPE 20091119
3 STR_SOURCEINFO Instance attribute Protected Type reference (TYPE) IF_TPDAPI_SOURCE=>TYP_STR_SOURCEINFO 20091119
4 S_TAB_SOURCES Static Attribute Private Type reference (TYPE) TYP_TAB_SOURCES 20091119
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20091112
2 DEACTIVATE Instance method Public Method 20091112
3 INIT Instance method Protected Method 20091119
4 IS_ACTIVE Instance method Public Method 20091119
5 S_ACTIVATE_SOURCETYPE Static method Public Method 20091119
6 S_CREATE Static method Private Method 20091119
7 S_GET_INSTANCE Static method Public Method 20091119
Events
Class CL_TPDAPI_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_SOURCE Private See coding 20091119 BEGIN OF TYP_STR_SOURCE, ref_sourcetype TYPE REF TO ie_tpdapi_sourcetype, ref_source TYPE REF TO cl_tpdapi_source, end OF TYP_STR_SOURCE
2 TYP_TAB_SOURCES Private See coding 20091119 typ_tab_sources TYPE HASHED TABLE OF typ_str_source WITH UNIQUE KEY ref_sourcetype
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_SOURCEINFO Call by reference Type reference (TYPE) ANY 20091119

Method ACTIVATE on class CL_TPDAPI_SOURCE has no exception.

Method DEACTIVATE Signature

Method DEACTIVATE on class CL_TPDAPI_SOURCE has no parameter.
Method DEACTIVATE on class CL_TPDAPI_SOURCE has no exception.

Method INIT Signature

Method INIT on class CL_TPDAPI_SOURCE has no parameter.
Method INIT on class CL_TPDAPI_SOURCE has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_ACTIVE Value transfer Type reference (TYPE) XFLAG neue Eingabewerte 20091119

Method IS_ACTIVE on class CL_TPDAPI_SOURCE has no exception.

Method S_ACTIVATE_SOURCETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_SOURCETYPE Call by reference Object reference (TYPE REF TO) IE_TPDAPI_SOURCETYPE Quellcode Arten 20091119
2 Importing I_STR_SOURCEINFO Call by reference Type reference (TYPE) ANY 20091119
3 Returning R_REF_SOURCE Value transfer Object reference (TYPE REF TO) CL_TPDAPI_SOURCE Information über Sourcen 20091119

Method S_ACTIVATE_SOURCETYPE on class CL_TPDAPI_SOURCE has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_SOURCETYPE Call by reference Object reference (TYPE REF TO) IE_TPDAPI_SOURCETYPE Quellcode Arten 20091119
2 Returning R_REF_SOURCE Value transfer Object reference (TYPE REF TO) CL_TPDAPI_SOURCE Information über Sourcen 20091119

Method S_CREATE on class CL_TPDAPI_SOURCE has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REF_SOURCETYPE Call by reference Object reference (TYPE REF TO) IE_TPDAPI_SOURCETYPE Quellcode Arten 20091119
2 Returning R_REF_SOURCE Value transfer Object reference (TYPE REF TO) CL_TPDAPI_SOURCE Source 20091119

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