SAP ABAP Class CL_ANST_TESTING_AGEN_DBA_TRACE (ANST Testing Agent: Database Access (SQL/Buffer) Trace)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-NA (Application Component) SAP Note Assistant
     SANST (Package) Automated Notes Search Tool
Properties
Class CL_ANST_TESTING_AGEN_DBA_TRACE  
Short Description ANST 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 SANST   Automated Notes Search Tool 
Created 20120126   SAP 
Last change 20130531   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_ANST_TESTING_AGEN_DBA_TRACE has no interface implemented.
Friends
Class CL_ANST_TESTING_AGEN_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_ANST_TESTING_AGENT_APPLOG E2E Testing Agent: Application Log 20120126
2 AT_TABLE_TYPES Instance attribute Protected Type reference (TYPE) VALUEKEYS Allowed Table Types 20120126
3 AT_TAB_EXCLUDED Instance attribute Protected Type reference (TYPE) TY_T_TABLES List of Excluded Tables 20120126
4 AT_TAB_INCLUDED Instance attribute Protected Type reference (TYPE) TY_T_TABLES List of Included Tables 20120126
5 AT_TRACE_BASE Instance attribute Protected Type reference (TYPE) ANST_TRACE_BASE_T E2ET_TBOM_BASE_T 20120126
6 AT_TRACE_KEYS_DEBUG Instance attribute Public Type reference (TYPE) ANST_TRACE_BASE_KEYS_DEBUG_T Table Type for TBOM Base Key with Additional Information 20120126
7 AV_CHARSIZE Instance attribute Public Type reference (TYPE) I Character Length in Bytes 20120126
8 AV_DATE_END Instance attribute Public Type reference (TYPE) DATS Trace End Date 20120126
9 AV_DATE_START Instance attribute Public Type reference (TYPE) DATS Trace Start Date 20120126
10 AV_DEBUG_MODE Instance attribute Protected Type reference (TYPE) ABAP_BOOL Debug Mode 20120126
11 AV_ENQ_KEY Instance attribute Protected Type reference (TYPE) ANST_TRACE_ENQ-TRACE_ENQ_KEY BPCA Primary Key for Shared Lock in SQL/Buffer Trace 20120126
12 AV_TIME_END Instance attribute Public Type reference (TYPE) TIMS Trace End Time 20120126
13 AV_TIME_START Instance attribute Public Type reference (TYPE) TIMS Trace Start Time 20120126
14 AV_TRACE_USER Instance attribute Public Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20120126
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TABLEKEY_TO_TRACE Instance method Protected Method Put Table Key in TBOM 20120126
2 CALCULATE_TAB_KEY Instance method Protected Method CALCULATE_TAB_KEY 20120126
3 CHECK_RELEASE Static method Public Method Check SAP_BASIS Release 20120126
4 CHECK_TABLE_IN_TRACE_BASE Instance method Protected Method Check Table in TBOM Base 20120126
5 CHECK_TABLE_TYPE Instance method Protected Method Check Table Type 20120126
6 CHECK_VALID_VIEW_TABLES Instance method Protected Method CHECK_VALID_VIEW_TABLES 20120126
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120126
8 FILL_TABLE_TYPES Instance method Protected Method Note Allowed Table Types 20120126
9 GET_TABLE_VALUE_FR_VIEW_VALUES Instance method Protected Method GET_TABLE_VALUE_FR_VIEW_VALUES 20120126
10 GET_TRACE Instance method Public Method Get SQL/Buffer Trace 20120126
11 GET_TRACE_ALL Static method Public Method Get SQL/Buffer Trace from All Servers 20120126
12 GET_TRACE_STATUS Instance method Public Method Get SQL/Buffer Trace Status 20120126
13 GET_VIEWFIELD_FR_JOIN_COND Instance method Protected Method GET_VIEWFIELD_FR_JOIN_COND 20120126
14 GET_VIEW_TABLEKEYS Instance method Protected Method GET_VIEW_TABLEKEYS 20120126
15 IMPROVE_TABLEKEY Instance method Protected Method Improve Table Key for Legibility 20120126
16 IS_TRACE_STILL_LOCKED Instance method Protected Method Is there another lock for the trace? 20120126
17 PARSE_BUF_STATEMENT Instance method Protected Method Parse Buffer Key Statement 20120126
18 PARSE_SQL_STATEMENT Instance method Protected Method Parse SQL Statement 20120126
19 PARSE_TRACE Instance method Protected Method Parse Trace 20120126
20 READ_TRACE Instance method Protected Method Read SQL/Buffer Trace 20120126
21 REMOVE_TRACE_LOCK Instance method Protected Method Release Lock (DEQUEUE) 20120126
22 SET_TRACE_LOCK Instance method Protected Method Request Lock (ENQUEUE) 20120126
23 SUITS_SQL_STATEMENT Instance method Protected Method Is SQL Statement Correct? 20120126
24 SWITCH_TRACE_OFF Instance method Public Method Deactivate SQL/Buffer Trace 20120126
25 SWITCH_TRACE_ON Instance method Public Method Activate SQL/Buffer Trace 20120126
26 __OLD_PARSE_SQL_STATEMENT Instance method Protected Method OLD: Parse SQL Statement 20120126
Events
Class CL_ANST_TESTING_AGEN_DBA_TRACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_R_OPERATION Private See coding 20120126 BEGIN OF ty_r_operation, sign(1), option(2), low(7), high(7), END OF ty_r_operation
2 TY_S_SQLT_TRANSID Protected See coding 20120126 BEGIN OF ty_s_sqlt_transid, sign(1), option(2), low TYPE char32, high TYPE char32, END OF ty_s_sqlt_transid
3 TY_S_TABLES Protected See coding 20120126 BEGIN OF ty_s_tables, tabname TYPE tabname, clidep TYPE char1, is_db_view TYPE char1, END OF ty_s_tables
4 TY_S_TRBUFFIELD Protected See coding 20120126 BEGIN OF ty_s_trbuffield, name TYPE fieldname, type TYPE char1, decimals TYPE int4, length TYPE int4, valueint TYPE int4, valuetext TYPE string, valueraw TYPE xstring, valuefloat TYPE float, valuepckd TYPE orabufferg, END OF ty_s_trbuffield
5 TY_S_VIEW_TABLE Protected See coding 20120126 BEGIN OF ty_s_view_table. INCLUDE TYPE dd26v. TYPES: client_dependent TYPE char1, END OF ty_s_view_table
6 TY_T_BUF_ST_DET Protected See coding 20120126 ty_t_buf_st_det TYPE TABLE OF buf_st_det
7 TY_T_DD26V Protected See coding 20120126 ty_t_dd26v TYPE STANDARD TABLE OF ty_s_view_table WITH NON-UNIQUE DEFAULT KEY
8 TY_T_DD27P Protected See coding 20120126 ty_t_dd27p TYPE STANDARD TABLE OF dd27p WITH NON-UNIQUE DEFAULT KEY
9 TY_T_DD28J Protected See coding 20120126 ty_t_dd28j TYPE STANDARD TABLE OF dd28j WITH NON-UNIQUE DEFAULT KEY
10 TY_T_SQLT_TRECORD Protected See coding 20120126 ty_t_sqlt_trecord TYPE TABLE OF sqlt_trecord
11 TY_T_STRING Protected See coding 20120126 ty_t_string TYPE STANDARD TABLE OF string WITH NON-UNIQUE DEFAULT KEY
12 TY_T_TABLES Protected See coding 20120126 ty_t_tables TYPE TABLE OF ty_s_tables
Method Signatures

Method ADD_TABLEKEY_TO_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS_T Table Type for TBOM Base Key 20120126
2 Importing IS_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS TBOM Base Key 20120126
3 Importing IV_BUF_STATEMENT Call by reference Type reference (TYPE) STRING Buffer Tab Key Statement 20120126
4 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20120126

Method ADD_TABLEKEY_TO_TRACE on class CL_ANST_TESTING_AGEN_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 20120126
2 Changing CT_VALUES Call by reference Type reference (TYPE) TY_T_STRING CT_VALUES 20120126
3 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME EV_TAB_KEY 20120126
4 Importing IT_FIELDS Call by reference Type reference (TYPE) TY_T_STRING IT_FIELDS 20120126
5 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 IV_CLIENT_DEPENDENT 20120126

Method CALCULATE_TAB_KEY on class CL_ANST_TESTING_AGEN_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 Function 20120126
2 Importing IV_MIN_RELEASE Call by reference Type reference (TYPE) SYSAPRL R/3 System, System Release 20120126
# Exception Resumable Description Created on
1 RELEASE_NOT_SUPPORTED This release is not yet supported 20120126

Method CHECK_TABLE_IN_TRACE_BASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TAB_IN_TRACE_BASE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120126
2 Importing IV_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20120126

Method CHECK_TABLE_IN_TRACE_BASE on class CL_ANST_TESTING_AGEN_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 20120126
2 Exporting EV_IS_DBVIEW Call by reference Type reference (TYPE) CHAR1 EV_IS_DBVIEW 20120126
3 Exporting EV_TAB_TYPE Call by reference Type reference (TYPE) CHAR1 Table Type: Delivery Class 20120126
4 Exporting EV_TAB_TYPE_VALID Call by reference Type reference (TYPE) CHAR1 Is Table Type Valid? 20120126
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20120126
# Exception Resumable Description Created on
1 ERROR_READING_TABLE Error Reading Table Header Data 20120126

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 20120126
2 Exporting ET_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P ET_VIEW_FIELDS 20120126
3 Exporting ET_VIEW_TABLES Call by reference Type reference (TYPE) TY_T_DD26V ET_VIEW_TABLES 20120126
4 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) DDOBJNAME IV_VIEW_NAME 20120126
# Exception Resumable Description Created on
1 ERROR_READING_VIEW ERROR_READING_VIEW 20120126

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 Allowed Table Types 20120126
2 Importing IV_DEBUG_MODE Call by reference Type reference (TYPE) ABAP_BOOL SPACE Debug Mode 20120126
# Exception Resumable Description Created on
1 ANST_TA_ERROR E2E Agent Error 20120126
2 RELEASE_NOT_SUPPORTED SAP_BASIS releases before 4.6C are not yet supported 20120126

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 Allowed Table Types 20120126

