Hierarchy
⤷
⤷
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 | 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 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ANST_TESTING_AGENT_APPLOG | E2E Testing Agent: Application Log | 20120126 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | VALUEKEYS | Allowed Table Types | 20120126 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TY_T_TABLES | List of Excluded Tables | 20120126 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_T_TABLES | List of Included Tables | 20120126 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | ANST_TRACE_BASE_T | E2ET_TBOM_BASE_T | 20120126 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_DEBUG_T | Table Type for TBOM Base Key with Additional Information | 20120126 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | I | Character Length in Bytes | 20120126 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | DATS | Trace End Date | 20120126 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | DATS | Trace Start Date | 20120126 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Debug Mode | 20120126 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | ANST_TRACE_ENQ-TRACE_ENQ_KEY | BPCA Primary Key for Shared Lock in SQL/Buffer Trace | 20120126 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | TIMS | Trace End Time | 20120126 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | TIMS | Trace Start Time | 20120126 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | ABAP System, User Logon Name | 20120126 |
Methods
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 | CT_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_T | Table Type for TBOM Base Key | 20120126 | |||
| 2 | IS_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS | TBOM Base Key | 20120126 | |||
| 3 | IV_BUF_STATEMENT | Call by reference | Type reference (TYPE) | STRING | Buffer Tab Key Statement | 20120126 | |||
| 4 | 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 | CT_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | CT_DFIES | 20120126 | |||
| 2 | CT_VALUES | Call by reference | Type reference (TYPE) | TY_T_STRING | CT_VALUES | 20120126 | |||
| 3 | EV_TAB_KEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | EV_TAB_KEY | 20120126 | |||
| 4 | IT_FIELDS | Call by reference | Type reference (TYPE) | TY_T_STRING | IT_FIELDS | 20120126 | |||
| 5 | 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 | IV_FUNCTION | Call by reference | Type reference (TYPE) | CHAR40 | Function | 20120126 | |||
| 2 | IV_MIN_RELEASE | Call by reference | Type reference (TYPE) | SYSAPRL | R/3 System, System Release | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EV_TAB_IN_TRACE_BASE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20120126 | |||
| 2 | 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 | EV_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | CHAR1 | Flag indicating client-specific entries | 20120126 | |||
| 2 | EV_IS_DBVIEW | Call by reference | Type reference (TYPE) | CHAR1 | EV_IS_DBVIEW | 20120126 | |||
| 3 | EV_TAB_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Table Type: Delivery Class | 20120126 | |||
| 4 | EV_TAB_TYPE_VALID | Call by reference | Type reference (TYPE) | CHAR1 | Is Table Type Valid? | 20120126 | |||
| 5 | 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 Header Data | 20120126 |
Method CHECK_VALID_VIEW_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOIN_CONDITION | Call by reference | Type reference (TYPE) | TY_T_DD28J | ET_JOIN_CONDITION | 20120126 | |||
| 2 | ET_VIEW_FIELDS | Call by reference | Type reference (TYPE) | TY_T_DD27P | ET_VIEW_FIELDS | 20120126 | |||
| 3 | ET_VIEW_TABLES | Call by reference | Type reference (TYPE) | TY_T_DD26V | ET_VIEW_TABLES | 20120126 | |||
| 4 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | DDOBJNAME | IV_VIEW_NAME | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ERROR_READING_VIEW | 20120126 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE_TYPES | Call by reference | Type reference (TYPE) | VALUEKEYS | Allowed Table Types | 20120126 | |||
| 2 | IV_DEBUG_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | Debug Mode | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | E2E Agent Error | 20120126 | ||
| 2 | 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 | 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 | EV_VALUE | Call by reference | Type reference (TYPE) | STRING | EV_VALUE | 20120126 | |||
| 2 | EV_VALUE_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | EV_VALUE_FOUND | 20120126 | |||
| 3 | IT_JOIN_CONDITION | Call by reference | Type reference (TYPE) | TY_T_DD28J | IT_JOIN_CONDITION | 20120126 | |||
| 4 | IT_VIEW_FIELDS | Call by reference | Type reference (TYPE) | TY_T_DD27P | IT_VIEW_FIELDS | 20120126 | |||
| 5 | IT_VIEW_FIELDSS | Call by reference | Type reference (TYPE) | TY_T_STRING | IT_VIEW_FIELDSS | 20120126 | |||
| 6 | IT_VIEW_FIELD_VALS | Call by reference | Type reference (TYPE) | TY_T_STRING | IT_VIEW_FIELD_VALS | 20120126 | |||
| 7 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | IV_FIELDNAME | 20120126 | |||
| 8 | 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 | CT_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_T | Table Key in TRACE Content Format | 20120126 | |||
| 2 | IT_TRACE_BASE | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_T | ANST_TRACE_BASE_T | 20120126 | |||
| 3 | IT_TRACE_IDS | Call by reference | Type reference (TYPE) | ANST_TRACE_IDS_T | Trace IDs | 20120126 | |||
| 4 | IV_DATE_END | Call by reference | Type reference (TYPE) | DATS | Trace End Date | 20120126 | |||
| 5 | IV_DATE_START | Call by reference | Type reference (TYPE) | DATS | Trace Start Date | 20120126 | |||
| 6 | IV_TIME_END | Call by reference | Type reference (TYPE) | TIMS | Trace End Time | 20120126 | |||
| 7 | IV_TIME_START | Call by reference | Type reference (TYPE) | TIMS | Trace Start Time | 20120126 | |||
| 8 | IV_TRACE_USER | Call by reference | Type reference (TYPE) | SYUNAME | ABAP System, User Logon Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_T | Table Key in TRACE Content Format | 20120126 | |||
| 2 | IT_TABLE_TYPES | Call by reference | Type reference (TYPE) | VALUEKEYS | Key to Drop-Down Box | 20120126 | |||
| 3 | IT_TRACE_BASE | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_T | ANST_TRACE_BASE_T | 20120130 | |||
| 4 | IT_TRACE_IDS | Call by reference | Type reference (TYPE) | ANST_TRACE_IDS_T | Trace IDs | 20120126 | |||
| 5 | IV_DATE_END | Call by reference | Type reference (TYPE) | DATS | Trace End Date | 20120126 | |||
| 6 | IV_DATE_START | Call by reference | Type reference (TYPE) | DATS | Trace Start Date | 20120126 | |||
| 7 | IV_TIME_END | Call by reference | Type reference (TYPE) | TIMS | Trace End Time | 20120126 | |||
| 8 | IV_TIME_START | Call by reference | Type reference (TYPE) | TIMS | Trace Start Time | 20120126 | |||
| 9 | IV_TRACE_USER | Call by reference | Type reference (TYPE) | SYUNAME | ABAP System, User Logon Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Trace Format Error | 20120126 | ||
| 2 | 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 | EV_BUF_TRACE_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Status of Buffer Trace (ON/OFF) | 20120126 | |||
| 2 | EV_ENQ_TRACE_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Status of Enqueue Trace (ON/OFF) | 20120126 | |||
| 3 | EV_HTTP_TRACE_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Status of HTTP Trace (ON/OFF) | 20120126 | |||
| 4 | EV_MOD_DATE | Call by reference | Type reference (TYPE) | DATS | Trace Status Last Changed on | 20120126 | |||
| 5 | EV_MOD_TIME | Call by reference | Type reference (TYPE) | TIMS | Trace Status Last Changed at | 20120126 | |||
| 6 | EV_MOD_USER | Call by reference | Type reference (TYPE) | SYUNAME | User who activated the Trace | 20120126 | |||
| 7 | EV_RFC_TRACE_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Status of RFC Trace (ON/OFF) | 20120126 | |||
| 8 | EV_SQL_TRACE_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Status of SQL Trace (ON/OFF) | 20120126 | |||
| 9 | 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 | CT_JOIN_CONDITION | Call by reference | Type reference (TYPE) | TY_T_DD28J | CT_JOIN_CONDITION | 20120126 | |||
| 2 | EV_VIEWFIELD | Call by reference | Type reference (TYPE) | STRING | EV_VIEWFIELD | 20120126 | |||
| 3 | IT_VIEW_FIELDS | Call by reference | Type reference (TYPE) | TY_T_DD27P | IT_VIEW_FIELDS | 20120126 | |||
| 4 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | IV_FIELDNAME | 20120126 | |||
| 5 | 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 | CT_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_T | CT_TBOM_BASE_KEYS | 20120126 | |||
| 2 | IT_JOIN_CONDITION | Call by reference | Type reference (TYPE) | TY_T_DD28J | IT_JOIN_CONDITION | 20120126 | |||
| 3 | IT_VIEW_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | IT_VIEW_DFIES | 20120126 | |||
| 4 | IT_VIEW_FIELDS | Call by reference | Type reference (TYPE) | TY_T_DD27P | IT_VIEW_FIELDS | 20120126 | |||
| 5 | IT_VIEW_FIELDSS | Call by reference | Type reference (TYPE) | TY_T_STRING | IT_VIEW_FIELDSS | 20120126 | |||
| 6 | IT_VIEW_FIELD_VALS | Call by reference | Type reference (TYPE) | TY_T_STRING | IT_VIEW_FIELD_VALS | 20120126 | |||
| 7 | IT_VIEW_TABLES | Call by reference | Type reference (TYPE) | TY_T_DD26V | IT_VIEW_TABLES | 20120126 | |||
| 8 | IV_SQL_STATEMENT | Call by reference | Type reference (TYPE) | STRING | IV_SQL_STATEMENT | 20120126 | |||
| 9 | 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 | 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 | 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 | CT_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20120126 | |||
| 2 | EV_TAB_KEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | Table Key | 20120126 | |||
| 3 | IV_BUF_STATEMENT | Call by reference | Type reference (TYPE) | STRING | Buffer Key Statement | 20120126 | |||
| 4 | IV_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | CHAR1 | Is Table Client-Specific? | 20120126 | |||
| 5 | 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 | CT_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20120126 | |||
| 2 | ET_FIELDS | Call by reference | Type reference (TYPE) | TY_T_STRING | ET_FIELDS | 20120126 | |||
| 3 | ET_VALUES | Call by reference | Type reference (TYPE) | TY_T_STRING | ET_VALUES | 20120126 | |||
| 4 | EV_TAB_KEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | Table Key | 20120126 | |||
| 5 | IV_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | CHAR1 | Is Table Client-Specific? | 20120126 | |||
| 6 | IV_SQL_STATEMENT | Call by reference | Type reference (TYPE) | STRING | SQL Statement | 20120126 | |||
| 7 | 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 | CT_TRACE_BASE_KEYS | Call by reference | Type reference (TYPE) | ANST_TRACE_BASE_KEYS_T | Table Key in TRACE Content Format | 20120126 | |||
| 2 | IT_BUF_TRACE | Call by reference | Type reference (TYPE) | TY_T_BUF_ST_DET | Buffer Trace | 20120126 | |||
| 3 | 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 | ET_BUF_TRACE | Call by reference | Type reference (TYPE) | TY_T_BUF_ST_DET | Buffer Trace | 20120126 | |||
| 2 | ET_SQL_TRACE | Call by reference | Type reference (TYPE) | TY_T_SQLT_TRECORD | SQL trace | 20120126 | |||
| 3 | IT_TRACE_IDS | Call by reference | Type reference (TYPE) | ANST_TRACE_IDS_T | Trace IDs | 20120126 | |||
| 4 | IV_DATE_END | Call by reference | Type reference (TYPE) | DATS | Trace End Date | 20120126 | |||
| 5 | IV_DATE_START | Call by reference | Type reference (TYPE) | DATS | Trace Start Date | 20120126 | |||
| 6 | IV_TIME_END | Call by reference | Type reference (TYPE) | TIMS | Trace End Time | 20120126 | |||
| 7 | IV_TIME_START | Call by reference | Type reference (TYPE) | TIMS | Trace Start Time | 20120126 | |||
| 8 | IV_TRACE_USER | Call by reference | Type reference (TYPE) | SYUNAME | ABAP System, User Logon Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EV_OKAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' - SQL Statement Matches | 20120126 | |||
| 2 | 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 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SQL or Buffer Trace is Already Inactive | 20120126 | ||
| 2 | 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 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20120126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20120126 | |||
| 2 | EV_TAB_KEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | Table Key | 20120126 | |||
| 3 | IV_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | CHAR1 | Is Table Client-Specific? | 20120126 | |||
| 4 | IV_SQL_STATEMENT | Call by reference | Type reference (TYPE) | STRING | SQL Statement | 20120126 | |||
| 5 | 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 |