SAP ABAP Class CL_DPR_REPLICATION_BROKER (Development Projects: Visitor for Confirmation of Replicatn)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EXT (Application Component) Connection to External Systems
     DEVELOPMENT_PROJECTS_REPLICATN (Package) Project Management - Replication
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DPR_VISITOR Development Projects: Abstract Visitor 20020531
Properties
Class CL_DPR_REPLICATION_BROKER  
Short Description Development Projects: Visitor for Confirmation of Replicatn    
Super Class CL_DPR_VISITOR Development Projects: Abstract Visitor 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class DPR_REPLICATION    
Program status P  SAP Standard Production Program 
Category 0   
Package DEVELOPMENT_PROJECTS_REPLICATN   Project Management - Replication 
Created 20020531   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DPR_REPLICATION_BROKER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 IF_DPR_REPLICATION_MANAGER 20020531 Development Projects: Replication Manager
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_ROOT_REPLICATION_ELEMENT Instance attribute Private Object reference (TYPE REF TO) IF_DPR_REPLICATION_ELEMENT Development Projects: Interface of Replicable Appl. Objects 20020601
2 MT_COMPONENTS Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS GUID of Component Objects 20020601
3 MT_FAILED_COMPONENTS Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS GUID of Components Processed Incorrectly 20020603
4 MT_PROCESSED_COMPONENTS Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS GUID of Components Processed Successfully 20020602
5 MT_REMAINING_COMPONENTS Instance attribute Private Type reference (TYPE) DPR_TT_GUIDS GUID of Components Not Yet Processed 20020602
6 MV_FAILED_COMPONENT_EXISTS Instance attribute Private Type reference (TYPE) BOOLE_D Components with Errors Exist (Only If Replication OK) 20020603
7 MV_REPLICATION_SUCCESSFUL Instance attribute Private Type reference (TYPE) BOOLE_D Boolean Value: Replication Successful 20020601
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020531
2 CONFIRM_REPLICATION Static method Private Method Confirm Replication 20020531
3 CONFIRM_REPLICATION_COMMONS Static method Private Method Confirm Distribution (With Components from COMMONS) 20030131
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020531
5 CREATE_BROKER_INSTANCE Static method Private Method Create New Instance 20020601
6 DO_CONFIRM_COMPONENT Instance method Private Method Confirm Replication of Individual Components 20020602
7 DO_CONFIRM_REPLICATION_ELEMENT Instance method Private Method Confirm Replication of a Replicable Component 20020603
8 DO_CONFIRM_SUBORDINATE_ELEMENT Instance method Private Method Confirm Replication of a Lower-Level Component 20020603
9 GET_COMPONENTS Instance method Public Method Access Method to Components (Reading) 20020601
10 SET_COMPONENTS Instance method Private Method Access Method to Components (Reading) 20020601
11 SET_CONFIRMATION_PARAMETERS Instance method Private Method Access Method to Resolution Parameters (Writing) 20020601
Events
Class CL_DPR_REPLICATION_BROKER has no event.
Types
Class CL_DPR_REPLICATION_BROKER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONFIRM_REPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT_REPLICATION_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DPR_REPLICATION_ELEMENT Referenz des Wurzelobjekts 20020601
2 Importing IT_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_GUIDS GUIDs der Komponentenobjekte 20020531
3 Importing IV_SUCCESSFUL Call by reference Type reference (TYPE) BOOLE_D Bool'scher Wert:' Verteilung erfolgreich' 20020531
4 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020531

Method CONFIRM_REPLICATION on class CL_DPR_REPLICATION_BROKER has no exception.

Method CONFIRM_REPLICATION_COMMONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Referenz des Wurzelobjekts 20030131
2 Importing IT_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_COMMONS Refernzen auf Komponentenobjekte 20030131
3 Importing IV_SUCCESSFUL Call by reference Type reference (TYPE) BOOLE_D Bool'scher Wert:' Verteilung erfolgreich' 20030131
4 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20030131

Method CONFIRM_REPLICATION_COMMONS on class CL_DPR_REPLICATION_BROKER has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_BROKER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT_REPLICATION_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DPR_REPLICATION_ELEMENT Referenz des Wurzelobjekts 20020601
2 Importing IT_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_GUIDS GUIDs der Komponentenobjekte 20020601
3 Importing IV_SUCCESSFUL Call by reference Type reference (TYPE) BOOLE_D Bool'scher Wert:' Verteilung erfolgreich' 20020601
4 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_REPLICATION_BROKER Development Projects: Besucher zur Rückmeldung d. Verteilung 20020601

Method CREATE_BROKER_INSTANCE on class CL_DPR_REPLICATION_BROKER has no exception.

Method DO_CONFIRM_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Development Projects: Schnittstelle aller Anwendungsobjekte 20020602
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020603

Method DO_CONFIRM_COMPONENT on class CL_DPR_REPLICATION_BROKER has no exception.

Method DO_CONFIRM_REPLICATION_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REPLICATION_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DPR_REPLICATION_ELEMENT Development Projects: Schnittstelle verteilbaren Anw.Objekte 20020603
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020603

Method DO_CONFIRM_REPLICATION_ELEMENT on class CL_DPR_REPLICATION_BROKER has no exception.

Method DO_CONFIRM_SUBORDINATE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) IF_DPR_COMMON Development Projects: Schnittstelle aller Anwendungsobjekte 20020603
2 Returning RV_RC Value transfer Type reference (TYPE) I Rückgabewert (0 = Aufruf OK) 20020603

Method DO_CONFIRM_SUBORDINATE_ELEMENT on class CL_DPR_REPLICATION_BROKER has no exception.

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPONENTS Value transfer Type reference (TYPE) DPR_TT_GUIDS GUIDs der Komponentenobjekte 20020601

Method GET_COMPONENTS on class CL_DPR_REPLICATION_BROKER has no exception.

Method SET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_GUIDS GUIDs der Komponentenobjekte 20020601

Method SET_COMPONENTS on class CL_DPR_REPLICATION_BROKER has no exception.

Method SET_CONFIRMATION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT_REPLICATION_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DPR_REPLICATION_ELEMENT Referenz des Wurzelobjekts 20020601
2 Importing IT_COMPONENTS Call by reference Type reference (TYPE) DPR_TT_GUIDS GUIDs der Komponentenobjekte 20020601
3 Importing IV_SUCCESSFUL Call by reference Type reference (TYPE) BOOLE_D Bool'scher Wert:' Verteilung erfolgreich' 20020601

Method SET_CONFIRMATION_PARAMETERS on class CL_DPR_REPLICATION_BROKER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200