Method FILL_TABLE_TYPES on class CL_ANST_TESTING_AGEN_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 20120126
2 Exporting EV_VALUE_FOUND Call by reference Type reference (TYPE) CHAR1 EV_VALUE_FOUND 20120126
3 Importing IT_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J IT_JOIN_CONDITION 20120126
4 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20120126
5 Importing IT_VIEW_FIELDSS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELDSS 20120126
6 Importing IT_VIEW_FIELD_VALS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELD_VALS 20120126
7 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME IV_FIELDNAME 20120126
8 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME IV_TABNAME 20120126

Method GET_TABLE_VALUE_FR_VIEW_VALUES on class CL_ANST_TESTING_AGEN_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_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS_T Table Key in TRACE Content Format 20120126
2 Importing IT_TRACE_BASE Call by reference Type reference (TYPE) ANST_TRACE_BASE_T ANST_TRACE_BASE_T 20120126
3 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ANST_TRACE_IDS_T Trace IDs 20120126
4 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace End Date 20120126
5 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Start Date 20120126
6 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace End Time 20120126
7 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Start Time 20120126
8 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20120126
# Exception Resumable Description Created on
1 ERROR_PREPARING_TRACE Error Processing SQL/Buffer Trace 20120126

Method GET_TRACE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS_T Table Key in TRACE Content Format 20120126
2 Importing IT_TABLE_TYPES Call by reference Type reference (TYPE) VALUEKEYS Key to Drop-Down Box 20120126
3 Importing IT_TRACE_BASE Call by reference Type reference (TYPE) ANST_TRACE_BASE_T ANST_TRACE_BASE_T 20120130
4 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ANST_TRACE_IDS_T Trace IDs 20120126
5 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace End Date 20120126
6 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Start Date 20120126
7 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace End Time 20120126
8 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Start Time 20120126
9 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20120126
# Exception Resumable Description Created on
1 ERROR_PREPARING_TRACE Trace Format Error 20120126
2 RELEASE_NOT_SUPPORTED This release is not supported 20120126

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 of Buffer Trace (ON/OFF) 20120126
2 Exporting EV_ENQ_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status of Enqueue Trace (ON/OFF) 20120126
3 Exporting EV_HTTP_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status of HTTP Trace (ON/OFF) 20120126
4 Exporting EV_MOD_DATE Call by reference Type reference (TYPE) DATS Trace Status Last Changed on 20120126
5 Exporting EV_MOD_TIME Call by reference Type reference (TYPE) TIMS Trace Status Last Changed at 20120126
6 Exporting EV_MOD_USER Call by reference Type reference (TYPE) SYUNAME User who activated the Trace 20120126
7 Exporting EV_RFC_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status of RFC Trace (ON/OFF) 20120126
8 Exporting EV_SQL_TRACE_STATUS Call by reference Type reference (TYPE) CHAR1 Status of SQL Trace (ON/OFF) 20120126
9 Exporting EV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME User for whom trace was activated 20120126

Method GET_TRACE_STATUS on class CL_ANST_TESTING_AGEN_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 20120126
2 Exporting EV_VIEWFIELD Call by reference Type reference (TYPE) STRING EV_VIEWFIELD 20120126
3 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20120126
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME IV_FIELDNAME 20120126
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME IV_TABNAME 20120126

Method GET_VIEWFIELD_FR_JOIN_COND on class CL_ANST_TESTING_AGEN_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_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS_T CT_TBOM_BASE_KEYS 20120126
2 Importing IT_JOIN_CONDITION Call by reference Type reference (TYPE) TY_T_DD28J IT_JOIN_CONDITION 20120126
3 Importing IT_VIEW_DFIES Call by reference Type reference (TYPE) DDFIELDS IT_VIEW_DFIES 20120126
4 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) TY_T_DD27P IT_VIEW_FIELDS 20120126
5 Importing IT_VIEW_FIELDSS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELDSS 20120126
6 Importing IT_VIEW_FIELD_VALS Call by reference Type reference (TYPE) TY_T_STRING IT_VIEW_FIELD_VALS 20120126
7 Importing IT_VIEW_TABLES Call by reference Type reference (TYPE) TY_T_DD26V IT_VIEW_TABLES 20120126
8 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING IV_SQL_STATEMENT 20120126
9 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) DDOBJNAME IV_VIEW_NAME 20120126

