SAP ABAP Class CL_DPR_REPLICATION_SERVICES (Development Projects: Services for Replication)
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
⤷
⤷
Properties
| Class | CL_DPR_REPLICATION_SERVICES | |
| Short Description | Development Projects: Services for Replication | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | DPR_REPLICATION | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_REPLICATN | Project Management - Replication |
| Created | 20020520 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_REPLICATION_SERVICES has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_SAVE_FINALIZER | 20020531 | Development Projects: Visitor When SAving | |
| 2 | IF_DPR_REPLICATION_ELEMENT | 20020531 | Development Projects: Interface of Replicable Appl. Objects | |
| 3 | IF_DPR_REPLICATION_MANAGER | 20020531 | Development Projects: Replication Manager |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | DPR_TV_REPLICATION_KIND | '0' | Update of Replication When Saving Is Automatic | 20020531 | ||
| 2 | Constant | Public | Type reference (TYPE) | DPR_TV_REPLICATION_KIND | '2' | Update of Distribution When Saving Autom. After Release | 20030131 | ||
| 3 | Constant | Public | Type reference (TYPE) | DPR_TV_REPLICATION_KIND | '1' | Update of Replication When Saving Is Not Automatic | 20020531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020520 | |
| 2 | Static method | Public | Method | Access Method to Current Status of Replication (Reading) | 20020529 | |
| 3 | Static method | Public | Method | Was the application object replicated with errors? | 20020603 | |
| 4 | Static method | Public | Method | Was the application object successfully replicated? | 20020603 | |
| 5 | Static method | Public | Method | Is the application object locked for replication? | 20020531 | |
| 6 | Static method | Public | Method | Is the application object flagged for replication? | 20020531 | |
| 7 | Static method | Public | Method | Is the application object in the replication process? | 20020531 | |
| 8 | Static method | Public | Method | Is replication of the application object no longer current? | 20020603 | |
| 9 | Static method | Public | Method | Is the application object in the replication process? | 20060116 | |
| 10 | Static method | Private | Method | Access Method to Status 'Replication Not Current' | 20020531 | |
| 11 | Static method | Private | Method | Update of Superior Replicable Application Objects | 20020531 |
Events
Class CL_DPR_REPLICATION_SERVICES has no event.
Types
Class CL_DPR_REPLICATION_SERVICES has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_REPLICATION_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_REPLICATION_SERVICES has no exception.
Method GET_REPLICATION_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LOCKED_FOR_REPLICATION | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Zu verteilen' aktiv | 20020529 | |||
| 2 | EV_MARKED_FOR_REPLICATION | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Verteilung vorgemerkt' aktiv | 20020529 | |||
| 3 | EV_REPLICATED | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Verteilt' aktiv | 20020529 | |||
| 4 | EV_REPLICATION_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Fehlerhaft verteilt' aktiv | 20020529 | |||
| 5 | EV_REPLICATION_OUTDATED | Call by reference | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Verteilung nicht aktuell' aktiv | 20020529 | |||
| 6 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020531 |
Method GET_REPLICATION_STATUS on class CL_DPR_REPLICATION_SERVICES has no exception.
Method HAS_REPLICATION_FAILED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020603 | |||
| 2 | RV_HAS_FAILED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Anwendungsobjekt ist fehlerhaft verteilt w. | 20020603 |
Method HAS_REPLICATION_FAILED on class CL_DPR_REPLICATION_SERVICES has no exception.
Method HAS_REPLICATION_SUCCEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020603 | |||
| 2 | RV_HAS_SUCCEEDED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Anwendungsobjekt ist erfolgreich verteilt | 20020603 |
Method HAS_REPLICATION_SUCCEEDED on class CL_DPR_REPLICATION_SERVICES has no exception.
Method IS_LOCKED_FOR_REPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020531 | |||
| 2 | RV_IS_LOCKED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Zu verteilen' aktiv | 20020531 |
Method IS_LOCKED_FOR_REPLICATION on class CL_DPR_REPLICATION_SERVICES has no exception.
Method IS_MARKED_FOR_REPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020531 | |||
| 2 | RV_IS_MARKED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Status 'Verteilung vorgemerkt' aktiv | 20020531 |
Method IS_MARKED_FOR_REPLICATION on class CL_DPR_REPLICATION_SERVICES has no exception.
Method IS_REPLICATION_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020531 | |||
| 2 | IV_EXCL_MARKED_FOR_REPLICATION | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | Bool'scher Wert: Status 'Zur Verteilung vorgemerkt' exklud. | 20020531 | ||
| 3 | RV_IS_ACTIVE | Value transfer | Type reference (TYPE) | BOOLE_D | Ist AnwenBool'scher Wert: Anwendungsobjekt ist in Verteilung | 20020531 |
Method IS_REPLICATION_ACTIVE on class CL_DPR_REPLICATION_SERVICES has no exception.
Method IS_REPLICATION_OUTDATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020603 | |||
| 2 | RV_IS_OUTDATED | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Verteilung des Anwendungsobjekts veraltet | 20020603 |
Method IS_REPLICATION_OUTDATED on class CL_DPR_REPLICATION_SERVICES has no exception.
Method IS_TO_BE_ACCOUNTED_OR_THAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20060116 | |||
| 2 | RV_IS_ACTIVE | Value transfer | Type reference (TYPE) | BOOLE_D | Ist AnwenBool'scher Wert: Anwendungsobjekt ist in Verteilung | 20060116 |
Method IS_TO_BE_ACCOUNTED_OR_THAT on class CL_DPR_REPLICATION_SERVICES has no exception.
Method SET_REPLICATION_OUTDATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_REPLICATION_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Development Projects: Schnittstelle verteilbaren Anw.Objekte | 20020531 |
Method SET_REPLICATION_OUTDATED on class CL_DPR_REPLICATION_SERVICES has no exception.
Method UPDATE_PARENT_WITH_REPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COMMON | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Development Projects: Schnittstelle aller Anwendungsobjekte | 20020531 | |||
| 2 | IV_SET_LOCKED_FOR_REPLICATION | Call by reference | Type reference (TYPE) | BOOLE_D | Status 'Zu verteilen' setzen | 20020531 | |||
| 3 | RR_PARENT_REPLICATION_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_DPR_REPLICATION_ELEMENT | Übergeordnetes verteilbares Anwendungsobjekt | 20020603 |
Method UPDATE_PARENT_WITH_REPLICATION on class CL_DPR_REPLICATION_SERVICES has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |