SAP ABAP Class CL_E2E_TESTING_AGENT_DBA_TRACE (E2E Testing Agent: Database Access (SQL/Buffer) Trace)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-TWB-BCA (Application Component) Business Process Change Analyzer
     E2E_TESTING (Package) E2E Testing
Properties
Class CL_E2E_TESTING_AGENT_DBA_TRACE  
Short Description E2E Testing Agent: Database Access (SQL/Buffer) Trace    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package E2E_TESTING   E2E Testing 
Created 20100830   SAP 
Last change 20140121   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)
2 SQLT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_E2E_TESTING_AGENT_DBA_TRACE has no interface implemented.
Friends
Class CL_E2E_TESTING_AGENT_DBA_TRACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_APPLOG Instance attribute Protected Object reference (TYPE REF TO) CL_E2E_TESTING_AGENT_APPLOG E2E Testing Agent: Application Log 20100831
2 AT_TABLE_TYPES Instance attribute Protected Type reference (TYPE) VALUEKEYS Allowed Table Types 20100916
3 AT_TAB_EXCLUDED Instance attribute Protected Type reference (TYPE) TY_T_TABLES List of Excluded Tables 20100910
4 AT_TAB_INCLUDED Instance attribute Protected Type reference (TYPE) TY_T_TABLES List of Included Tables 20100910
5 AT_TBOM_BASE Instance attribute Protected Type reference (TYPE) E2ET_TBOM_BASE_T E2ET_TBOM_BASE_T 20100914
6 AT_TBOM_KEYS_DEBUG Instance attribute Public Type reference (TYPE) E2ET_TBOM_BASE_KEYS_DEBUG_T Table Type for TBOM Base Key with Additional Information 20100913
7 AV_CHARSIZE Instance attribute Public Type reference (TYPE) I Character Length in Bytes 20100915
8 AV_DATE_END Instance attribute Public Type reference (TYPE) DATS Trace End Date 20100831
9 AV_DATE_START Instance attribute Public Type reference (TYPE) DATS Trace Start Date 20100831
10 AV_DEBUG_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL Debug Mode 20100913
11 AV_ENQ_KEY Instance attribute Protected Type reference (TYPE) E2ET_TRACE_ENQ-TRACE_ENQ_KEY BPCA Primary Key for Shared Lock in SQL/Buffer Trace 20100908
12 AV_TIME_END Instance attribute Public Type reference (TYPE) TIMS Trace End Time 20100831
13 AV_TIME_START Instance attribute Public Type reference (TYPE) TIMS Trace Start Time 20100831
14 AV_TRACE_USER Instance attribute Public Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20100830
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TABLEKEY_TO_TBOM Instance method Protected Method Put Table Key in TBOM 20100901
2 CALCULATE_TAB_KEY Instance method Protected Method CALCULATE_TAB_KEY 20101215
3 CHECK_RELEASE Static method Public Method Check SAP_BASIS Release 20100830
4 CHECK_TABLE_IN_TBOM_BASE Instance method Protected Method Check Table in TBOM Base 20100914
5 CHECK_TABLE_TYPE Instance method Protected Method Check Table Type 20100831
6 CHECK_VALID_VIEW_TABLES Instance method Protected Method CHECK_VALID_VIEW_TABLES 20101215
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100830
8 FILL_TABLE_TYPES Instance method Protected Method Note Allowed Table Types 20100916
9 GET_TABLE_VALUE_FR_VIEW_VALUES Instance method Protected Method GET_TABLE_VALUE_FR_VIEW_VALUES 20101215
10 GET_TRACE Instance method Public Method Get SQL/Buffer Trace 20100902
11 GET_TRACE_ALL Static method Public Method Get SQL/Buffer Trace from All Servers 20100908
12 GET_TRACE_STATUS Instance method Public Method Get SQL/Buffer Trace Status 20100830
13 GET_VIEWFIELD_FR_JOIN_COND Instance method Protected Method GET_VIEWFIELD_FR_JOIN_COND 20101215
14 GET_VIEW_TABLEKEYS Instance method Protected Method GET_VIEW_TABLEKEYS 20101215
15 IMPROVE_TABLEKEY Instance method Protected Method Improve Table Key for Legibility 20100915
16 IS_TRACE_STILL_LOCKED Instance method Protected Method Is there another lock for the trace? 20100901
17 PARSE_BUF_STATEMENT Instance method Protected Method Parse Buffer Key Statement 20100906
18 PARSE_SQL_STATEMENT Instance method Protected Method Parse SQL Statement 20100903
19 PARSE_TRACE Instance method Protected Method Parse Trace 20100902
20 READ_TRACE Instance method Protected Method Read SQL/Buffer Trace 20100831
21 REMOVE_TRACE_LOCK Instance method Protected Method Release Lock (DEQUEUE) 20100901
22 SET_TRACE_LOCK Instance method Protected Method Request Lock (ENQUEUE) 20100901
23 SUITS_SQL_STATEMENT Instance method Protected Method Is SQL Statement Correct? 20101005
24 SWITCH_TRACE_OFF Instance method Public Method Deactivate SQL/Buffer Trace 20100830
25 SWITCH_TRACE_ON Instance method Public Method Activate SQL/Buffer Trace 20100830
26 __OLD_PARSE_SQL_STATEMENT Instance method Protected Method OLD: Parse SQL Statement 20101123
Events
Class CL_E2E_TESTING_AGENT_DBA_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_R_OPERATION Private See coding Range Type for SQL/Buffer Trace Operations 20100830
2 TY_S_SQLT_TRANSID Protected See coding Structure Type for Transaction IDs 20100913
3 TY_S_TABLES Protected See coding Structure Type for Tables 20100915
4 TY_S_TRBUFFIELD Protected See coding Field Value of a Table Buffer Trace 20100929
5 TY_S_VIEW_TABLE Protected See coding TY_S_VIEW_TABLE 20101215
6 TY_T_BUF_ST_DET Protected See coding Table Type of BUF_ST_DET 20100831
7 TY_T_DD26V Protected See coding TY_T_DD26V 20101215
8 TY_T_DD27P Protected See coding TY_T_DD27P 20101215
9 TY_T_DD28J Protected See coding TY_T_DD28J 20101215
10 TY_T_SQLT_TRECORD Protected See coding Table Type of SQLT_TRECORD 20100831
11 TY_T_STRING Protected See coding TY_T_STRING 20101215
12 TY_T_TABLES Protected See coding Table Type for Tables 20100915
Method Signatures

Method ADD_TABLEKEY_TO_TBOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS_T TBOM Content-Tabelle 20100902
2 Importing IS_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS TBOM Content-Zeile 20100902
3 Importing IV_BUF_STATEMENT Call by reference Type reference (TYPE) STRING Buffer Tab Key Statement 20100913
4 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20100913

Method ADD_TABLEKEY_TO_TBOM on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method CALCULATE_TAB_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DFIES Call by reference Type reference (TYPE) DDFIELDS CT_DFIES 20101215
2 Changing CT_VALUES Call by reference Type reference (TYPE) TY_T_STRING CT_VALUES 20101215
3 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME EV_TAB_KEY 20101215
4 Importing IT_FIELDS Call by reference Type reference (TYPE) TY_T_STRING IT_FIELDS 20101215
5 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 IV_CLIENT_DEPENDENT 20101215

Method CALCULATE_TAB_KEY on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method CHECK_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTION Call by reference Type reference (TYPE) CHAR40 Funktion 20100830
2 Importing IV_MIN_RELEASE Call by reference Type reference (TYPE) SYSAPRL R/3-System, Release-Stand des R/3-Systems 20100830
# Exception Resumable Description Created on
1 RELEASE_NOT_SUPPORTED Dieses Release wird noch nicht unterstützt 20100831

Method CHECK_TABLE_IN_TBOM_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TAB_IN_TBOM_BASE Call by reference Type reference (TYPE) CHAR1 Is Table in TBOM Base? 20100914
2 Importing IV_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100914

Method CHECK_TABLE_IN_TBOM_BASE on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method CHECK_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Flag indicating client-specific entries 20100915
2 Exporting EV_IS_DBVIEW Call by reference Type reference (TYPE) CHAR1 EV_IS_DBVIEW 20101215
3 Exporting EV_TAB_TYPE Call by reference Type reference (TYPE) CHAR1 Table Type: Delivery Class 20100831
4 Exporting EV_TAB_TYPE_VALID Call by reference Type reference (TYPE) CHAR1 Is Table Type valid? 20100831
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100831
# Exception Resumable Description Created on
1 ERROR_READING_TABLE Fehler beim Lesen der Tabellenkopfdaten 20100831