Method GET_VIEW_TABLEKEYS on class CL_ANST_TESTING_AGEN_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 Object Name in Object List 20120126

Method IMPROVE_TABLEKEY on class CL_ANST_TESTING_AGEN_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 with Values ' ' and 'X' 20120126

Method IS_TRACE_STILL_LOCKED on class CL_ANST_TESTING_AGEN_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: Field List 20120126
2 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20120126
3 Importing IV_BUF_STATEMENT Call by reference Type reference (TYPE) STRING Buffer Key Statement 20120126
4 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Is Table Client-Specific? 20120126
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE Object used in trace statement 20120126

Method PARSE_BUF_STATEMENT on class CL_ANST_TESTING_AGEN_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: Field List 20120126
2 Exporting ET_FIELDS Call by reference Type reference (TYPE) TY_T_STRING ET_FIELDS 20120126
3 Exporting ET_VALUES Call by reference Type reference (TYPE) TY_T_STRING ET_VALUES 20120126
4 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20120126
5 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Is Table Client-Specific? 20120126
6 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20120126
7 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE Object used in trace statement 20120126

Method PARSE_SQL_STATEMENT on class CL_ANST_TESTING_AGEN_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_TRACE_BASE_KEYS Call by reference Type reference (TYPE) ANST_TRACE_BASE_KEYS_T Table Key in TRACE Content Format 20120126
2 Importing IT_BUF_TRACE Call by reference Type reference (TYPE) TY_T_BUF_ST_DET Buffer Trace 20120126
3 Importing IT_SQL_TRACE Call by reference Type reference (TYPE) TY_T_SQLT_TRECORD SQL trace 20120126

Method PARSE_TRACE on class CL_ANST_TESTING_AGEN_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 20120126
2 Exporting ET_SQL_TRACE Call by reference Type reference (TYPE) TY_T_SQLT_TRECORD SQL trace 20120126
3 Importing IT_TRACE_IDS Call by reference Type reference (TYPE) ANST_TRACE_IDS_T Trace IDs 20120126
4 Importing IV_DATE_END Call by reference Type reference (TYPE) DATS Trace End Date 20120126
5 Importing IV_DATE_START Call by reference Type reference (TYPE) DATS Trace Start Date 20120126
6 Importing IV_TIME_END Call by reference Type reference (TYPE) TIMS Trace End Time 20120126
7 Importing IV_TIME_START Call by reference Type reference (TYPE) TIMS Trace Start Time 20120126
8 Importing IV_TRACE_USER Call by reference Type reference (TYPE) SYUNAME ABAP System, User Logon Name 20120126
# Exception Resumable Description Created on
1 ERROR_READING_TRACE Error Reading from SQL/Buffer Trace 20120126

Method REMOVE_TRACE_LOCK Signature

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

Method SET_TRACE_LOCK Signature

Method SET_TRACE_LOCK on class CL_ANST_TESTING_AGEN_DBA_TRACE has no parameter.
Method SET_TRACE_LOCK on class CL_ANST_TESTING_AGEN_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 Matches 20120126
2 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20120126

Method SUITS_SQL_STATEMENT on class CL_ANST_TESTING_AGEN_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 User Name 20120126
# Exception Resumable Description Created on
1 ERROR_TRACE_ALREADY_OFF SQL or Buffer Trace is Already Inactive 20120126
2 ERROR_TRACE_SWITCH_OFF Error Deactivating SQL/Buffer Trace 20120126

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 User Name 20120126
# Exception Resumable Description Created on
1 ERROR_TRACE_SWITCH_ON Error Activating SQL/Buffer Trace 20120126

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: Field List 20120126
2 Exporting EV_TAB_KEY Call by reference Type reference (TYPE) TROBJ_NAME Table Key 20120126
3 Importing IV_CLIENT_DEPENDENT Call by reference Type reference (TYPE) CHAR1 Is Table Client-Specific? 20120126
4 Importing IV_SQL_STATEMENT Call by reference Type reference (TYPE) STRING SQL Statement 20120126
5 Importing IV_TAB_NAME Call by reference Type reference (TYPE) SQLTTABLE Object used in trace statement 20120126

Method __OLD_PARSE_SQL_STATEMENT on class CL_ANST_TESTING_AGEN_DBA_TRACE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732