SAP ABAP Class CL_RSCRT_RDA_ADAPTER (NDS Adapter for Realtime)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSCRT (Package) (Near)-Real-Time Data Transfer into BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_EXTRACT_GENERATE | Extraction Using Generated Routine | 20050105 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_GENERATION_EXIT | Generation Exits for Remote Extractors | 20070917 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_MAINTAINABILITY | Maintainability | 20050110 |
Properties
| Class | CL_RSCRT_RDA_ADAPTER | |
| Short Description | NDS Adapter for Realtime | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSCRT | |
| Program status | ||
| Category | 0 | |
| Package | RSCRT | (Near)-Real-Time Data Transfer into BW |
| Created | 20050105 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDS_EXTRACT_GENERATE | Extraction Using Generated Routine | 20050105 | ||
| 2 | IF_RSDS_GENERATION_EXIT | Generation Exits for Remote Extractors | 20070917 | ||
| 3 | IF_RSDS_MAINTAINABILITY | Maintainability | 20050110 |
Friends
Class CL_RSCRT_RDA_ADAPTER 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) | RSCRT_RDAOBJECT | Obsolete | 20050110 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RFCDEST | Destination | 20050614 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSLOGDPID | InfoPackage | 20050117 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ROOSOURCER | DataSource | 20050110 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSRLOGSYS | Source System | 20050110 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSCRT_RDA_DEMON | Reference to Daemon | 20050816 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSCRT_RDA_LOG | Application and Job Log | 20080519 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSSLOGSYS | Source system | 20050817 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TH_ADAPTER_R | Adapter Factory (rather than Attr.) | 20050110 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | T_TID | unconfirmed TIDs | 20050107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Confirm Transport Package | 20050110 | |
| 2 | Instance method | Private | Method | Transfer TIDs from the Upload into DB Table | 20050617 | |
| 3 | Instance method | Public | Constructor | Constructor | 20050105 | |
| 4 | Instance method | Public | Method | Delete Transport Package | 20050110 | |
| 5 | Instance method | Private | Method | Delete TIDs for Last Request | 20050118 | |
| 6 | Instance method | Public | Method | Set up Lock for Entry in rscrt_rda_req | 20050214 | |
| 7 | Instance method | Public | Method | Set up Lock for Entry in rscrt_rda_req | 20050214 | |
| 8 | Static method | Public | Method | Factory | 20050105 | |
| 9 | Instance method | Public | Method | Transfer TIDs from the Upload into DB Table | 20050714 | |
| 10 | Instance method | Public | Method | Stores an Error for Further Analysis | 20080505 | |
| 11 | Instance method | Public | Method | Reads Status of TIDs from RSCRT_RDA_TID | 20061201 | |
| 12 | Instance method | Public | Method | Transfer Logs to Daemon Instance | 20050909 | |
| 13 | Instance method | Public | Method | Transfer TIDs from the Upload into DB Table | 20050107 |
Events
Class CL_RSCRT_RDA_ADAPTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ADAPTER_R | Public | See coding | 20050105 | BEGIN OF s_adapter_r ,
nds TYPE char45,
r_adapter TYPE REF TO cl_rscrt_rda_adapter,
END OF s_adapter_r
|
||
| 2 | TH_ADAPTER_R | Public | See coding | 20050105 | th_adapter_r TYPE HASHED TABLE OF s_adapter_r
WITH UNIQUE KEY nds
|
||
| 3 | T_TID | Public | See coding | As rscrt_rda_tid | 20050107 | T_TID TYPE TABLE OF ARFCTID
|
Method Signatures
Method CONFIRM_QUEUE_DATA Signature
Method CONFIRM_QUEUE_DATA on class CL_RSCRT_RDA_ADAPTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050530 |
Method CONFIRM_TIDS Signature
Method CONFIRM_TIDS on class CL_RSCRT_RDA_ADAPTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050816 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGDPID | Call by reference | Type reference (TYPE) | RSLOGDPID | Logische InfoPackage-Variante (ID) | 20061128 | |||
| 2 | I_NDS | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | DataSource and source system | 20050105 |
Method CONSTRUCTOR on class CL_RSCRT_RDA_ADAPTER has no exception.
Method DELETE_QUEUE_DATA Signature
Method DELETE_QUEUE_DATA on class CL_RSCRT_RDA_ADAPTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050610 |
Method DELETE_TIDS Signature
Method DELETE_TIDS on class CL_RSCRT_RDA_ADAPTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050610 |
Method DEQUEUE_RSCRTRDATID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENQUEUE_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Sperrmodus | 20050909 |
Method DEQUEUE_RSCRTRDATID on class CL_RSCRT_RDA_ADAPTER has no exception.
Method ENQUEUE_RSCRTRDATID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENQUEUE_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Sperrmodus | 20050909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20050531 |
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGDPID | Call by reference | Type reference (TYPE) | RSLOGDPID | Logische InfoPackage-Variante (ID) | 20061128 | |||
| 2 | I_NDS | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | DataSource and source system | 20050105 | |||
| 3 | R_R_ADAPTER | Value transfer | Object reference (TYPE REF TO) | CL_RSCRT_RDA_ADAPTER | NDS Adapter für Realtime | 20050105 |
Method FACTORY on class CL_RSCRT_RDA_ADAPTER has no exception.
Method GET_TID_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_RDA_TID | Value transfer | Type reference (TYPE) | RSCRT_RDA_T_TID | eindeutige Transaktions-Id (LUW->COMMIT WORK). | 20050714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050909 |
Method LOG_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | Fehlermeldung | 20080505 | |||
| 2 | R_ERROR | Value transfer | Type reference (TYPE) | RS_BOOL | Ist der Fehler nicht tolerierbar? | 20080505 |
Method LOG_ERROR on class CL_RSCRT_RDA_ADAPTER has no exception.
Method READ_TID_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NO_SAVED_TIDS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20061201 | |||
| 2 | E_UNCONFIRMED_TIDS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20061201 |
Method READ_TID_STATUS on class CL_RSCRT_RDA_ADAPTER has no exception.
Method WRITE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOG_ACTION | Call by reference | Type reference (TYPE) | RSCRT_LOG_ACTION | Aktionen des RDA-Prozesses | 20050909 | |||
| 2 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20050909 | |||
| 3 | I_RDAOBJECT_TYPE | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT_TYPE | Typ eines RDA-Objekts | 20050909 | |||
| 4 | I_S_MSG | Call by reference | Type reference (TYPE) | RS_S_MSG | 20050909 | ||||
| 5 | I_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20050909 | |||
| 6 | I_WITH_COMMIT | Call by reference | Type reference (TYPE) | RS_BOOL | SPACE | Boolean | 20050909 |
Method WRITE_LOG on class CL_RSCRT_RDA_ADAPTER has no exception.
Method WRITE_TIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TID | Call by reference | Type reference (TYPE) | T_TID | eindeutige Transaktions-Id (LUW->COMMIT WORK). | 20050107 |
Method WRITE_TIDS on class CL_RSCRT_RDA_ADAPTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |