SAP ABAP Class CL_OCS_RT_ANALYSIS (OCS Import - Laufzeit Analyse)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-OCS (Application Component) Online Correction Support (Support Package and Add-On Tools)
     SPAM (Package) OCS - Installation/Implementation Tools
Properties
Class CL_OCS_RT_ANALYSIS  
Short Description OCS Import - Laufzeit Analyse    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class TN    
Program status P  SAP Standard Production Program 
Category 0   
Package SPAM   OCS - Installation/Implementation Tools 
Created 20090303   SAP 
Last change 20141031    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OCSRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_OCS_RT_ANALYSIS has no interface implemented.
Friends
Class CL_OCS_RT_ANALYSIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_INST_OK Constant Private Type reference (TYPE) CHAR1 'X' 20090303
2 C_MODEL_VERSION Instance attribute Private Type reference (TYPE) STRING '1.0' 20130902
3 C_OFF Constant Private Type reference (TYPE) CHAR1 SPACE 20090303
4 C_ON Constant Private Type reference (TYPE) CHAR1 'X' 20090303
5 S_PATHISTORY Instance attribute Private Type reference (TYPE) PATHISTORY History of Imported SPAM/SAINT Queues 20090304
6 T_PATHISTQ Instance attribute Private Type reference (TYPE) TT_PATHISTQ History of SPAM/SAINT Queues 20090304
7 T_PATRTCONF Instance attribute Private Type reference (TYPE) TT_PATRTCONF 20090303
8 T_PATRTPHASE Instance attribute Private Type reference (TYPE) TT_PATRTPHASE 20090303
9 T_PATRTVERS Instance attribute Private Type reference (TYPE) TT_PATRTVERS 20090303
10 V_QUEUE_ID Instance attribute Private Type reference (TYPE) QUEUE_ID ID of an OCS queue 20090303
11 V_RTCONF_CHANGED Instance attribute Private Type reference (TYPE) CHAR1 SPACE Configuration data was changed 20090304
12 V_RTPHASE_CHANGED Instance attribute Private Type reference (TYPE) CHAR1 SPACE 20090304
13 V_RTVERS_CHANGED Instance attribute Private Type reference (TYPE) CHAR1 SPACE 20090304
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_RT_DATA Instance method Public Method 20110412
2 COLLECT_CONF_DATA Instance method Public Method 20090304
3 COLLECT_VERS_DATA Instance method Public Method 20090304
4 CONSTRUCTOR Instance method Public Constructor 20090303
5 DO_RT_ANALYSIS Instance method Public Method 20090304
6 GET_HTML Instance method Public Method 20131121
7 GET_XML Instance method Public Method 20090303
8 IS_FINISHED Instance method Public Method 20090304
9 IS_SAVED Instance method Public Method 20090304
10 SAVE Instance method Public Method 20090303
11 TZNTIMESTP_2_UNIX Static method Public Method 20131030
12 TZNTIMESTP_DIFF Static method Public Method 20131030
Events
Class CL_OCS_RT_ANALYSIS has no event.
Types
Class CL_OCS_RT_ANALYSIS has no local type.
Method Signatures

Method CLEAR_RT_DATA Signature

Method CLEAR_RT_DATA on class CL_OCS_RT_ANALYSIS has no parameter.
Method CLEAR_RT_DATA on class CL_OCS_RT_ANALYSIS has no exception.

Method COLLECT_CONF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONF_GROUP Value transfer Type reference (TYPE) OCS_RT_GROUP 'ALL' Gruppe der zu sammelnden Daten 20090304

Method COLLECT_CONF_DATA on class CL_OCS_RT_ANALYSIS has no exception.

Method COLLECT_VERS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP_TYPE Value transfer Type reference (TYPE) OCS_RT_TYPE 'ALL' Typ der Runtime Analyse Daten 20090304
2 Importing IV_VERS_GROUP Value transfer Type reference (TYPE) OCS_RT_GROUP Gruppe der zu sammelnden Daten 20090304

Method COLLECT_VERS_DATA on class CL_OCS_RT_ANALYSIS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_QUEUE_ID Value transfer Type reference (TYPE) QUEUE_ID ID einer OCS-Queue 20090303
# Exception Resumable Description Created on
1 INVALID_QUEUE_ID Die übergebene Queue ID ist ungültig 20090303

Method DO_RT_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE Value transfer Type reference (TYPE) CHAR1 SPACE Soll eine existierende Analyse überschreiben werden? 20090307

Method DO_RT_ANALYSIS on class CL_OCS_RT_ANALYSIS has no exception.

Method GET_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTA_HTML Value transfer Type reference (TYPE) XSTRING Laufzeitanalyse im html Format 20131121
# Exception Resumable Description Created on
1 INTERNAL_ERROR 20131121

Method GET_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTA_XML Value transfer Type reference (TYPE) XSTRING Laufzeitanalyse im XML Format 20090305
# Exception Resumable Description Created on
1 INTERNAL_ERROR 20090305

Method IS_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_FINISHED Value transfer Type reference (TYPE) CHAR1 Ist die Runtime Analyse abgeschlossen? 20090304

Method IS_FINISHED on class CL_OCS_RT_ANALYSIS has no exception.

Method IS_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_SAVED Value transfer Type reference (TYPE) CHAR1 Sind die Änderungen der Runtime Analyse gesichert? 20090304

Method IS_SAVED on class CL_OCS_RT_ANALYSIS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE Value transfer Type reference (TYPE) CHAR1 SPACE Force-Modus beim Sichern 20090303
# Exception Resumable Description Created on
1 RUNTIME_ANALYSIS_NOT_AVAILABLE Runtime Analyse wurde noch nicht durchgeführt 20090303

Method TZNTIMESTP_2_UNIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TZNTIMESTP Call by reference Type reference (TYPE) TZNTIMESTP Zeitstempel (Datum + Uhrzeit) 20131030
2 Returning RV_UNIXTIMESTP Value transfer Type reference (TYPE) I Unix Zeitstempel (Sekunden seit 01.01.1970) 20131030

Method TZNTIMESTP_2_UNIX on class CL_OCS_RT_ANALYSIS has no exception.

Method TZNTIMESTP_DIFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TZNTIMESTP1 Call by reference Type reference (TYPE) TZNTIMESTP Zeitstempel (Datum + Uhrzeit) 20131030
2 Importing IV_TZNTIMESTP2 Call by reference Type reference (TYPE) TZNTIMESTP Zeitstempel (Datum + Uhrzeit) 20131030
3 Returning RV_DIFFERENCE Value transfer Type reference (TYPE) I Different in Sekunden 20131030

Method TZNTIMESTP_DIFF on class CL_OCS_RT_ANALYSIS has no exception.
History
Last changed by/on SAP  20141031 
SAP Release Created in 740