SAP ABAP Class CL_RFW_ACTIVATOR (Replication Framework Requester Activator)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSRFW_REPOSITORY (Package) Replication Framework Repository
Properties
Class CL_RFW_ACTIVATOR  
Short Description Replication Framework Requester Activator    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSRFW_REPOSITORY   Replication Framework Repository 
Created 20040421   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RFW_ACTIVATOR has no forward declaration.
Interfaces
Class CL_RFW_ACTIVATOR has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_RFW_REPOSITORY 20040421 Replication Framework Repository
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_REQUESTOR Instance attribute Private Object reference (TYPE REF TO) CL_RFW_REQUESTOR Requester Object for Activation 20040421
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Protected Method Activates the Requester 20040421
2 ADD_CLIENT_FIELD Instance method Private Method Adds a Client Field During Node Replication 20041206
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040421
4 DELETE Instance method Protected Method Deletes the Requester 20040622
5 FREQUENCY_IS_LOWER Instance method Private Method Compares Two Replication Frequencies 20041122
6 GET_FREQUENCY Instance method Private Method Determines the Replication Frequency 20040513
7 GET_INDEX_FIELD_LIST Instance method Private Method Compiles Index Field List 20040421
8 GET_JOIN_ANCHOR_MAPPING Instance method Private Method Mapping Between Selection and Index Rule for Join Anchor 20041129
9 GET_JOIN_CONDITION_MAPPING Instance method Private Method Mapping between Selection and Index Rule for Join Cond. 20040905
10 GET_JOIN_CONSTRAINT_MAPPING Instance method Private Method 20050905
11 GET_JOIN_PATH_MAPPING Instance method Private Method Mapping between Selection and Index Rule for Join Paths 20041124
12 GET_JOIN_VIEW_MAPPING Instance method Private Method Mapping between Selection and Index Rule for Join Views 20041124
13 GET_OTHER_INDEX_FIELDS Instance method Private Method Compiles Index Field List of Other Requesters 20040622
Events
Class CL_RFW_ACTIVATOR has no event.
Types
Class CL_RFW_ACTIVATOR has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROTOCOL Call by reference Object reference (TYPE REF TO) IF_SFS_PROTOCOL Fast Search Check List 20040526
2 Returning R_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040527

Method ACTIVATE on class CL_RFW_ACTIVATOR has no exception.

Method ADD_CLIENT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INDEX_FIELDS Call by reference Type reference (TYPE) SFSRFW_INDEX_FIELDS Replizierungsframework Index Felder 20041206

Method ADD_CLIENT_FIELD on class CL_RFW_ACTIVATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REQUESTOR Call by reference Object reference (TYPE REF TO) CL_RFW_REQUESTOR Replikationsframework Requestor Objekt 20040421

Method CONSTRUCTOR on class CL_RFW_ACTIVATOR has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROTOCOL Call by reference Object reference (TYPE REF TO) IF_SFS_PROTOCOL Protokoll Interface 20040622
2 Returning R_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040622

Method DELETE on class CL_RFW_ACTIVATOR has no exception.

Method FREQUENCY_IS_LOWER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIRST_FREQUENCY Call by reference Type reference (TYPE) SFS_REPL_FREQUENCY Replikationsframework - Replikationsfrequenz 20041122
2 Importing I_SECOND_FREQUENCY Call by reference Type reference (TYPE) SFS_REPL_FREQUENCY Replikationsframework - Replikationsfrequenz 20041122
3 Returning R_FIRST_IS_LOWER Value transfer Type reference (TYPE) SFS_BOOL Boolean type 20041122

Method FREQUENCY_IS_LOWER on class CL_RFW_ACTIVATOR has no exception.

Method GET_FREQUENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTION Call by reference Type reference (TYPE) SFSRFW_SELECTION Replication Framework Index 20041122
2 Returning R_MIN_FREQUENCY Value transfer Type reference (TYPE) SFS_REPL_FREQUENCY Replication Framework - Replication Frequenz 20040513

Method GET_FREQUENCY on class CL_RFW_ACTIVATOR has no exception.

Method GET_INDEX_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELDOMAIN Call by reference Type reference (TYPE) SFSRFW_SELECTION_DOMAIN Replizierungsframework Selektionsdomain (Business Objekt) 20040429
2 Importing I_SELECTION Call by reference Type reference (TYPE) SFSRFW_SELECTION Replication Framework - Selektionsinfo 20040421
3 Importing I_SELTYPE Call by reference Type reference (TYPE) SFSRFW_SELTYPE Replication Framework - Selektionstyp 20040421
4 Importing I_TECH_UNIT Call by reference Type reference (TYPE) SFSRFW_TECHNICAL_UNIT logische Destination (Wird bei Funktionsaufruf angegeben) 20041120
5 Returning R_REQ_TAB Value transfer Type reference (TYPE) SFSRFW_INDEX_FIELDS 20040421

