SAP ABAP Class CL_DRF_ACCESS_REPLICATION (Access Replication Table)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-DRF (Application Component) Data Replication Framework
⤷
DRF_COMMON (Package) Data Replication Framework: General / Reusable

⤷

⤷

Properties
Class | CL_DRF_ACCESS_REPLICATION | |
Short Description | Access Replication Table | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DRF_COMMON | Data Replication Framework: General / Reusable |
Created | 20090220 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DRF_ACCESS_REPLICATION has no forward declaration.
Interfaces
Class CL_DRF_ACCESS_REPLICATION has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_DRF_MEMBERSHIP_API | 20090717 | API for Data Replication Framework | |
2 | CL_DRF_OUTBOUND | 20090227 | Root Class for Outbound Services |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | NRNR | '01' | Number Range Number for Change Pointer ID | 20090304 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | NROBJ | 'DRF_RUN_ID' | Name of number range object | 20090304 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Last Repl. for Application, System. Outb Impl., Type | 20090226 |
2 | ![]() |
Static method | Private | Method | Modify Single Entry in table DRFD_REPLICATION | 20090220 |
3 | ![]() |
Static method | Private | Method | Create Number Range for Run ID if Not Existing | 20090304 |
4 | ![]() |
Static method | Public | Method | Read Single Entry in Table DRFD_REPLICATION | 20090220 |
5 | ![]() |
Static method | Public | Method | Read Replication by Application, Outb. Impl. and System | 20090225 |
6 | ![]() |
Static method | Private | Method | Get Next Run ID Number | 20090224 |
Events
Class CL_DRF_ACCESS_REPLICATION has no event.
Types
Class CL_DRF_ACCESS_REPLICATION has no local type.
Method Signatures
Method LAST_REPLICATION_BY_TYPE_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LAST_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090226 | ||
2 | ![]() |
EV_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090226 | ||
3 | ![]() |
IV_APPL | Call by reference | Type reference (TYPE) | DRF_APPL | Application | 20090226 | ||
4 | ![]() |
IV_BUSINESS_SYSTEM | Call by reference | Type reference (TYPE) | MDG_BUSINESS_SYSTEM | Instance of Receiving System | 20090226 | ||
5 | ![]() |
IV_DLMOD | Call by reference | Type reference (TYPE) | DRF_DLMOD | Replication Mode | 20090226 | ||
6 | ![]() |
IV_OUTB_IMPL | Call by reference | Type reference (TYPE) | DRF_OUTB_IMPL | Outbound Implementation | 20090226 |
Method LAST_REPLICATION_BY_TYPE_GET on class CL_DRF_ACCESS_REPLICATION has no exception.
Method MODIFY_SINGLE_REPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPL | Call by reference | Type reference (TYPE) | DRF_APPL | Application | 20090220 | ||
2 | ![]() |
IV_BUSINESS_SYSTEM | Call by reference | Type reference (TYPE) | MDG_BUSINESS_SYSTEM | Instance of Receiving System | 20090220 | ||
3 | ![]() |
IV_COMMIT_WORK | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | Commit Work: TRUE (='X') and FALSE (=' ') | 20091223 | |
4 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20090220 | ||
5 | ![]() |
IV_OUTB_IMPL | Call by reference | Type reference (TYPE) | DRF_OUTB_IMPL | Outbound Implementation | 20090220 | ||
6 | ![]() |
IV_REPLICATION_MODE | Call by reference | Type reference (TYPE) | DRF_DLMOD | Replication Mode | 20090220 | ||
7 | ![]() |
IV_RUNMOD | Call by reference | Type reference (TYPE) | DRF_RUNMOD | Run mode of replication (original, restart) | 20090409 | ||
8 | ![]() |
IV_RUN_ID | Call by reference | Type reference (TYPE) | DRF_RUN_ID | Run ID | 20090225 | ||
9 | ![]() |
IV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Current Time of Application Server | 20090220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions during outbound processing | 20090220 |
Method NUMBER_RANGE_CREATE Signature
Method NUMBER_RANGE_CREATE on class CL_DRF_ACCESS_REPLICATION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions during outbound processing | 20090304 |
Method REPLICATION_MODE_READ_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_REPLICATION_DATA | Call by reference | Type reference (TYPE) | DRFS_REPLICATION | DRFS_REPLICATION | 20090409 | ||
2 | ![]() |
EV_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | No DB entry found='X' | 20090220 | ||
3 | ![]() |
EV_REPLICATIONMODE | Call by reference | Type reference (TYPE) | DRF_DLMOD | Replication Mode | 20090220 | ||
4 | ![]() |
IV_APPL | Call by reference | Type reference (TYPE) | DRF_APPL | Application | 20090220 | ||
5 | ![]() |
IV_BUSINESS_SYSTEM | Call by reference | Type reference (TYPE) | MDG_BUSINESS_SYSTEM | Instance of Receiving System | 20090220 | ||
6 | ![]() |
IV_OUTB_IMPL | Call by reference | Type reference (TYPE) | DRF_OUTB_IMPL | Outbound Implementation | 20090220 | ||
7 | ![]() |
IV_RUN_ID | Call by reference | Type reference (TYPE) | DRF_RUN_ID | Run ID | 20090225 |
Method REPLICATION_MODE_READ_SINGLE on class CL_DRF_ACCESS_REPLICATION has no exception.
Method REPL_MODE_READ_MULTI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DRFD_REPLICATION | Call by reference | Type reference (TYPE) | DRF_TO_REPLICATION | Replication by System | 20090225 | ||
2 | ![]() |
EV_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Not Found | 20090225 | ||
3 | ![]() |
IV_APPL | Call by reference | Type reference (TYPE) | DRF_APPL | Application | 20090225 | ||
4 | ![]() |
IV_BUSINESS_SYSTEM | Call by reference | Type reference (TYPE) | MDG_BUSINESS_SYSTEM | Instance of Receiving System | 20090225 | ||
5 | ![]() |
IV_OUTB_IMPL | Call by reference | Type reference (TYPE) | DRF_OUTB_IMPL | Outbound Implementation | 20090225 |
Method REPL_MODE_READ_MULTI on class CL_DRF_ACCESS_REPLICATION has no exception.
Method RUN_ID_GET_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RUN_ID | Call by reference | Type reference (TYPE) | DRF_RUN_ID | Run ID | 20090224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions during outbound processing | 20090225 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |