SAP ABAP Class CL_APL_ECATT_TRACE_CS (Handling of Compound Service Traces)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_MIDDLEWARE (Package) eCATT Middleware Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_APL_ECATT_TRACE_HANDLER | Processing of Trace for REC_ID in Test Management System | 20060417 |
Properties
Class | CL_APL_ECATT_TRACE_CS | |
Short Description | Handling of Compound Service Traces | |
Super Class | CL_APL_ECATT_TRACE_HANDLER | Processing of Trace for REC_ID in Test Management System |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECATT_MIDDLEWARE | eCATT Middleware Objects |
Created | 20060417 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_APL_ECATT_TRACE_CS has no forward declaration.
Interfaces
Class CL_APL_ECATT_TRACE_CS has no interface implemented.
Friends
Class CL_APL_ECATT_TRACE_CS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ETREC_CS_TABTYPE | Table of Compound Service Traces | 20060417 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_SYS_INFO | 20060712 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060418 |
2 | ![]() |
Instance method | Protected | Method | CS Trace: Convert CALL_INFO from Trace XML to ABAP Data | 20060510 |
3 | ![]() |
Instance method | Protected | Method | CS Trace: Convert SystemDat from Trace XML to ABAP Data | 20060510 |
4 | ![]() |
Instance method | Public | Method | Get Table of Traces for an REC_ID | 20060417 |
Events
Class CL_APL_ECATT_TRACE_CS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_SYS_INFO | Protected | See coding | 20060712 | tt_sys_info TYPE TABLE OF ty_sys_info
|
||
2 | TY_SYS_INFO | Protected | See coding | 20060712 | BEGIN OF ty_sys_info,
abap_session_id TYPE etrec_session_id,
rec_system TYPE sysysid,
rec_user TYPE syuname,
rec_client TYPE symandt,
rec_system_data TYPE REF TO if_ixml_document,
END OF ty_sys_info
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_REC_ID | Call by reference | Type reference (TYPE) | ETREC_SESSION_ID | eCATT Recorder Recording Session Id | 20060418 |
Method CONSTRUCTOR on class CL_APL_ECATT_TRACE_CS has no exception.
Method CONVERT_CALL_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CS_TRACE | Call by reference | Type reference (TYPE) | ETREC_CS | eCATT Trace Compund Services | 20060510 | ||
2 | ![]() |
IP_IXML_DOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20060510 |
Method CONVERT_CALL_INFO on class CL_APL_ECATT_TRACE_CS has no exception.
Method CONVERT_SYSTEM_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CS_TRACE | Call by reference | Type reference (TYPE) | ETREC_CS | eCATT Trace Compund Services | 20060510 | ||
2 | ![]() |
IP_IXML_DOC | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20060510 |
Method CONVERT_SYSTEM_INFO on class CL_APL_ECATT_TRACE_CS has no exception.
Method GET_CS_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TRACE_CS | Call by reference | Type reference (TYPE) | ETREC_CS_TABTYPE | eCATT Tabelle von Compound Service Traces | 20060417 | ||
2 | ![]() |
IM_REFRESH_BUFFER | Call by reference | Type reference (TYPE) | ETONOFF | SPACE | Lösche Puffer, Lies alle Traceschritte neu von DB | 20060417 |
Method GET_CS_TRACE on class CL_APL_ECATT_TRACE_CS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |