SAP ABAP Class CL_RSDRV_SRVS_RPLCHA (Data-Manager: Service class for characteristic replication)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRV (Package) Data Manager Virtual InfoProvider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRV_SRVS | Data-Manager: Abstract service class | 20040920 |
Properties
| Class | CL_RSDRV_SRVS_RPLCHA | |
| Short Description | Data-Manager: Service class for characteristic replication | |
| Super Class | CL_RSDRV_SRVS | Data-Manager: Abstract service class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSDRV | Data Manager Virtual InfoProvider |
| Created | 20040920 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRV_SRVS_RPLCHA has no interface implemented.
Friends
Class CL_RSDRV_SRVS_RPLCHA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Has prepare method been called | 20040920 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_CHA_RPL | 20040920 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040920 | |
| 2 | Instance method | Public | Method | Execute the SID determination | 20040920 | |
| 3 | Instance method | Public | Method | Prepare the metadata needed for the SID determination | 20040920 |
Events
Class CL_RSDRV_SRVS_RPLCHA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CHA_RPL | Private | See coding | Metadata for one replication | 20040920 | BEGIN OF tp_s_cha_rpl,
src TYPE i,
tgt TYPE i,
END OF tp_s_cha_rpl
|
|
| 2 | TP_T_CHA_RPL | Private | See coding | Table with replication metadata | 20040920 | tp_t_cha_rpl TYPE STANDARD TABLE OF tp_s_cha_rpl
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDRV_SRVS_RPLCHA has no parameter.
Method CONSTRUCTOR on class CL_RSDRV_SRVS_RPLCHA has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table to change | 20040920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20040920 |
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | Data to add sids for | 20040920 | |||
| 2 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | SFC | 20040920 | |||
| 3 | I_T_RPLCHA | Call by reference | Type reference (TYPE) | RSDRC_T_RPLCHA | Replication information | 20040920 |
Method PREPARE on class CL_RSDRV_SRVS_RPLCHA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |