SAP ABAP Class CL_TPDA_SOURCE_ABAP (TPDA: Source Code Handling - ABAP/DYNP)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_DEBUGGER_SERVICES (Package) ABAP Debugger: Core Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_SOURCE TPDA: Source Handling 20041104
Properties
Class CL_TPDA_SOURCE_ABAP  
Short Description TPDA: Source Code Handling - ABAP/DYNP    
Super Class CL_TPDA_SOURCE TPDA: Source Handling 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_DEBUGGER_SERVICES   ABAP Debugger: Core Layer 
Created 20041104   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_SOURCE_ABAP has no forward declaration.
Interfaces
Class CL_TPDA_SOURCE_ABAP has no interface implemented.
Friends
Class CL_TPDA_SOURCE_ABAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_RUN_TO_CURSOR Instance attribute Private Type reference (TYPE) TPDA_CURR_SOURCE_POS TPDA; Static Source Position for Navigation 20050826
2 C_ABAP_SRC Constant Private Type reference (TYPE) TPDA_SOURCE_KIND 'A' TPDA: Type of Code (ABAP, Screen, ...) 20041104
3 C_DYNP_SRC Constant Private Type reference (TYPE) TPDA_SOURCE_KIND 'D' TPDA: Type of Code (ABAP, Screen, ...) 20041104
4 C_LEXER Constant Public Type reference (TYPE) STRING 'ABAP' 20050224
5 C_TRUE Constant Private Type reference (TYPE) FLAG 'X' General Flag 20041104
6 EXC_BP_INT_ERROR Instance attribute Private Object reference (TYPE REF TO) CX_TPDA_BP_INTERNAL_ERROR 20041104
7 SRC_INFO Instance attribute Private Type reference (TYPE) TPDA_CURR_SOURCE_POS TPDA; Static Source Position for Navigation 20041104
8 SRC_KIND Instance attribute Private Type reference (TYPE) TPDA_SOURCE_KIND TPDA: Type of Code (ABAP, Screen, ...) 20041104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050224
2 GET_ABAP_SRC Instance method Private Method TPDA: Set Up ABAP Source as String Table 20041104
3 GET_DYNP_SRC Instance method Private Method TPDA: Set Up ABAP Source as String Table 20041104
Events
Class CL_TPDA_SOURCE_ABAP has no event.
Types
Class CL_TPDA_SOURCE_ABAP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_TPDA_SOURCE_ABAP has no parameter.
Method CONSTRUCTOR on class CL_TPDA_SOURCE_ABAP has no exception.

Method GET_ABAP_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CURR_LINENR Call by reference Type reference (TYPE) I 20041104
2 Exporting P_SOURCE_IT Call by reference Type reference (TYPE) TPDA_SOURCE_IT TPDA: Quellcode 20041104
3 Exporting P_SOURCE_RAW_IT Call by reference Type reference (TYPE) TPDA_SOURCE_RAW_IT TPDA: Quellcode Stringtabelle 20041105
4 Importing P_SPLIT_AT Call by reference Type reference (TYPE) I 20041104
5 Importing P_SRC_INFO Call by reference Type reference (TYPE) TPDA_CURR_SOURCE_POS TPDA; Sttaische Source Position für Navigation 20041104
# Exception Resumable Description Created on
1 CX_TPDA_CANT_READ_SRC 20041104

Method GET_DYNP_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CURR_LINENR Call by reference Type reference (TYPE) I 20041104
2 Exporting P_SOURCE_IT Call by reference Type reference (TYPE) TPDA_SOURCE_IT TPDA: Quellcode 20041104
3 Exporting P_SOURCE_RAW_IT Call by reference Type reference (TYPE) TPDA_SOURCE_RAW_IT TPDA: Quellcode Stringtabelle 20041105
4 Importing P_SPLIT_AT Value transfer Type reference (TYPE) I TPDA: Quellcode 20041104
5 Importing P_SRC_INFO Call by reference Type reference (TYPE) TPDA_CURR_SOURCE_POS TPDA; Sttaische Source Position für Navigation 20041104
# Exception Resumable Description Created on
1 CX_TPDA_CANT_READ_SRC 20041104
History
Last changed by/on SAP  20090618 
SAP Release Created in 700