SAP ABAP Class CL_ECSTAT_EXTRACTOR_CONFIG (Basis Class for Extra Configurations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_STAT (Package) eCATT Statistics
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ECSTAT_OBJ_EXTR_CONFIG Configuration for Object Extractor 20100723
2 Inheritance (c INHERITING FROM c_ref)  CL_ECSTAT_SC_EXTR_CONFIG Configuration for Extractor of Script Start 20100723
3 Inheritance (c INHERITING FROM c_ref)  CL_ECSTAT_TC_V_EXTR_CONFIG Configuration for Extractor of Test Configuration Starts 20100723
Properties
Class CL_ECSTAT_EXTRACTOR_CONFIG  
Short Description Basis Class for Extra Configurations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_STAT   eCATT Statistics 
Created 20100723   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ECSTAT_EXTRACTOR_CONFIG has no interface implemented.
Friends
Class CL_ECSTAT_EXTRACTOR_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_NUM_OF_ROWS_FOR_SELECT Instance attribute Private Type reference (TYPE) I Number of Rows of Results Set for SELECT Statement 20100723
2 MV_PRINT_EXTRACTED_DATA Instance attribute Private Type reference (TYPE) ABAP_BOOL Display Result of Extraction 20100723
3 MV_WRITE_DATA_TO_DB Instance attribute Private Type reference (TYPE) ABAP_BOOL Write Extracted Data to Database 20100723
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100723
2 GET_NUM_OF_ROWS_FOR_SELECT Instance method Public Method Number of Rows of Results Set for SELECT Statement 20100723
3 PRINT_EXTRACTED_DATA Instance method Public Method Flag, Display Result of Extraction 20100723
4 WRITE_DATA_TO_DB Instance method Public Method Flag, Write Extracted Data to Database 20100723
Events
Class CL_ECSTAT_EXTRACTOR_CONFIG has no event.
Types
Class CL_ECSTAT_EXTRACTOR_CONFIG has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMV_NUM_OF_ROWS_FOR_SELECT Call by reference Type reference (TYPE) I Anzahl Zeilen der Ergebnissmenge bei SELECT Anw. 20100723
2 Importing IMV_PRINT_EXTRACTED_DATA Call by reference Type reference (TYPE) ABAP_BOOL Flag, gebe Resultat der Extraktion aus 20100723
3 Importing IMV_WRITE_DATA_TO_DB Call by reference Type reference (TYPE) ABAP_BOOL Flag, schreibe extrahierte Daten in Datenbank 20100723

Method CONSTRUCTOR on class CL_ECSTAT_EXTRACTOR_CONFIG has no exception.

Method GET_NUM_OF_ROWS_FOR_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTV_NUM_OF_ROWS_FOR_SELECT Value transfer Type reference (TYPE) I Anzahl Zeilen der Ergbnissmenge der SELECT Anw. 20100723

Method GET_NUM_OF_ROWS_FOR_SELECT on class CL_ECSTAT_EXTRACTOR_CONFIG has no exception.

Method PRINT_EXTRACTED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTV_PRINT_EXTRACTED_DATA Value transfer Type reference (TYPE) ABAP_BOOL Flag, gebe Resultat der Extraktion aus 20100723

Method PRINT_EXTRACTED_DATA on class CL_ECSTAT_EXTRACTOR_CONFIG has no exception.

Method WRITE_DATA_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTV_WRITE_DATA_TO_DB Value transfer Type reference (TYPE) ABAP_BOOL Flag, schreibe extrahierte Daten in Datenbank 20100723

Method WRITE_DATA_TO_DB on class CL_ECSTAT_EXTRACTOR_CONFIG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703