SAP ABAP Class IF_SALV_CSQ_APPL_TRACE_FACADE (Application Trace)
Properties
Class | IF_SALV_CSQ_APPL_TRACE_FACADE | |
Short Description | Application Trace | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080818 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SALV_CSQ_APPL_TRACE_FACADE has no forward declaration.
Interfaces
Class IF_SALV_CSQ_APPL_TRACE_FACADE has no interface implemented.
Friends
Class IF_SALV_CSQ_APPL_TRACE_FACADE has no friend class.
Attributes
Class IF_SALV_CSQ_APPL_TRACE_FACADE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080901 | |
2 | ![]() |
Instance method | Public | Method | 20080818 | |
3 | ![]() |
Instance method | Public | Method | 20080902 | |
4 | ![]() |
Instance method | Public | Method | 20080818 | |
5 | ![]() |
Instance method | Public | Method | 20080903 | |
6 | ![]() |
Instance method | Public | Method | 20080818 | |
7 | ![]() |
Instance method | Public | Method | 20080818 | |
8 | ![]() |
Instance method | Public | Method | 20080903 | |
9 | ![]() |
Instance method | Public | Method | 20080901 | |
10 | ![]() |
Instance method | Public | Method | 20080818 | |
11 | ![]() |
Instance method | Public | Method | 20080901 |
Events
Class IF_SALV_CSQ_APPL_TRACE_FACADE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_TRACE_DETAIL | Public | See coding | 20080818 | BEGIN OF ys_trace_detail,
trace_id type salv_csqt_appl_trace_id,
replay_possible type abap_bool,
expiry_date type sydate, " not stored
trace_level type string,
is_complete type abap_bool, " not stored
additional_info type string, " not stored
END OF ys_trace_detail
|
||
2 | YT_TRACE_DETAIL | Public | See coding | 20080818 | yt_trace_detail type HASHED TABLE OF ys_trace_detail
with unique key trace_id
|
||
3 | YT_TRACE_ID | Public | See coding | 20080818 | yt_trace_id type table of salv_csqt_appl_trace_id
|
Method Signatures
Method ACTIVATE_DEFAULT_TRACE_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
USER | Value transfer | Type reference (TYPE) | SYUNAME | 20080901 |
Method ACTIVATE_DEFAULT_TRACE_LEVEL on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method DEACTIVATE_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
USER | Value transfer | Type reference (TYPE) | SYUNAME | 20080818 |
Method DEACTIVATE_TRACE on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method DELETE_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_APPL_TRACE_ID | 20080902 |
Method DELETE_TRACE on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method DISPLAY_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_APPL_TRACE_ID | 20080818 |
Method DISPLAY_TRACE on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method GET_TOOL_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRANSACTION | Value transfer | Type reference (TYPE) | SYTCODE | 20080903 |
Method GET_TOOL_INFO on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method GET_TRACE_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_TRACE_DETAIL | Value transfer | Type reference (TYPE) | YS_TRACE_DETAIL | 20080818 | |||
2 | ![]() |
TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_APPL_TRACE_ID | 20080818 |
Method GET_TRACE_DETAIL on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method GET_TRACE_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_TRACE_DETAILS | Value transfer | Type reference (TYPE) | YT_TRACE_DETAIL | 20080818 | |||
2 | ![]() |
T_TRACE_IDS | Value transfer | Type reference (TYPE) | YT_TRACE_ID | 20080818 |
Method GET_TRACE_DETAILS on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method GET_TRACE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRACE_LEVEL | Value transfer | Type reference (TYPE) | STRING | 20080902 | |||
2 | ![]() |
TRACE_LEVEL_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20080902 | |||
3 | ![]() |
USER | Value transfer | Type reference (TYPE) | SYUNAME | 20080902 |
Method GET_TRACE_STATUS on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method PLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPL_TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_APPL_TRACE_ID | 20080903 | |||
2 | ![]() |
ERROR_MSG | Value transfer | Type reference (TYPE) | SYMSG | Structure of message variables | 20080903 | ||
3 | ![]() |
SUPPRESS_DIALOG | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080901 | ||
4 | ![]() |
TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_TRACE_ID | 20080901 |
Method PLAY on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method SET_TRACE_EXPIRY_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXPIRY_DATE | Value transfer | Type reference (TYPE) | SYDATE | 20080901 | |||
2 | ![]() |
MAKE_PERMANENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080901 | ||
3 | ![]() |
TRACE_ID | Value transfer | Type reference (TYPE) | SALV_CSQT_APPL_TRACE_ID | 20080818 |
Method SET_TRACE_EXPIRY_DATE on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
Method START_TRACE_TOOL Signature
Method START_TRACE_TOOL on class IF_SALV_CSQ_APPL_TRACE_FACADE has no parameter.
Method START_TRACE_TOOL on class IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in |