SAP ABAP Class CL_ATRA_TRACE_REQUEST (Einplanung einer Laufzeitmessung)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ATRA_TRACE_REQUEST Einplanung einer Messung 20100224
Properties
Class CL_ATRA_TRACE_REQUEST  
Short Description Einplanung einer Laufzeitmessung    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ATRA_KERNEL   Kernelzugriff für Laufzeitanalyse 
Created 20100224   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
3 IF_ATRA_TRACE_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_ATRA_TRACE_VARIANT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ATRA_TRACE_REQUEST Einplanung einer Messung 20100224
Friends
Class CL_ATRA_TRACE_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_ERROR_MESSAGE Instance attribute Private Type reference (TYPE) STRING 20100224
2 A_REQUEST_ID Instance attribute Public Type reference (TYPE) I -1 20100224
3 A_STATUS Instance attribute Public Type reference (TYPE) I IF_ATRA_TRACE_REQUEST=>AC_INITIAL 20100224
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20100224
2 DELETE Instance method Private Method 20100224
3 DELETE_BY_ID Static method Private Method 20120130
4 GET_SCHEDULED_REQUESTS Static method Private Method 20100224
5 HAS_ACTIVE_SESSIONS Instance method Private Method 20100224
6 SCHEDULE Instance method Private Method 20100224
7 S_CREATE Static method Public Method 20100224
Events
Class CL_ATRA_TRACE_REQUEST has no event.
Types
Class CL_ATRA_TRACE_REQUEST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Call by reference Type reference (TYPE) I -1 20100224

Method CONSTRUCTOR on class CL_ATRA_TRACE_REQUEST has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STOP_RUNNING_TRACES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100224
# Exception Resumable Description Created on
1 CX_ATRA_TRACE_REQUEST 20100224

Method DELETE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Value transfer Type reference (TYPE) I 20120130
2 Importing I_STOP_RUNNING_TRACES Value transfer Type reference (TYPE) ABAP_BOOL 20120130
# Exception Resumable Description Created on
1 CX_ATRA_TRACE_REQUEST Exceptions für CL_ATRA_TRACE_REQUEST 20120130

Method GET_SCHEDULED_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TRACE_REQUESTS Call by reference Type reference (TYPE) IF_ATRA_TRACE_REQUEST=>TY_TRACE_REQUEST_T 20100224
2 Exporting E_TRACE_REQUEST_TAB Call by reference Type reference (TYPE) IF_ATRA_TRACE_REQUEST=>TY_TRACE_REQUEST_DESCR_T 20120130
3 Importing I_GET_EXECUTED_REQ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE auch abgelaufene Einplanungen anzeigen 20100518
# Exception Resumable Description Created on
1 CX_ATRA_TRACE_REQUEST 20100224

Method HAS_ACTIVE_SESSIONS Signature

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

Method HAS_ACTIVE_SESSIONS on class CL_ATRA_TRACE_REQUEST has no exception.

Method SCHEDULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMM Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT SPACE 20100224
2 Importing I_DESCRIPTION Call by reference Type reference (TYPE) IF_ATRA_TRACE=>TY_TRACE_DESCR SPACE 20120130
3 Importing I_PARTICULAR_UNITS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100224
4 Importing I_TYPE Call by reference Type reference (TYPE) C 20100224
5 Importing I_UREQ_CLIENT Call by reference Type reference (TYPE) MANDT SY-MANDT 20100224
6 Importing I_UREQ_EDATE Call by reference Type reference (TYPE) D 20100224
7 Importing I_UREQ_EMODE Call by reference Type reference (TYPE) I -1 20100224
8 Importing I_UREQ_ETIME Call by reference Type reference (TYPE) T 20100224
9 Importing I_UREQ_IRUNS Call by reference Type reference (TYPE) I 10 20100224
10 Importing I_UREQ_ONAME Call by reference Type reference (TYPE) IF_ATRA_TRACE_REQUEST=>TY_OBJECT_NAME SPACE 20100224
11 Importing I_UREQ_PTYPE Call by reference Type reference (TYPE) I 1 20100224
12 Importing I_UREQ_SUSER Call by reference Type reference (TYPE) UNAME SY-UNAME 20100224
13 Importing I_VNAME Call by reference Type reference (TYPE) IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME 20100224
14 Importing I_VREF Call by reference Object reference (TYPE REF TO) IF_ATRA_TRACE_VARIANT Messvariante 20100224
15 Importing I_VUSER Call by reference Type reference (TYPE) USERNAME 20100224
16 Importing I_X_NO_AUTOCLOSE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
17 Importing I_X_RESOLUTION_LOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100224
18 Returning R_REQUEST_ID Value transfer Type reference (TYPE) I 20120130
# Exception Resumable Description Created on
1 CX_ATRA_TRACE_REQUEST 20100224

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Call by reference Type reference (TYPE) I -1 20100224
2 Returning R_REF_TRACE_REQUEST Value transfer Object reference (TYPE REF TO) IF_ATRA_TRACE_REQUEST 20100224

Method S_CREATE on class CL_ATRA_TRACE_REQUEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800