SAP ABAP Interface IF_SALV_CSQ_APPL_TRACE_FACADE (Application Trace)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_CSQ (Package) Tools
Properties
Interface IF_SALV_CSQ_APPL_TRACE_FACADE  
Short Description Application Trace    
General Data
Package SALV_CSQ   Tools 
Created 20080818   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no forward declaration.
Interfaces
Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no interface.
Friends
Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no friend.
Attributes
Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DEFAULT_TRACE_LEVEL Instance method Public Method 20080901
2 DEACTIVATE_TRACE Instance method Public Method 20080818
3 DELETE_TRACE Instance method Public Method 20080902
4 DISPLAY_TRACE Instance method Public Method 20080818
5 GET_TOOL_INFO Instance method Public Method 20080903
6 GET_TRACE_DETAIL Instance method Public Method 20080818
7 GET_TRACE_DETAILS Instance method Public Method 20080818
8 GET_TRACE_STATUS Instance method Public Method 20080903
9 PLAY Instance method Public Method 20080901
10 SET_TRACE_EXPIRY_DATE Instance method Public Method 20080818
11 START_TRACE_TOOL Instance method Public Method 20080901
Events
Interface 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 Importing USER Value transfer Type reference (TYPE) SYUNAME 20080901

Method ACTIVATE_DEFAULT_TRACE_LEVEL on Interface 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 Importing USER Value transfer Type reference (TYPE) SYUNAME 20080818

Method DEACTIVATE_TRACE on Interface 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 Importing TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_APPL_TRACE_ID 20080902

Method DELETE_TRACE on Interface 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 Importing TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_APPL_TRACE_ID 20080818

Method DISPLAY_TRACE on Interface 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 Exporting TRANSACTION Value transfer Type reference (TYPE) SYTCODE 20080903

Method GET_TOOL_INFO on Interface 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 Returning S_TRACE_DETAIL Value transfer Type reference (TYPE) YS_TRACE_DETAIL 20080818
2 Importing TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_APPL_TRACE_ID 20080818

Method GET_TRACE_DETAIL on Interface 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 Returning T_TRACE_DETAILS Value transfer Type reference (TYPE) YT_TRACE_DETAIL 20080818
2 Importing T_TRACE_IDS Value transfer Type reference (TYPE) YT_TRACE_ID 20080818

Method GET_TRACE_DETAILS on Interface 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 Exporting TRACE_LEVEL Value transfer Type reference (TYPE) STRING 20080902
2 Exporting TRACE_LEVEL_DESCRIPTION Value transfer Type reference (TYPE) STRING 20080902
3 Importing USER Value transfer Type reference (TYPE) SYUNAME 20080902

Method GET_TRACE_STATUS on Interface 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 Importing APPL_TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_APPL_TRACE_ID 20080903
2 Returning ERROR_MSG Value transfer Type reference (TYPE) SYMSG Structure of message variables 20080903
3 Importing SUPPRESS_DIALOG Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080901
4 Importing TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_TRACE_ID 20080901

Method PLAY on Interface 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 Importing EXPIRY_DATE Value transfer Type reference (TYPE) SYDATE 20080901
2 Importing MAKE_PERMANENT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080901
3 Importing TRACE_ID Value transfer Type reference (TYPE) SALV_CSQT_APPL_TRACE_ID 20080818

Method SET_TRACE_EXPIRY_DATE on Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.

Method START_TRACE_TOOL Signature

Method START_TRACE_TOOL on Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no parameter.
Method START_TRACE_TOOL on Interface IF_SALV_CSQ_APPL_TRACE_FACADE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 712