SAP ABAP Class CL_RSODSO_CHECK_CONSISTENCY (Implementation of the Consistency Check)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSODSO_TOOLS (Package) Tools for DataStore Objects
⤷
⤷
Properties
| Class | CL_RSODSO_CHECK_CONSISTENCY | |
| Short Description | Implementation of the Consistency Check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODSO_TOOLS | Tools for DataStore Objects |
| Created | 20060705 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSODSO_CHECK_CONSISTENCY has no forward declaration.
Interfaces
Class CL_RSODSO_CHECK_CONSISTENCY has no interface implemented.
Friends
Class CL_RSODSO_CHECK_CONSISTENCY 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) | TABNAME | Table Name | 20060705 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSREQUID | Request ID of Activation Request | 20060705 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TABNAME | Active Data Table | 20060710 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TABNAME | Change Log Table | 20060710 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSDATAPID | Last Data Package Number to be Checked | 20060705 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | INT4 | Maximum Number of Result Rows | 20060705 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSDODSOBJECT | DataStore Object | 20060705 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data Records Read from Change Log | 20060710 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSDATAPID | First Data Package to be Checked | 20060705 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Check Data for Equality (Otherwise only Existence) | 20060705 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060710 | ||
| 2 | Instance method | Public | Constructor | 20060705 |
Events
Class CL_RSODSO_CHECK_CONSISTENCY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_RECORDMODE | Public | See coding | 20060710 | BEGIN OF t_recordmode,
recordmode TYPE rodmupdmod,
END OF t_recordmode
|
Method Signatures
Method ACCESS Signature
Method ACCESS on class CL_RSODSO_CHECK_CONSISTENCY has no parameter.
Method ACCESS on class CL_RSODSO_CHECK_CONSISTENCY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATION_REQUEST | Call by reference | Type reference (TYPE) | RSREQUID | Request-ID des Aktivierungsrequest | 20060710 | |||
| 2 | I_END_PACKAGE | Call by reference | Type reference (TYPE) | RSDATAPID | Letztes zu prüfendes Datenpaketnummer | 20060710 | |||
| 3 | I_MAXIMUM_OUTPUT_LINES | Call by reference | Type reference (TYPE) | INT4 | Maximale Anzahl von Ergebniszeilen | 20060710 | |||
| 4 | I_ODSOBJECT | Call by reference | Type reference (TYPE) | RSDODSOBJECT | DataStore-Objekt | 20060705 | |||
| 5 | I_START_PACKAGE | Call by reference | Type reference (TYPE) | RSDATAPID | Erstes zu prüfendes Datenpaket | 20060710 | |||
| 6 | I_VERIFY_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Daten auf Gleichheit prüfen (ansonsten nur existenz) | 20060710 |
Method CONSTRUCTOR on class CL_RSODSO_CHECK_CONSISTENCY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |