SAP ABAP Class CL_RTM_API (API Runtime Monitor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SRTM (Package) Package for Runtime Monitor
Properties
Class CL_RTM_API  
Short Description API Runtime Monitor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRTM   Package for Runtime Monitor 
Created 20031023   SAP 
Last change 20140121   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)
Interfaces
Class CL_RTM_API has no interface implemented.
Friends
Class CL_RTM_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TESTKIND_ABAP Constant Public Type reference (TYPE) TEST_KIND 'A' Test Type: ABAP Test 20031113
2 TESTKIND_KERNEL Constant Public Type reference (TYPE) TEST_KIND 'K' Test Type: Kernel Test 20031113
Methods
# Method Level Visibility Method type Description Created on
1 FLUSH_ROLL2SHM Static method Public Method Tranfer Data from Roll Area into Shared Memory 20090320
2 GET_ACTIVATION_BY_TEST Static method Public Method Specify Activation for Individual Test 20031023
3 SET_ACTIVATION Static method Public Method Activate Test 20031024
4 SET_ACTIVATIONS Static method Public Method 20130930
Events
Class CL_RTM_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_TEST_NAME Public See coding 20130930 begin of T_TESt_name, kind type test_kind, id type test_id, end of t_test_name
2 T_TEST_NAMES Public See coding 20130930 t_test_names type standard table of t_test_name
Method Signatures

Method FLUSH_ROLL2SHM Signature

Method FLUSH_ROLL2SHM on class CL_RTM_API has no parameter.
# Exception Resumable Description Created on
1 CX_RTM_CONTROL Fehler bei Steuerung des RTM 20090320

Method GET_ACTIVATION_BY_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL Test aktiv 20031023
2 Exporting ACTIVE_ON_ALL_SERVERS Call by reference Type reference (TYPE) ABAP_BOOL Test global aktiv 20031023
3 Exporting ACTIVE_SERVERS Call by reference Type reference (TYPE) RTM_SERVER Liste der aktiven Server 20031023
4 Exporting CHG_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP Zeitstempel letzte Änderung 20031027
5 Exporting CHG_USER Call by reference Type reference (TYPE) XUBNAME Letzter Änderer 20031027
6 Importing SERVER Call by reference Type reference (TYPE) MSNAME2 Server 20031023
7 Importing TEST_ID Call by reference Type reference (TYPE) TEST_ID Test-Name 20031023
8 Importing TEST_KIND Call by reference Type reference (TYPE) TEST_KIND Test-Art 20031023
# Exception Resumable Description Created on
1 CX_RTM_API Ausnahmen der Run Time Monitor API 20031023

Method SET_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) ABAP_BOOL 'X' Aktivierung / Deaktivierung 20031024
2 Importing SERVERS Call by reference Type reference (TYPE) RTM_SERVER Zielserver 20031024
3 Importing SUPPRESS_PROGRESS_INDICATOR Call by reference Type reference (TYPE) XFLAG 'X' 20121130
4 Importing TEST_ID Call by reference Type reference (TYPE) TEST_ID Test-Name 20031024
5 Importing TEST_KIND Call by reference Type reference (TYPE) TEST_KIND Test-Art 20031024
# Exception Resumable Description Created on
1 CX_RTM_API Ausnahmen der Run Time Monitor API 20031024

Method SET_ACTIVATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20130930
2 Importing SERVERS Call by reference Type reference (TYPE) RTM_SERVER 20130930
3 Importing SUPPRESS_PROGRESS_INDICATOR Call by reference Type reference (TYPE) XFLAG 'X' 20130930
4 Importing TEST_NAMES Call by reference Type reference (TYPE) T_TEST_NAMES 20130930
# Exception Resumable Description Created on
1 CX_RTM_API 20130930
History
Last changed by/on SAP  20140121 
SAP Release Created in 700