SAP ABAP Interface IF_ATRA_TRACE_INTERNAL (Trace Session Verwaltung für SAT)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ATRA_KERNEL (Package) Kernelzugriff für Laufzeitanalyse
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ATRA_TRACE ABAP-Laufzeit-Messung 20100224
Properties
Interface IF_ATRA_TRACE_INTERNAL  
Short Description Trace Session Verwaltung für SAT    
General Data
Package S_ATRA_KERNEL   Kernelzugriff für Laufzeitanalyse 
Created 20100224   SAP 
Last changed 20130531   SAP 
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)
2 CL_ABAP_TRACE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ATRA_TRACE Starten von ABAP-Laufzeitanalysen 20100224
Friends
Interface IF_ATRA_TRACE_INTERNAL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_STATUS_ACTIVE_IN_KERNEL Constant Public Type reference (TYPE) I 1 20100224
2 AC_STATUS_INITIAL Constant Public Type reference (TYPE) I 0 20100224
3 AC_STATUS_START_ERROR Constant Public Type reference (TYPE) I 3 20100224
4 AC_STATUS_STOPPED Constant Public Type reference (TYPE) I 2 20100224
5 AC_STATUS_STOP_ERROR Constant Public Type reference (TYPE) I 4 20100224
Methods
# Method Level Visibility Method type Description Created on
1 GET_FILENAME Instance method Public Method 20100224
2 GET_RUNNING_TRACES Static method Public Method 20100224
3 GET_SESSION_PROPERTIES Instance method Public Method 20100224
4 GET_STATUS Instance method Public Method 20100224
5 KILL Instance method Public Method 20120130
6 SET_GUID Instance method Public Method 20100318
7 START Instance method Public Method 20100224
8 START_FOR_WP Instance method Public Method 20100224
9 START_LOCAL Instance method Public Method 20100224
10 STOP Instance method Public Method 20100224
11 TERMINATE Instance method Public Method 20100224
Events
Interface IF_ATRA_TRACE_INTERNAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ATRA_GUID Public See coding 20100318 ty_atra_guid type c length 32
2 TY_TRACE_SESSION Public See coding 20100312 begin of ty_trace_session, wp_no type i, ses_id type i, ses_time type i, file_name type c length 70, state type c length 1, end of ty_trace_session
3 TY_TRACE_SESSION_T Public See coding 20100315 ty_trace_session_t type standard table of ty_trace_session with default key
Method Signatures

Method GET_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FILENAME Value transfer Type reference (TYPE) STRING 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224

Method GET_RUNNING_TRACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TRACE_SESSIONS Call by reference Type reference (TYPE) TY_TRACE_SESSION_T 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224

Method GET_SESSION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SESSION_ID Value transfer Type reference (TYPE) I 20100224
2 Exporting E_SESSION_INIT_TIME Value transfer Type reference (TYPE) I 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATUS Value transfer Type reference (TYPE) I 20100224

Method GET_STATUS on Interface IF_ATRA_TRACE_INTERNAL has no exception.

Method KILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120130
# Exception Resumable Description Created on
1 CX_ATRA_TRACE Exceptions für CL_ATRA_TRACE 20120130

Method SET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Value transfer Type reference (TYPE) TY_ATRA_GUID 20100318
# Exception Resumable Description Created on
1 CX_ATRA_TRACE Exceptions für CL_ATRA_TRACE 20100318

Method START Signature

Method START on Interface IF_ATRA_TRACE_INTERNAL has no parameter.
Method START on Interface IF_ATRA_TRACE_INTERNAL has no exception.

Method START_FOR_WP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMENT Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT SPACE 20100303
2 Importing I_DESCRIPTION Call by reference Type reference (TYPE) IF_ATRA_TRACE=>TY_TRACE_DESCR SPACE 20120117
3 Importing I_PARTICULAR_UNITS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100224
4 Importing I_PROG Call by reference Type reference (TYPE) PROGRAM 20100224
5 Importing I_REF_VAR Call by reference Object reference (TYPE REF TO) IF_ATRA_TRACE_VARIANT Mess-Variante 20100303
6 Importing I_TYPE Call by reference Type reference (TYPE) C 'R' 20100224
7 Importing I_VARIANT_NAME Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME 20100303
8 Importing I_VARIANT_OWNER Call by reference Type reference (TYPE) SYUNAME Benutzername 20100303
9 Importing I_WP_ID Call by reference Type reference (TYPE) I 20100224
10 Importing I_X_NO_AUTOCLOSE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
11 Importing I_X_RESOLUTION_LOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224

Method START_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMENT Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT SPACE 20100303
2 Importing I_DESCRIPTION Call by reference Type reference (TYPE) IF_ATRA_TRACE=>TY_TRACE_DESCR SPACE 20120117
3 Importing I_PARTICULAR_UNITS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100224
4 Importing I_PROG Call by reference Type reference (TYPE) PROGRAM 20100224
5 Importing I_REF_VAR Call by reference Object reference (TYPE REF TO) IF_ATRA_TRACE_VARIANT Mess-Variante 20100303
6 Importing I_TYPE Call by reference Type reference (TYPE) C 'R' 20100224
7 Importing I_VARIANT_NAME Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME 20100303
8 Importing I_VARIANT_OWNER Call by reference Type reference (TYPE) SYUNAME SY-UNAME Benutzername 20100303
9 Importing I_X_NO_AUTOCLOSE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
10 Importing I_X_RESOLUTION_LOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224

Method STOP Signature

Method STOP on Interface IF_ATRA_TRACE_INTERNAL has no parameter.
Method STOP on Interface IF_ATRA_TRACE_INTERNAL has no exception.

Method TERMINATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Value transfer Type reference (TYPE) TY_ATRA_GUID 20100318
# Exception Resumable Description Created on
1 CX_ATRA_TRACE 20100224
History
Last changed by/on SAP  20130531 
SAP Release Created in 800