SAP ABAP Class CL_RSCRT_DEMON_LOGDPID_MON (Send Log for a Request to the Monitor)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSCRT (Package) (Near)-Real-Time Data Transfer into BW
⤷
⤷
Properties
| Class | CL_RSCRT_DEMON_LOGDPID_MON | |
| Short Description | Send Log for a Request to the Monitor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSCRT | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSCRT | (Near)-Real-Time Data Transfer into BW |
| Created | 20030131 | 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) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSCRT_DEMON_LOGDPID_MON has no interface implemented.
Friends
Class CL_RSCRT_DEMON_LOGDPID_MON 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) | RSDATAPID | Data packet number | 20030131 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | IDoc Number | 20030131 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20030131 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSDDATATARGET | Data target for transaction data (InfoCube, ODS object, ...) | 20030204 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20030131 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSREQUID | Request ID (Data Packet) | 20030131 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSRQRECORD | Number of selected data records (absolute) | 20030131 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSRQRECORD | Natural Number | 20030131 | |||
| 9 | Instance attribute | Private | See coding | 20030204 | |||||
| 10 | Static Attribute | Private | Type reference (TYPE) | RSCRT_T_MON | DTA Processing for CRT | 20030131 | |||
| 11 | Instance attribute | Private | See coding | 20030131 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20030131 | |
| 2 | Static method | Public | Method | Generates an instance for the monitor log of a request | 20030131 | |
| 3 | Instance method | Public | Method | Update Monitor | 20030131 | |
| 4 | Instance method | Private | Method | Temporary Export of Monitor Fakes | 20030217 | |
| 5 | Instance method | Public | Method | Release the Instance | 20030131 | |
| 6 | Instance method | Private | Method | Import Monitor Fakes | 20030217 |
Events
Class CL_RSCRT_DEMON_LOGDPID_MON has no event.
Types
Class CL_RSCRT_DEMON_LOGDPID_MON has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RNR | Value transfer | Type reference (TYPE) | RSREQUID | Request-ID (Datenpaket) | 20030131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20030131 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RNR | Value transfer | Type reference (TYPE) | RSREQUID | Request-ID (Datenpaket) | 20030131 | |||
| 2 | R_R_MON | Value transfer | Object reference (TYPE REF TO) | CL_RSCRT_DEMON_LOGDPID_MON | Protokolle zu einem Request an den Monitor senden | 20030131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20030131 |
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AUFRUFER | Value transfer | Type reference (TYPE) | RSCALLER | Komponente der Versionsnummer | 20030131 | |||
| 2 | I_CLOSE_REQUEST | Value transfer | Type reference (TYPE) | RS_BOOL | SPACE | Boolean | 20030131 | ||
| 3 | I_DATAPAKID | Value transfer | Type reference (TYPE) | RSDATAPID | Datenpaketnummer | 20030131 | |||
| 4 | I_DP_FULL | Value transfer | Type reference (TYPE) | RS_BOOL | SPACE | Status der Datenselektion | 20030131 | ||
| 5 | I_DTA | Value transfer | Type reference (TYPE) | RSDDATATARGET | Verzeichnis aller ODS Objekte | 20030131 | |||
| 6 | I_ERROR | Value transfer | Type reference (TYPE) | RS_BOOL | SPACE | Boolean | 20030131 | ||
| 7 | I_IS_PSA_TABLE | Value transfer | Type reference (TYPE) | RS_BOOL | SPACE | Boolean | 20030204 | ||
| 8 | I_RECORDS | Value transfer | Type reference (TYPE) | RSRQRECORD | Natürliche Zahl | 20030131 | |||
| 9 | I_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20030131 |
Method EXECUTE on class CL_RSCRT_DEMON_LOGDPID_MON has no exception.
Method EXPORT_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MONDATA | Value transfer | Type reference (TYPE) | RSCRT_S_MONINDX_WA | 20030217 |
Method EXPORT_TO_DB on class CL_RSCRT_DEMON_LOGDPID_MON has no exception.
Method FREE Signature
Method FREE on class CL_RSCRT_DEMON_LOGDPID_MON has no parameter.
Method FREE on class CL_RSCRT_DEMON_LOGDPID_MON has no exception.
Method IMPORT_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MONDATA | Value transfer | Type reference (TYPE) | RSCRT_S_MONINDX_WA | 20030217 | ||||
| 2 | SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20030217 |
Method IMPORT_FROM_DB on class CL_RSCRT_DEMON_LOGDPID_MON has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |