SAP ABAP Class CL_RSDMD_RSRV_CHECK (Superclass for all RSRV Tests of the Master Data)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDMD (Package) Master Data Update
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDMD_RSRV_CHECK_X_Y_VALUES | Checks SID Values in X and Y Table regarding P and Q Table | 20060703 |
Properties
| Class | CL_RSDMD_RSRV_CHECK | |
| Short Description | Superclass for all RSRV Tests of the Master Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDMD | Master Data Update |
| Created | 20060703 | 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) |
Interfaces
Class CL_RSDMD_RSRV_CHECK has no interface implemented.
Friends
Class CL_RSDMD_RSRV_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | RSSGUID25 | GUID of Package Already Executed with RUN | 20060711 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSRV_APPL_LOG | Application Log for RSRV | 20060703 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RS_T_MSG | Collect Messages for Application Log | 20060710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Adds an Application Log Message to Local Table | 20060710 | |
| 2 | Instance method | Public | Constructor | Creates a New Check | 20060703 | |
| 3 | Static method | Protected | Method | Returns Field Name of an InfoObject in P or Q Table | 20060705 | |
| 4 | Static method | Protected | Method | Returns Index of a Component in a Structure | 20060705 | |
| 5 | Static method | Protected | Method | Returns Field Name of an InfoObject in X or Y Table | 20060705 | |
| 6 | Static method | Protected | Method | Returns Field Name of an InfoObject in its S Table | 20060706 | |
| 7 | Static method | Protected | Method | Returns S Table Name for an InfoObject | 20060705 | |
| 8 | Instance method | Public | Method | Performs Repair to Restore Consistency | 20060703 | |
| 9 | Instance method | Public | Method | Performs Consistency Check for Data Package | 20060703 |
Events
Class CL_RSDMD_RSRV_CHECK has no event.
Types
Class CL_RSDMD_RSRV_CHECK has no local type.
Method Signatures
Method ADD_MESSAGE Signature
Method ADD_MESSAGE on class CL_RSDMD_RSRV_CHECK has no parameter.
Method ADD_MESSAGE on class CL_RSDMD_RSRV_CHECK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_RSRV_APPL_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSRV_APPL_LOG | Application Log für RSRV | 20060710 |
Method CONSTRUCTOR on class CL_RSDMD_RSRV_CHECK has no exception.
Method GET_ATTR_FIELDNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | Name eines InfoObject | 20060705 | |||
| 2 | R_FIELDNM | Value transfer | Type reference (TYPE) | RSFIELDNM | Feldname des InfoObject in P- und Q-Tabelle | 20060705 |
Method GET_ATTR_FIELDNM on class CL_RSDMD_RSRV_CHECK has no exception.
Method GET_COMPONENT_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPONENT | Call by reference | Type reference (TYPE) | RSFIELDNM | Name der Komponente (Feld) | 20060705 | |||
| 2 | I_DATA | Call by reference | Type reference (TYPE) | DATA | Referenz auf Datenstruktur | 20060705 | |||
| 3 | R_INDEX | Value transfer | Type reference (TYPE) | I | Index der Komponente innerhalb der Struktur | 20060705 |
Method GET_COMPONENT_INDEX on class CL_RSDMD_RSRV_CHECK has no exception.
Method GET_SID_FIELDNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | Name des InfoObject | 20060705 | |||
| 2 | R_FIELDNM | Value transfer | Type reference (TYPE) | RSFIELDNM | Feldname in X- oder Y-Tabelle | 20060705 |
Method GET_SID_FIELDNM on class CL_RSDMD_RSRV_CHECK has no exception.
Method GET_S_FIELDNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | Name des InfoObject | 20060706 | |||
| 2 | R_FIELDNM | Value transfer | Type reference (TYPE) | RSFIELDNM | Feldname des InfoObject in seiner S-Tabelle | 20060706 |
Method GET_S_FIELDNM on class CL_RSDMD_RSRV_CHECK has no exception.
Method GET_S_TABNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20060705 | |||
| 2 | R_TABNAME | Value transfer | Type reference (TYPE) | TABNAME | Name der S Tabelle | 20060705 |
Method GET_S_TABNAME on class CL_RSDMD_RSRV_CHECK has no exception.
Method REPAIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Nachrichten, die ins Application Log geschrieben wurden | 20060711 | |||
| 2 | I_R_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSDMD_RSRV_PACKAGE | Zu überprüfendes Datenpaket | 20060703 |
Method REPAIR on class CL_RSDMD_RSRV_CHECK has no exception.
Method RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Nachrichten, die ins Applikation Log geschrieben wurden | 20060711 | |||
| 2 | I_R_PACKAGE | Call by reference | Object reference (TYPE REF TO) | CL_RSDMD_RSRV_PACKAGE | Zu überprüfendes Datenpaket | 20060703 |
Method RUN on class CL_RSDMD_RSRV_CHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |