SAP ABAP Class CL_RFW_INDEX_RUNTIME (Replication Framework - Runtime Information for Index Rules)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSRFW_REPLICATION_ENGINE (Package) Replication Framework Replication Engine
Properties
Class CL_RFW_INDEX_RUNTIME  
Short Description Replication Framework - Runtime Information for Index Rules    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSRFW_REPLICATION_ENGINE   Replication Framework Replication Engine 
Created 20040521   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RFW_INDEX_RUNTIME has no forward declaration.
Interfaces
Class CL_RFW_INDEX_RUNTIME has no interface implemented.
Friends
Class CL_RFW_INDEX_RUNTIME has no friend class.
Attributes
Class CL_RFW_INDEX_RUNTIME has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DEREGISTER_FOR_SCHEDULER Static method Public Method Sets the Scheduler Status to 'W' 20040831
2 GET_DATA Static method Public Method Checks Whether a Runtime Object Exists 20040521
3 GET_DEREGISTER4SCHEDULER_LIST Static method Public Method Indices to be Removed from Scheduler 20040831
4 GET_INITIALIZED_LIST Static method Public Method Indices Currently in Initial Load Process 20040521
5 GET_INITIAL_LOAD_LIST Static method Public Method Indices Currently in Initial Load Process 20040521
6 GET_INITIAL_REPLICATION_LIST Static method Public Method Indices Currently in Initial Load Process 20040701
7 GET_REGISTER4SCHEDULER_LIST Static method Public Method Indices to be Registered in Scheduler 20040826
8 IS_DUE_FOR_REPLICATION Static method Public Method Specifies Whether Replication is Due 20040701
9 IS_REGISTERED_FOR_REPLICATION Static method Public Method 20040701
10 IS_WAITING_FOR_SCHEDULER Static method Public Method 20040826
11 REGISTER_FOR_INITIAL_LOAD Static method Public Method 20040521
12 REGISTER_FOR_SCHEDULER Static method Public Method Sets Scheduler Status to 'N' 20040825
13 RETRIEVE_REPLICATION_RULE Static method Public Method Returns Replication Rule 20040701
14 RETRIEVE_REPLICATION_RULES Static method Public Method Returns Replication Rules 20040701
15 SET_STAT_BATCH_ERROR Static method Public Method Sets the Status to 'B' for Batch Processing 20050921
16 SET_STAT_BATCH_PROCESSING Static method Public Method Sets the Status to 'B' for Batch Processing 20050921
17 SET_STAT_COMMUNICATION_ERROR Static method Public Method 20040521
18 SET_STAT_DEREGISTERED Static method Public Method Sets Scheduler Status to 'D' 20040917
19 SET_STAT_INITIAL_LOAD_REQUIRED Static method Public Method 20040521
20 SET_STAT_INITIAL_REPL_REQUIRED Static method Public Method 20040701
21 SET_STAT_MONITOR_PERFORMED Static method Public Method 20040527
22 SET_STAT_MONITOR_STARTED Static method Public Method 20040917
23 SET_STAT_REGISTERED Static method Public Method Sets Scheduler Status to 'R' 20040917
24 SET_STAT_REPLICATION_PERFORMED Static method Public Method 20040521
25 SET_STAT_REPLICATION_REQUIRED Static method Public Method 20040521
26 UNREGISTER_FROM_REPLICATION Static method Public Method 20040622
Events
Class CL_RFW_INDEX_RUNTIME has no event.
Types
Class CL_RFW_INDEX_RUNTIME has no local type.
Method Signatures

Method DEREGISTER_FOR_SCHEDULER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040831

Method DEREGISTER_FOR_SCHEDULER on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521
2 Returning R_IDX_RT Value transfer Type reference (TYPE) SFSRFW_IDX_RT Boolean type 20040521

Method GET_DATA on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_DEREGISTER4SCHEDULER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DEREGISTER4SCHEDULER_LIST Value transfer Type reference (TYPE) SFSRFW_IDX_RT_LIST Replikationsframework - Liste der Runtime Einträge 20040831

Method GET_DEREGISTER4SCHEDULER_LIST on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_INITIALIZED_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIAL_LOAD_LIST Value transfer Type reference (TYPE) SFSRFW_IDX_RT_LIST Replikationsframework - Liste der Runtime Einträge 20040521

Method GET_INITIALIZED_LIST on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_INITIAL_LOAD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIAL_LOAD_LIST Value transfer Type reference (TYPE) SFSRFW_IDX_RT_LIST Replikationsframework - Liste der Runtime Einträge 20040521

Method GET_INITIAL_LOAD_LIST on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_INITIAL_REPLICATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIAL_LOAD_LIST Value transfer Type reference (TYPE) SFSRFW_IDX_RT_LIST Replikationsframework - Liste der Runtime Einträge 20040701

Method GET_INITIAL_REPLICATION_LIST on class CL_RFW_INDEX_RUNTIME has no exception.

Method GET_REGISTER4SCHEDULER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REGISTER4SCHEDULER_LIST Value transfer Type reference (TYPE) SFSRFW_IDX_RT_LIST Replikationsframework - Liste der Runtime Einträge 20040826

Method GET_REGISTER4SCHEDULER_LIST on class CL_RFW_INDEX_RUNTIME has no exception.

Method IS_DUE_FOR_REPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_NAME Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040701
2 Returning R_IS_DUE Value transfer Type reference (TYPE) SFS_BOOL Boolean type 20040701

Method IS_DUE_FOR_REPLICATION on class CL_RFW_INDEX_RUNTIME has no exception.

Method IS_REGISTERED_FOR_REPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040701
2 Returning R_BOOL Value transfer Type reference (TYPE) SFS_BOOL Boolean type 20040701

Method IS_REGISTERED_FOR_REPLICATION on class CL_RFW_INDEX_RUNTIME has no exception.

Method IS_WAITING_FOR_SCHEDULER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040826
2 Returning R_BOOL Value transfer Type reference (TYPE) SFS_BOOL Boolean type 20040826

Method IS_WAITING_FOR_SCHEDULER on class CL_RFW_INDEX_RUNTIME has no exception.

Method REGISTER_FOR_INITIAL_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521
2 Importing I_START_TS Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040521

Method REGISTER_FOR_INITIAL_LOAD on class CL_RFW_INDEX_RUNTIME has no exception.

Method REGISTER_FOR_SCHEDULER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040825

Method REGISTER_FOR_SCHEDULER on class CL_RFW_INDEX_RUNTIME has no exception.

Method RETRIEVE_REPLICATION_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040701
2 Importing I_STATUS Call by reference Type reference (TYPE) SFSRFW_PROCESSING_STATUS 'D' Replizierungsframework Initial Load Status 20040826
3 Returning R_REPL_RULE_INTERNAL Value transfer Type reference (TYPE) SFSRFW_REPL_RULE_INTERNAL Replikationsframework Replikationsregel 20040701

Method RETRIEVE_REPLICATION_RULE on class CL_RFW_INDEX_RUNTIME has no exception.

Method RETRIEVE_REPLICATION_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REPL_RULES Value transfer Type reference (TYPE) SFSRFW_INTERNAL_REPL_RULE_LIST Replikationsframework Replikationsregel - Internes Format 20040701

Method RETRIEVE_REPLICATION_RULES on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_BATCH_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework - Replikationsregel 20050921

Method SET_STAT_BATCH_ERROR on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_BATCH_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework - Replikationsregel 20050921

Method SET_STAT_BATCH_PROCESSING on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_COMMUNICATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521

Method SET_STAT_COMMUNICATION_ERROR on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_DEREGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040917

Method SET_STAT_DEREGISTERED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_INITIAL_LOAD_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521

Method SET_STAT_INITIAL_LOAD_REQUIRED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_INITIAL_REPL_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040701

Method SET_STAT_INITIAL_REPL_REQUIRED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_MONITOR_PERFORMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040527

Method SET_STAT_MONITOR_PERFORMED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_MONITOR_STARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040917

Method SET_STAT_MONITOR_STARTED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_REGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040917

Method SET_STAT_REGISTERED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_REPLICATION_PERFORMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521

Method SET_STAT_REPLICATION_PERFORMED on class CL_RFW_INDEX_RUNTIME has no exception.

Method SET_STAT_REPLICATION_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040521

Method SET_STAT_REPLICATION_REQUIRED on class CL_RFW_INDEX_RUNTIME has no exception.

Method UNREGISTER_FROM_REPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX_RULE Call by reference Type reference (TYPE) SFSRFW_IDX_RULE Replikationsframework Replikationsregel 20040622

Method UNREGISTER_FROM_REPLICATION on class CL_RFW_INDEX_RUNTIME has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700