Method GET_INDEX_FIELD_LIST on class CL_RFW_ACTIVATOR has no exception.

Method GET_JOIN_ANCHOR_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ANCHOR Call by reference Type reference (TYPE) SFSRFW_REQUESTOR_JANCHOR Replikationsframework - Definition der Anchortabelle 20041129
2 Importing I_RULE_MAPS Call by reference Type reference (TYPE) SFSRFW_RULE_MAPS_TAB 20041129
3 Returning R_JDX_ANCHOR Value transfer Type reference (TYPE) SFSRFW_JDX_RULE 20041129

Method GET_JOIN_ANCHOR_MAPPING on class CL_RFW_ACTIVATOR has no exception.

Method GET_JOIN_CONDITION_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUESTOR_JOINS Call by reference Type reference (TYPE) SFSRFW_REQUESTOR_JOIN_LIST List der statischen joins 20040905
2 Importing I_RULE_MAPS Call by reference Type reference (TYPE) SFSRFW_RULE_MAPS_TAB Index Rule -- Selection 20040905
3 Returning R_JOIN_MAP Value transfer Type reference (TYPE) SFSRFW_JDX_CONDITIONS_LIST Join Conditions 20041207

Method GET_JOIN_CONDITION_MAPPING on class CL_RFW_ACTIVATOR has no exception.

Method GET_JOIN_CONSTRAINT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUESTOR_CONSTRAINTS Call by reference Type reference (TYPE) SFSRFW_REQUESTOR_CONSTRAINT_T Replikationsframework - Constrains 20050905
2 Importing I_RULE_MAPS Call by reference Type reference (TYPE) SFSRFW_RULE_MAPS_TAB Replikationsframework - Mapping: Index Rule <--> Selection 20050905
3 Returning R_CONSTRAINT_MAP Value transfer Type reference (TYPE) SFSRFW_JDX_CONSTRAINT_LIST Replikationsframework - Liste der Constraints 20050905

Method GET_JOIN_CONSTRAINT_MAPPING on class CL_RFW_ACTIVATOR has no exception.

Method GET_JOIN_PATH_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUESTOR_JPATHS Call by reference Type reference (TYPE) SFSRFW_REQUESTOR_JPATH_LIST Replikationframework - Join-Pfade 20041124
2 Returning R_JDX_PATH_LIST Value transfer Type reference (TYPE) SFSRFW_JDX_PATH_LIST Replikationsframework - Join-Index-Rule Pfade 20041124

Method GET_JOIN_PATH_MAPPING on class CL_RFW_ACTIVATOR has no exception.

Method GET_JOIN_VIEW_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUESTOR_JVIEWS Call by reference Type reference (TYPE) SFSRFW_REQUESTOR_VIEW_TC_LIST Replikationframework - Join-Pfade 20041124
2 Importing I_RULE_MAPS Call by reference Type reference (TYPE) SFSRFW_RULE_MAPS_TAB 20041125
3 Returning R_JDX_VIEW_LIST Value transfer Type reference (TYPE) SFSRFW_JDX_VIEW_LIST Replikationsframework - Join-Index-Rule Pfade 20041124

Method GET_JOIN_VIEW_MAPPING on class CL_RFW_ACTIVATOR has no exception.

Method GET_OTHER_INDEX_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELDOMAIN Call by reference Type reference (TYPE) SFSRFW_SELECTION_DOMAIN Replizierungsframework Selektionsdomain (Business Objekt) 20040622
2 Importing I_SELECTION Call by reference Type reference (TYPE) SFSRFW_SELECTION Replication Framework - Selektionsinfo 20040622
3 Importing I_SELECTIONTYPE Call by reference Type reference (TYPE) SFSRFW_SELTYPE Replication Framework - Selektionstyp 20041120
4 Importing I_TECH_UNIT Call by reference Type reference (TYPE) SFSRFW_TECHNICAL_UNIT Replikationsframework - Unitname einer techn. Einstellung 20041120
5 Returning R_REQ_TAB Value transfer Type reference (TYPE) SFSRFW_INDEX_FIELDS 20040622

Method GET_OTHER_INDEX_FIELDS on class CL_RFW_ACTIVATOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700