SAP ABAP Class CL_RSCRT_RDA_REPAIR (Repair Chain for DTP)
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_RDA_REPAIR | |
| Short Description | Repair Chain for DTP | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSCRT | (Near)-Real-Time Data Transfer into BW |
| Created | 20070807 | 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) |
Interfaces
Class CL_RSCRT_RDA_REPAIR has no interface implemented.
Friends
Class CL_RSCRT_RDA_REPAIR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSAPPLNM | '7RRRDAC' | Display Components | 20070918 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RSPC_CHAIN | Process Chain | 20070807 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | RS_BOOL | Buffer Initialized? | 20070910 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RSLOGDPID | InfoPackage (alternative to DTP) | 20080520 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | RSCRT_RDAOBJECT | RDA Object | 20070910 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSPC_CHAIN | Process Chain (Internal) | 20070807 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSBK_DTP_DISPLAY | DTP Object | 20070807 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | LTY_TH_BUFFER | Buffer | 20070910 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Adds Process to Variant | 20070918 | |
| 2 | Instance method | Protected | Method | Adds Start Process to Immediate Start | 20070918 | |
| 3 | Instance method | Protected | Method | Connects Two Process Variants | 20070918 | |
| 4 | Instance method | Public | Constructor | Constructor | 20070807 | |
| 5 | Instance method | Public | Method | Generates New Chain | 20070807 | |
| 6 | Instance method | Protected | Method | Creates Repair Processes for a DTP | 20080520 | |
| 7 | Instance method | Protected | Method | Creates New Name for Repair Chain | 20070910 | |
| 8 | Instance method | Protected | Method | Creates Repair Processes for an InfoPackage | 20080520 | |
| 9 | Instance method | Protected | Method | Creates New Process Chain Instance | 20070918 | |
| 10 | Instance method | Protected | Method | Creates Variant for Activating Data | 20070918 | |
| 11 | Instance method | Protected | Method | Creates New Name for Process | 20070918 | |
| 12 | Instance method | Public | Method | Deletes This Repair Process Chain | 20070910 | |
| 13 | Static method | Public | Method | Does Repair Chain Exist for RDA Object? | 20070910 | |
| 14 | Static method | Public | Method | Creates New Repair Chain (Singleton) | 20070910 | |
| 15 | Instance method | Public | Method | Returns ID of Process Chain | 20080923 | |
| 16 | Static method | Public | Method | Initializes Internal Buffer of Class | 20070910 | |
| 17 | Static method | Public | Method | Reads Repair Chain for RDA Object from Database | 20070807 | |
| 18 | Static method | Public | Method | Test Method (Generate, Display, Delete) | 20070911 | |
| 19 | Static method | Public | Method | Writes Repair Chain for DTP to Database | 20070807 |
Events
Class CL_RSCRT_RDA_REPAIR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_BUFFER | Protected | See coding | Buffer Row | 20070910 | BEGIN OF lty_s_buffer,
rdaobject TYPE rsbkdtpnm,
chain_id TYPE rspc_chain,
r_repair TYPE REF TO cl_rscrt_rda_repair,
END OF lty_s_buffer
|
|
| 2 | LTY_TH_BUFFER | Protected | See coding | Buffer | 20070910 | lty_th_buffer TYPE
HASHED TABLE OF lty_s_buffer
WITH UNIQUE KEY rdaobject
|
Method Signatures
Method ADD_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE | Call by reference | Type reference (TYPE) | RSPC_TYPE | Typ (Art) eines Prozesses | 20070918 | |||
| 2 | I_VARIANT | Call by reference | Type reference (TYPE) | RSPC_VARIANT | Variante (Name) eines Prozesses | 20070918 | |||
| 3 | R_S_CHAIN | Value transfer | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20070918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070918 |
Method ADD_TRIGGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_CHAIN | Value transfer | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20070918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070918 |
Method CONNECT_CHAINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENTNO | Call by reference | Type reference (TYPE) | RSPC_EVENTNO | Zustand; Fall; Entscheidung; Nummer des Events | 20080923 | |||
| 2 | I_S_CHAIN_1 | Call by reference | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20070918 | |||
| 3 | I_S_CHAIN_2 | Call by reference | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20070918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070918 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Datentransferprozess | 20070910 | |||
| 2 | I_REPEAT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Letzten Delta-Request wiederholen? | 20080520 |
Method CONSTRUCTOR on class CL_RSCRT_RDA_REPAIR has no exception.
Method CREATE_CHAIN Signature
Method CREATE_CHAIN on class CL_RSCRT_RDA_REPAIR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070807 |
Method CREATE_CHAIN_DTP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_CHAIN_TRIGGER | Call by reference | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20080520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20080520 |
Method CREATE_CHAIN_NAME Signature
Method CREATE_CHAIN_NAME on class CL_RSCRT_RDA_REPAIR has no parameter.
Method CREATE_CHAIN_NAME on class CL_RSCRT_RDA_REPAIR has no exception.
Method CREATE_CHAIN_NDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_CHAIN_TRIGGER | Call by reference | Type reference (TYPE) | RSPC_S_CHAIN | Prozesskette zum Einplan-Zeitpunkt | 20080520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20080520 |
Method CREATE_CHAIN_OBJECT Signature
Method CREATE_CHAIN_OBJECT on class CL_RSCRT_RDA_REPAIR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070918 |
Method CREATE_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TGTNM | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20070918 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | RSPC_TYPE | Typ (Art) eines Prozesses | 20070918 | |||
| 3 | R_VARIANT | Value transfer | Type reference (TYPE) | RSPC_VARIANT | Prozesskette zum Einplan-Zeitpunkt | 20070918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070918 |
Method CREATE_VARIANT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VARIANT | Value transfer | Type reference (TYPE) | RSPC_VARIANT | Variante (Name) eines Prozesses | 20070918 |
Method CREATE_VARIANT_NAME on class CL_RSCRT_RDA_REPAIR has no exception.
Method DELETE_CHAIN Signature
Method DELETE_CHAIN on class CL_RSCRT_RDA_REPAIR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070910 |
Method EXISTS_FOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20070910 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | RS_BOOL | Existiert eine Reparaturkette? | 20070910 |
Method EXISTS_FOR on class CL_RSCRT_RDA_REPAIR has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20070910 | |||
| 2 | I_REPEAT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Delta wiederholen? | 20080520 | ||
| 3 | R_R_REPAIR | Value transfer | Object reference (TYPE REF TO) | CL_RSCRT_RDA_REPAIR | Reparaturkette für einen DTP | 20070910 |
Method FACTORY on class CL_RSCRT_RDA_REPAIR has no exception.
Method GET_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CHAIN_ID | Value transfer | Type reference (TYPE) | RSPC_CHAIN | Prozesskette | 20080923 |
Method GET_CHAIN on class CL_RSCRT_RDA_REPAIR has no exception.
Method INIT_BUFFER Signature
Method INIT_BUFFER on class CL_RSCRT_RDA_REPAIR has no parameter.
Method INIT_BUFFER on class CL_RSCRT_RDA_REPAIR has no exception.
Method READ_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20070807 | |||
| 2 | R_CHAIN_ID | Value transfer | Type reference (TYPE) | RSPC_CHAIN | Prozesskette | 20070807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20070807 |
Method TEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CREATE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080923 | ||
| 2 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20070911 | |||
| 3 | I_REPEAT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080923 |
Method TEST on class CL_RSCRT_RDA_REPAIR has no exception.
Method WRITE_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHAIN_ID | Call by reference | Type reference (TYPE) | RSPC_CHAIN | Prozesskette | 20070807 | |||
| 2 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | Objekt in der Realtime data Acquisition | 20070807 | |||
| 3 | I_R_REPAIR | Call by reference | Object reference (TYPE REF TO) | CL_RSCRT_RDA_REPAIR | Reparaturkette für einen DTP | 20070910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070807 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |