SAP ABAP Class IF_SOAP_MONI_TRC_ENTRY (Interface for Trace Entries of Monitoring Configuration)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_MONI_TRC_ENTRY Trace Entries for Configuration of SRT Monitoring 20060524
Properties
Class IF_SOAP_MONI_TRC_ENTRY  
Short Description Interface for Trace Entries of Monitoring Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060524   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SOAP_MONI_TRC_ENTRY has no forward declaration.
Interfaces
Class IF_SOAP_MONI_TRC_ENTRY has no interface implemented.
Friends
Class IF_SOAP_MONI_TRC_ENTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ACCEPT_TRC Instance attribute Public Type reference (TYPE) BOOLEAN X' = trace accept; space= no trace accept 20060525
2 M_DEFAULT_ENTRY Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, Space=False) 20060601
3 M_EXPIRE_TIME Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060525
4 M_EXPORT_TRC Instance attribute Public Type reference (TYPE) BOOLEAN 'X' = trace export; space=no trace export 20060525
5 M_INTERFACE Instance attribute Public Type reference (TYPE) SRT_MONI_SRVDEF SOAP Runtime Service Definition 20060726
6 M_TRC_LEVEL Instance attribute Public Type reference (TYPE) SRT_MONI_TRC_LEVEL Trace Level of SOAP Runtime Measuring Points 20060525
7 M_TRC_PATTERN Instance attribute Public Type reference (TYPE) STRING 20060726
8 M_USER_NAME Instance attribute Public Type reference (TYPE) SRT_MONI_USER User Name 20060525
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACCEPT_TRACE Instance method Public Method Get Accept Trace (X: Accept Trace) 20060524
2 GET_EXPIRE_TIME Instance method Public Method Get Expiry Time 20060524
3 GET_EXPORT_TRACE Instance method Public Method Get Export Trace (X: Export Trace) 20060524
4 GET_INTERFACE Instance method Public Method Get Design Time Object 20060726
5 GET_TRACE_LEVEL Instance method Public Method Get Trace Level 20060524
6 GET_TRACE_PATTERN Instance method Public Method Get Trace Pattern 20060726
7 GET_TRC_ENTRY Instance method Public Method Get Trace Entries 20060530
8 GET_USER_NAME Instance method Public Method Get User Name 20060524
9 RESET_TO_DEFAULT Instance method Public Method Reset Trace String 20060524
10 SET_ACCEPT_TRACE Instance method Public Method Set Trace to Accept ('X' : accept trace) 20060524
11 SET_EXPIRE_TIME Instance method Public Method Set Expiration in Seconds 20060524
12 SET_EXPIRE_TIME_BY_TS Instance method Public Method Set Expiration with Time Stamp Format 20060721
13 SET_EXPORT_TRACE Instance method Public Method Set Trace to Propagate ('X': export trace) 20060524
14 SET_TRACE_LEVEL Instance method Public Method Set Trace Level 20060524
15 SET_TRACE_PATTERN Instance method Public Method Set Trace Pattern 20060726
Events
Class IF_SOAP_MONI_TRC_ENTRY has no event.
Types
Class IF_SOAP_MONI_TRC_ENTRY has no local type.
Method Signatures

Method GET_ACCEPT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACCEPT_TRACE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=accept trc, space = no trace accept 20060524

Method GET_ACCEPT_TRACE on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_EXPIRE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXPIRE_TIME Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20060524

Method GET_EXPIRE_TIME on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_EXPORT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXPORT_TRACE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=export trc, space = no export 20060524

Method GET_EXPORT_TRACE on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Type reference (TYPE) SRT_MONI_SRVDEF SOAP Runtime Service Definition 20060726

Method GET_INTERFACE on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_TRACE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TRCLEVEL Call by reference Type reference (TYPE) SRT_MONI_TRC_LEVEL Trace-Level der SOAP Laufzeit-Meßpunkten 20060524

Method GET_TRACE_LEVEL on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_TRACE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TRACE_PATTERN Call by reference Type reference (TYPE) STRING 20060726

Method GET_TRACE_PATTERN on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_TRC_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_TRACE_ENTRY Value transfer Type reference (TYPE) SRT_MONI_TRACE_ENTRY Struktur der Trace-Einträge für SOAP Runtime Monitoring 20060531

Method GET_TRC_ENTRY on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method GET_USER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_USER Call by reference Type reference (TYPE) SRT_MONI_USER Benutzername 20060524

Method GET_USER_NAME on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method RESET_TO_DEFAULT Signature

Method RESET_TO_DEFAULT on class IF_SOAP_MONI_TRC_ENTRY has no parameter.
Method RESET_TO_DEFAULT on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method SET_ACCEPT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACCEPT_TRACE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=accept trc, space = no trace accept 20060524

Method SET_ACCEPT_TRACE on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method SET_EXPIRE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPIRE_TIME Call by reference Type reference (TYPE) I Ablaufzeit der Trace-Aktivität in Sekunden 20060524
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060720

Method SET_EXPIRE_TIME_BY_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPIRE_TIME Call by reference Type reference (TYPE) TIMESTAMP Ablaufzeit der Trace-Aktivität in Timestamp-Format 20060721
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060721

Method SET_EXPORT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPORT_TRACE Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=export trc, space = no export 20060524

Method SET_EXPORT_TRACE on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method SET_TRACE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRCLEVEL Call by reference Type reference (TYPE) SRT_MONI_TRC_LEVEL Trace-Level der SOAP Laufzeit-Meßpunkten 20060524

Method SET_TRACE_LEVEL on class IF_SOAP_MONI_TRC_ENTRY has no exception.

Method SET_TRACE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRACE_PATTERN Call by reference Type reference (TYPE) STRING 20060726

Method SET_TRACE_PATTERN on class IF_SOAP_MONI_TRC_ENTRY has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in