SAP ABAP Class CL_SQLM_RTM (SQL Monitor: RTM Data Replication)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     SQLM_RTM (Package) SQL Monitor RTM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SQLM_RTM SQL Monitor: RTM Data Replication 20130726
Properties
Class CL_SQLM_RTM  
Short Description SQL Monitor: RTM Data Replication    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQLM_RTM   SQL Monitor RTM 
Created 20130719   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
# Interface Abstract Final Description Created on
1 IF_SQLM_RTM SQL Monitor: RTM Data Replication 20130726
Friends
Class CL_SQLM_RTM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 REQ_TESTID Static Attribute Public Type reference (TYPE) INT4 20130726
2 REQ_TEST_ID Constant Public Type reference (TYPE) TEST_ID CL_RTM_SERVICES=>C_TEST_ID_SQLMON_REQ_TIME 20130726
3 RTM_TESTID Static Attribute Public Type reference (TYPE) INT4 20130719
4 RTM_TEST_ID Constant Public Type reference (TYPE) TEST_ID CL_RTM_SERVICES=>C_TEST_ID_SQLMONITOR3 20130719
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20130719
2 CONSTRUCTOR Instance method Public Constructor 20130719
3 CREATE_DATAPROCESSOR Instance method Private Method 20130726
4 CREATE_INFOPROCESSOR Instance method Private Method 20130726
5 CREATE_LREFPROCESSOR Instance method Private Method 20130726
6 CREATE_SKEYPROCESSOR Instance method Private Method 20130726
7 CREATE_TABLPROCESSOR Instance method Private Method 20130726
8 CREATE_TIMEPROCESSOR Instance method Private Method 20130730
9 DELETE Instance method Public Method 20130719
10 DELETE_DATA Instance method Public Method 20130719
11 DELETE_INFO Instance method Public Method 20130719
12 DELETE_LREF Instance method Public Method 20130719
13 DELETE_SKEY Instance method Public Method 20130719
14 DELETE_TABL Instance method Public Method 20130719
15 DELETE_TIME Instance method Public Method 20130730
16 GET_INSTANCE Static method Public Method 20130719
17 GET_MISSING_INFO Instance method Private Method 20130719
18 GET_MISSING_LREF Instance method Private Method 20130719
19 GET_MISSING_SKEY Instance method Private Method 20130719
20 GET_MISSING_TABL Instance method Private Method 20130719
21 GET_SUBIDS_FOR_DATA Instance method Private Method 20130925
22 GET_SUBIDS_FOR_TIME Instance method Private Method 20130730
23 INIT Static method Private Method 20130719
24 UPDATE Instance method Public Method 20130719
25 UPDATE_DATA Instance method Private Method 20130719
26 UPDATE_DATA_IN_PARALLEL Instance method Private Method 20130719
27 UPDATE_DATA_PACKAGEOFSUBIDS Instance method Private Method 20130719
28 UPDATE_DATA_SUBIDS Instance method Public Method 20130719
29 UPDATE_INFO Instance method Private Method 20130719
30 UPDATE_INFO_IN_PARALLEL Instance method Private Method 20130719
31 UPDATE_INFO_KEYS Instance method Public Method 20130719
32 UPDATE_INFO_PACKAGEOFKEYS Instance method Private Method 20130719
33 UPDATE_LREF Instance method Private Method 20130719
34 UPDATE_LREF_IN_PARALLEL Instance method Private Method 20130719
35 UPDATE_LREF_PACKAGEOFTRIGS Instance method Private Method 20130719
36 UPDATE_LREF_TRIGS Instance method Public Method 20130719
37 UPDATE_SKEY Instance method Private Method 20130719
38 UPDATE_SKEY_IN_PARALLEL Instance method Private Method 20130719
39 UPDATE_SKEY_PACKAGEOFSUBIDS Instance method Private Method 20130719
40 UPDATE_SKEY_SUBIDS Instance method Public Method 20130719
41 UPDATE_TABL Instance method Private Method 20130719
42 UPDATE_TABL_IN_PARALLEL Instance method Private Method 20130719
43 UPDATE_TABL_PACKAGEOFTABLS Instance method Private Method 20130719
44 UPDATE_TABL_TABLS Instance method Public Method 20130719
45 UPDATE_TIME Instance method Private Method 20130730
46 UPDATE_TIME_IN_PARALLEL Instance method Private Method 20130730
47 UPDATE_TIME_PACKAGEOFSUBIDS Instance method Private Method 20130730
48 UPDATE_TIME_SUBIDS Instance method Public Method 20130730
Events
Class CL_SQLM_RTM has no event.
Types
Class CL_SQLM_RTM has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SQLM_RTM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SQLM_RTM has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SQLM_RTM has no parameter.
Method CONSTRUCTOR on class CL_SQLM_RTM has no exception.

Method CREATE_DATAPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) DATAPROCESSOR 20130726

Method CREATE_DATAPROCESSOR on class CL_SQLM_RTM has no exception.

Method CREATE_INFOPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) INFOPROCESSOR 20130726

Method CREATE_INFOPROCESSOR on class CL_SQLM_RTM has no exception.

Method CREATE_LREFPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) LREFPROCESSOR 20130726

Method CREATE_LREFPROCESSOR on class CL_SQLM_RTM has no exception.

Method CREATE_SKEYPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) SKEYPROCESSOR 20130726

Method CREATE_SKEYPROCESSOR on class CL_SQLM_RTM has no exception.

Method CREATE_TABLPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) TABLPROCESSOR 20130726

Method CREATE_TABLPROCESSOR on class CL_SQLM_RTM has no exception.

Method CREATE_TIMEPROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSOR Value transfer Object reference (TYPE REF TO) TIMEPROCESSOR 20130730

Method CREATE_TIMEPROCESSOR on class CL_SQLM_RTM has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing META Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130719

Method DELETE on class CL_SQLM_RTM has no exception.

Method DELETE_DATA Signature

Method DELETE_DATA on class CL_SQLM_RTM has no parameter.
Method DELETE_DATA on class CL_SQLM_RTM has no exception.

Method DELETE_INFO Signature

Method DELETE_INFO on class CL_SQLM_RTM has no parameter.
Method DELETE_INFO on class CL_SQLM_RTM has no exception.

Method DELETE_LREF Signature

Method DELETE_LREF on class CL_SQLM_RTM has no parameter.
Method DELETE_LREF on class CL_SQLM_RTM has no exception.

Method DELETE_SKEY Signature

Method DELETE_SKEY on class CL_SQLM_RTM has no parameter.
Method DELETE_SKEY on class CL_SQLM_RTM has no exception.

Method DELETE_TABL Signature

Method DELETE_TABL on class CL_SQLM_RTM has no parameter.
Method DELETE_TABL on class CL_SQLM_RTM has no exception.

Method DELETE_TIME Signature

Method DELETE_TIME on class CL_SQLM_RTM has no parameter.
Method DELETE_TIME on class CL_SQLM_RTM has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_SQLM_RTM 20130719

Method GET_INSTANCE on class CL_SQLM_RTM has no exception.

Method GET_MISSING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning KEYS Value transfer Type reference (TYPE) SQLMHCKEYS 20130719

Method GET_MISSING_INFO on class CL_SQLM_RTM has no exception.

Method GET_MISSING_LREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRIGS Value transfer Type reference (TYPE) SQLMTRIGS 20130719

Method GET_MISSING_LREF on class CL_SQLM_RTM has no exception.

Method GET_MISSING_SKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SUBIDS Value transfer Type reference (TYPE) SQLMSUBIDS 20130719

Method GET_MISSING_SKEY on class CL_SQLM_RTM has no exception.

Method GET_MISSING_TABL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLS Value transfer Type reference (TYPE) SQLMTABLS 20130719

Method GET_MISSING_TABL on class CL_SQLM_RTM has no exception.

Method GET_SUBIDS_FOR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SUBIDS Value transfer Type reference (TYPE) SQLMSUBIDS 20130925

Method GET_SUBIDS_FOR_DATA on class CL_SQLM_RTM has no exception.

Method GET_SUBIDS_FOR_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SUBIDS Value transfer Type reference (TYPE) SQLMSUBIDS 20130730

Method GET_SUBIDS_FOR_TIME on class CL_SQLM_RTM has no exception.

Method INIT Signature

Method INIT on class CL_SQLM_RTM has no parameter.
Method INIT on class CL_SQLM_RTM has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing NOTIFICATION_HANDLER Call by reference Object reference (TYPE REF TO) IF_SQLM_NOTIFICATION_HANDLER 20130719
5 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE on class CL_SQLM_RTM has no exception.

Method UPDATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_DATA on class CL_SQLM_RTM has no exception.

Method UPDATE_DATA_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_DATA_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_DATA_PACKAGEOFSUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130719

Method UPDATE_DATA_PACKAGEOFSUBIDS on class CL_SQLM_RTM has no exception.

Method UPDATE_DATA_SUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719
3 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130719

Method UPDATE_DATA_SUBIDS on class CL_SQLM_RTM has no exception.

Method UPDATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_INFO on class CL_SQLM_RTM has no exception.

Method UPDATE_INFO_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_INFO_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_INFO_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYS Call by reference Type reference (TYPE) SQLMHCKEYS 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_INFO_KEYS on class CL_SQLM_RTM has no exception.

Method UPDATE_INFO_PACKAGEOFKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYS Call by reference Type reference (TYPE) SQLMHCKEYS 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719

Method UPDATE_INFO_PACKAGEOFKEYS on class CL_SQLM_RTM has no exception.

Method UPDATE_LREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_LREF on class CL_SQLM_RTM has no exception.

Method UPDATE_LREF_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_LREF_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_LREF_PACKAGEOFTRIGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing TRIGS Call by reference Type reference (TYPE) SQLMTRIGS 20130719

Method UPDATE_LREF_PACKAGEOFTRIGS on class CL_SQLM_RTM has no exception.

Method UPDATE_LREF_TRIGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719
3 Importing TRIGS Call by reference Type reference (TYPE) SQLMTRIGS 20130719

Method UPDATE_LREF_TRIGS on class CL_SQLM_RTM has no exception.

Method UPDATE_SKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_SKEY on class CL_SQLM_RTM has no exception.

Method UPDATE_SKEY_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_SKEY_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_SKEY_PACKAGEOFSUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130719

Method UPDATE_SKEY_PACKAGEOFSUBIDS on class CL_SQLM_RTM has no exception.

Method UPDATE_SKEY_SUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719
3 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130719

Method UPDATE_SKEY_SUBIDS on class CL_SQLM_RTM has no exception.

Method UPDATE_TABL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130719
3 Returning N Value transfer Type reference (TYPE) INT4 20130719
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_TABL on class CL_SQLM_RTM has no exception.

Method UPDATE_TABL_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130719
2 Returning N Value transfer Type reference (TYPE) INT4 20130719
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719

Method UPDATE_TABL_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_TABL_PACKAGEOFTABLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing TABLS Call by reference Type reference (TYPE) SQLMTABLS 20130719

Method UPDATE_TABL_PACKAGEOFTABLS on class CL_SQLM_RTM has no exception.

Method UPDATE_TABL_TABLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130719
2 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130719
3 Importing TABLS Call by reference Type reference (TYPE) SQLMTABLS 20130719

Method UPDATE_TABL_TABLS on class CL_SQLM_RTM has no exception.

Method UPDATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130730
2 Importing IN_PARALLEL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130730
3 Returning N Value transfer Type reference (TYPE) INT4 20130730
4 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130730

Method UPDATE_TIME on class CL_SQLM_RTM has no exception.

Method UPDATE_TIME_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUP Call by reference Type reference (TYPE) RZLLI_APCL 20130730
2 Returning N Value transfer Type reference (TYPE) INT4 20130730
3 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130730

Method UPDATE_TIME_IN_PARALLEL on class CL_SQLM_RTM has no exception.

Method UPDATE_TIME_PACKAGEOFSUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130730
2 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130730

Method UPDATE_TIME_PACKAGEOFSUBIDS on class CL_SQLM_RTM has no exception.

Method UPDATE_TIME_SUBIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning N Value transfer Type reference (TYPE) INT4 20130730
2 Importing SIZE Call by reference Type reference (TYPE) INT4 1000 20130730
3 Importing SUBIDS Call by reference Type reference (TYPE) SQLMSUBIDS 20130730

Method UPDATE_TIME_SUBIDS on class CL_SQLM_RTM has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740