SAP ABAP Class CL_TPDA_SCRIPT_SCAN_SQL (TPDA: Script: Scan SQL Operations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_SCRIPT (Package) Debugger Script
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_SCRIPT_SCAN TPDA: Parse ABAP Statements 20061103
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_SCRIPT_SCAN_SQLCHANGE 20061114
2 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_SCRIPT_SCAN_SQLREAD TPDA: Script: Scan Reading SQL Operations 20061114
Properties
Class CL_TPDA_SCRIPT_SCAN_SQL  
Short Description TPDA: Script: Scan SQL Operations    
Super Class CL_TPDA_SCRIPT_SCAN TPDA: Parse ABAP Statements 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_SCRIPT   Debugger Script 
Created 20061103   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_SCRIPT_SCAN_SQL has no forward declaration.
Interfaces
Class CL_TPDA_SCRIPT_SCAN_SQL has no interface implemented.
Friends
Class CL_TPDA_SCRIPT_SCAN_SQL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IT_DB_TABLES Instance attribute Protected Type reference (TYPE) TY_IT_DB_TABLES 20061206
Methods
# Method Level Visibility Method type Description Created on
1 DB_TABLES Instance method Public Method 20061103
2 EXTRACT_TABLE Instance method Protected Method 20061103
Events
Class CL_TPDA_SCRIPT_SCAN_SQL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DB_TABLE Public See coding 20061103 BEGIN OF ty_db_table, name type string, dynamic type flag, end of ty_db_table
2 TY_IT_DB_TABLES Public See coding 20061103 TY_IT_DB_TABLES type standard table of ty_db_table with NON-UNIQUE key name
Method Signatures

Method DB_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_IT_DB_TABLES Value transfer Type reference (TYPE) TY_IT_DB_TABLES 20061103
# Exception Resumable Description Created on
1 CX_TPDA_SCRIPT_SCAN 20061124

Method EXTRACT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DB_TABLE Value transfer Type reference (TYPE) TY_DB_TABLE 20061103
2 Importing P_TOKEN Call by reference Type reference (TYPE) STOKESX erw. String-Beschr. eines Tokens in der ABAP-Source-Analyse 20061103

Method EXTRACT_TABLE on class CL_TPDA_SCRIPT_SCAN_SQL has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710