Method CHECK_VALID_VIEW_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J ET_JOIN_CONDITION 20101215
2 Exporting ET_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P ET_VIEW_FIELDS 20101215
3 Exporting ET_VIEW_TABLES Call by reference Type reference (TYPE) TY_T_DD26V ET_VIEW_TABLES 20101215
4 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) DDOBJNAME IV_VIEW_NAME 20101215
# Exception Resumable Description Created on
1 ERROR_READING_VIEW ERROR_READING_VIEW 20101215

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_TYPES Call by reference Type reference (TYPE) VALUEKEYS Zulässige Tabellentypen 20100916
2 Importing IV_DEBUG_MODE Call by reference Type reference (TYPE) ABAP_BOOL SPACE Debug Modus 20100913
# Exception Resumable Description Created on
1 E2E_TA_ERROR E2E Agenten Fehler 20100908
2 RELEASE_NOT_SUPPORTED SAP_BASIS Release kleiner 4.6C wird noch nicht unterstützt 20100831

Method FILL_TABLE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_TYPES Call by reference Type reference (TYPE) VALUEKEYS Zulässige Tabellentypen 20100916

Method FILL_TABLE_TYPES on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method GET_TABLE_VALUE_FR_VIEW_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) STRING EV_VALUE 20101215
2 Exporting EV_VALUE_FOUND Call by reference Type reference (TYPE) CHAR1 EV_VALUE_FOUND 20101215
3 Importing IT_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J IT_JOIN_CONDITION 20101215
4 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20101215
5 Importing IT_VIEW_FIELDSS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELDSS 20101215
6 Importing IT_VIEW_FIELD_VALS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELD_VALS 20101215
7 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME IV_FIELDNAME 20101215
8 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME IV_TABNAME 20101215

Method GET_TABLE_VALUE_FR_VIEW_VALUES on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method GET_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS_T Tabellenschlüssel im TBOM Content Format 20100902
2 Importing IT_TBOM_BASE Call by reference Type reference (TYPE) E2ET_TBOM_BASE_T E2ET_TBOM_BASE_T 20100914
3 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ATRA_TRACE_IDS_T Trace IDs 20100913
4 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace Endedatum 20100907
5 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Startdatum 20100907
6 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace Endezeit 20100907
7 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Startzeit 20100907
8 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20100908
# Exception Resumable Description Created on
1 ERROR_PREPARING_TRACE Fehler bei der Verarbeitung vom SQL/Buffer-Trace 20100902

Method GET_TRACE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS_T Tabellenschlüssel im TBOM Content Format 20100908
2 Importing IT_TABLE_TYPES Call by reference Type reference (TYPE) VALUEKEYS Schlüssel der Dropdownbox 20101008
3 Importing IT_TBOM_BASE Call by reference Type reference (TYPE) E2ET_TBOM_BASE_T E2ET_TBOM_BASE_T 20100914
4 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ATRA_TRACE_IDS_T Trace IDs 20100913
5 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace Endedatum 20100908
6 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Startdatum 20100908
7 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace Endezeit 20100908
8 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Startzeit 20100908
9 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20100908
# Exception Resumable Description Created on
1 ERROR_PREPARING_TRACE Fehler bei der Trace Aufbereitung 20100908
2 RELEASE_NOT_SUPPORTED Release wird nicht unterstützt 20100909

Method GET_TRACE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BUF_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status vom Buffer Trace (ON/OFF) 20100831
2 Exporting EV_ENQ_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status vom Enqueue Trace (ON/OFF) 20100921
3 Exporting EV_HTTP_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status vom HTTP Trace (ON/OFF) 20100921
4 Exporting EV_MOD_DATE Call by reference Type reference (TYPE) DATS Datum der letzten Änderung vom Trace Status 20100831
5 Exporting EV_MOD_TIME Call by reference Type reference (TYPE) TIMS Zeit der letzten Änderung vom Trace Status 20100831
6 Exporting EV_MOD_USER Call by reference Type reference (TYPE) SYUNAME Benutzer, welcher den Trace aktiviert hat 20100831
7 Exporting EV_RFC_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status vom RFC Trace (ON/OFF) 20100921
8 Exporting EV_SQL_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status vom SQL Trace (ON/OFF) 20100831
9 Exporting EV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME Benutzer, für welchen Trace aktiviert wurde 20100831

Method GET_TRACE_STATUS on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method GET_VIEWFIELD_FR_JOIN_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J CT_JOIN_CONDITION 20101215
2 Exporting EV_VIEWFIELD Value transfer Type reference (TYPE) STRING EV_VIEWFIELD 20101215
3 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20101215
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME IV_FIELDNAME 20101215
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME IV_TABNAME 20101215

Method GET_VIEWFIELD_FR_JOIN_COND on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method GET_VIEW_TABLEKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS_T CT_TBOM_BASE_KEYS 20101215
2 Importing IT_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J IT_JOIN_CONDITION 20101215
3 Importing IT_VIEW_DFIES Call by reference Type reference (TYPE) DDFIELDS IT_VIEW_DFIES 20101215
4 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20101215
5 Importing IT_VIEW_FIELDSS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELDSS 20101215
6 Importing IT_VIEW_FIELD_VALS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELD_VALS 20101215
7 Importing IT_VIEW_TABLES Call by reference Type reference (TYPE) TY_T_DD26V IT_VIEW_TABLES 20101215
8 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING IV_SQL_STATEMENT 20101215
9 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) DDOBJNAME IV_VIEW_NAME 20101215

Method GET_VIEW_TABLEKEYS on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method IMPROVE_TABLEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Objektname in der Objektliste 20100915

Method IMPROVE_TABLEKEY on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method IS_TRACE_STILL_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LOCK_AVAILABLE Value transfer Type reference (TYPE) ABAP_BOOL Flag mit Werten ' ' und 'X' 20100901

Method IS_TRACE_STILL_LOCKED on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method PARSE_BUF_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DFIES Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20100910
2 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20100906
3 Importing IV_BUF_STATEMENT Call by reference Type reference (TYPE) STRING Buffer Key Statement 20100906
4 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Ist Tabelle Client abhängig? 20100915
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE In der Trace-Anweisung benutztes Objekt 20100906

Method PARSE_BUF_STATEMENT on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method PARSE_SQL_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DFIES Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20100910
2 Exporting ET_FIELDS Call by reference Type reference (TYPE) TY_T_STRING ET_FIELDS 20101215
3 Exporting ET_VALUES Call by reference Type reference (TYPE) TY_T_STRING ET_VALUES 20101215
4 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20100903
5 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Ist Tabelle Client abhängig? 20100915
6 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20100903
7 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE In der Trace-Anweisung benutztes Objekt 20100903

Method PARSE_SQL_STATEMENT on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method PARSE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TBOM_BASE_KEYS Call by reference Type reference (TYPE) E2ET_TBOM_BASE_KEYS_T Tabellenschlüssel im TBOM Content Format 20100902
2 Importing IT_BUF_TRACE Call by reference Type reference (TYPE) TY_T_BUF_ST_DET Buffer Trace 20100902
3 Importing IT_SQL_TRACE Call by reference Type reference (TYPE) TY_T_SQLT_TRECORD SQL Trace 20100902

Method PARSE_TRACE on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method READ_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUF_TRACE Call by reference Type reference (TYPE) TY_T_BUF_ST_DET Buffer Trace 20100831
2 Exporting ET_SQL_TRACE Call by reference Type reference (TYPE) TY_T_SQLT_TRECORD SQL Trace 20100831
3 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ATRA_TRACE_IDS_T Trace IDs 20100913
4 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace Endedatum 20100907
5 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Startdatum 20100907
6 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace Endezeit 20100907
7 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Startzeit 20100907
8 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20100908
# Exception Resumable Description Created on
1 ERROR_READING_TRACE Fehler beim Lesen vom SQL/Buffer-Trace 20100831

Method REMOVE_TRACE_LOCK Signature

Method REMOVE_TRACE_LOCK on class CL_E2E_TESTING_AGENT_DBA_TRACE has no parameter.
Method REMOVE_TRACE_LOCK on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method SET_TRACE_LOCK Signature

Method SET_TRACE_LOCK on class CL_E2E_TESTING_AGENT_DBA_TRACE has no parameter.
Method SET_TRACE_LOCK on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method SUITS_SQL_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OKAY Call by reference Type reference (TYPE) ABAP_BOOL 'X' - SQL Statement passt 20101005
2 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20101005

Method SUITS_SQL_STATEMENT on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.

Method SWITCH_TRACE_OFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20100830
# Exception Resumable Description Created on
1 ERROR_TRACE_ALREADY_OFF SQL- oder Buffer Trace ist bereits ausgeschalten 20100902
2 ERROR_TRACE_SWITCH_OFF Fehler beim Ausschalten vom SQL-/Buffer Trace 20100831

Method SWITCH_TRACE_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20100830
# Exception Resumable Description Created on
1 ERROR_TRACE_SWITCH_ON Fehler beim Anschalten vom SQL-/Buffer Trace 20100831

Method __OLD_PARSE_SQL_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DFIES Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20101123
2 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20101123
3 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Ist Tabelle Client abhängig? 20101123
4 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20101123
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE In der Trace-Anweisung benutztes Objekt 20101123

Method __OLD_PARSE_SQL_STATEMENT on class CL_E2E_TESTING_AGENT_DBA_TRACE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2008_1_46C