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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSCRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDOD 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 N_C_APPLNM Constant Public Type reference (TYPE) RSAPPLNM '7RRRDAC' Display Components 20070918
2 O_CHAIN_ID Instance attribute Protected Type reference (TYPE) RSPC_CHAIN Process Chain 20070807
3 O_INITIALISED Static Attribute Protected Type reference (TYPE) RS_BOOL Buffer Initialized? 20070910
4 O_LOGDPID Instance attribute Protected Type reference (TYPE) RSLOGDPID InfoPackage (alternative to DTP) 20080520
5 O_RDAOBJECT Instance attribute Protected Type reference (TYPE) RSCRT_RDAOBJECT RDA Object 20070910
6 O_R_CHAIN Instance attribute Protected Object reference (TYPE REF TO) CL_RSPC_CHAIN Process Chain (Internal) 20070807
7 O_R_DTP Instance attribute Protected Object reference (TYPE REF TO) IF_RSBK_DTP_DISPLAY DTP Object 20070807
8 O_TH_BUFFER Static Attribute Protected Type reference (TYPE) LTY_TH_BUFFER Buffer 20070910
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PROCESS Instance method Protected Method Adds Process to Variant 20070918
2 ADD_TRIGGER Instance method Protected Method Adds Start Process to Immediate Start 20070918
3 CONNECT_CHAINS Instance method Protected Method Connects Two Process Variants 20070918
4 CONSTRUCTOR Instance method Public Constructor Constructor 20070807
5 CREATE_CHAIN Instance method Public Method Generates New Chain 20070807
6 CREATE_CHAIN_DTP Instance method Protected Method Creates Repair Processes for a DTP 20080520
7 CREATE_CHAIN_NAME Instance method Protected Method Creates New Name for Repair Chain 20070910
8 CREATE_CHAIN_NDS Instance method Protected Method Creates Repair Processes for an InfoPackage 20080520
9 CREATE_CHAIN_OBJECT Instance method Protected Method Creates New Process Chain Instance 20070918
10 CREATE_VARIANT Instance method Protected Method Creates Variant for Activating Data 20070918
11 CREATE_VARIANT_NAME Instance method Protected Method Creates New Name for Process 20070918
12 DELETE_CHAIN Instance method Public Method Deletes This Repair Process Chain 20070910
13 EXISTS_FOR Static method Public Method Does Repair Chain Exist for RDA Object? 20070910
14 FACTORY Static method Public Method Creates New Repair Chain (Singleton) 20070910
15 GET_CHAIN Instance method Public Method Returns ID of Process Chain 20080923
16 INIT_BUFFER Static method Public Method Initializes Internal Buffer of Class 20070910
17 READ_CHAIN Static method Public Method Reads Repair Chain for RDA Object from Database 20070807
18 TEST Static method Public Method Test Method (Generate, Display, Delete) 20070911
19 WRITE_CHAIN 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 Importing I_TYPE Call by reference Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20070918
2 Importing I_VARIANT Call by reference Type reference (TYPE) RSPC_VARIANT Variante (Name) eines Prozesses 20070918
3 Returning R_S_CHAIN Value transfer Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20070918
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070918

Method ADD_TRIGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_CHAIN Value transfer Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20070918
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070918

Method CONNECT_CHAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENTNO Call by reference Type reference (TYPE) RSPC_EVENTNO Zustand; Fall; Entscheidung; Nummer des Events 20080923
2 Importing I_S_CHAIN_1 Call by reference Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20070918
3 Importing I_S_CHAIN_2 Call by reference Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20070918
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070918

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Datentransferprozess 20070910
2 Importing 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 CX_RS_FAILED 20070807

Method CREATE_CHAIN_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CHAIN_TRIGGER Call by reference Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20080520
# Exception Resumable Description Created on
1 CX_RS_FAILED 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 Importing I_S_CHAIN_TRIGGER Call by reference Type reference (TYPE) RSPC_S_CHAIN Prozesskette zum Einplan-Zeitpunkt 20080520
# Exception Resumable Description Created on
1 CX_RS_FAILED 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 CX_RS_FAILED Operation gescheitert 20070918

Method CREATE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TGTNM Call by reference Type reference (TYPE) RSBKTGTNM Name des Datenziels eines Datentransferprozesses 20070918
2 Importing I_TYPE Call by reference Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20070918
3 Returning R_VARIANT Value transfer Type reference (TYPE) RSPC_VARIANT Prozesskette zum Einplan-Zeitpunkt 20070918
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070918

Method CREATE_VARIANT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 CX_RS_FAILED Operation gescheitert 20070910

Method EXISTS_FOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20070910
2 Returning 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 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20070910
2 Importing I_REPEAT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Delta wiederholen? 20080520
3 Returning 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 Returning 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 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20070807
2 Returning R_CHAIN_ID Value transfer Type reference (TYPE) RSPC_CHAIN Prozesskette 20070807
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20070807

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20080923
2 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20070911
3 Importing 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 Importing I_CHAIN_ID Call by reference Type reference (TYPE) RSPC_CHAIN Prozesskette 20070807
2 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20070807
3 Importing 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 CX_RS_FAILED Operation gescheitert 20070807
History
Last changed by/on SAP  20130531 
SAP Release Created in 700