SAP ABAP Class CL_RSB_SPOK_DELTA_REQUEST (BW Metadata: InfoSpoke)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSB (Package) Business Information Warehouse: Data Marts
Properties
Class CL_RSB_SPOK_DELTA_REQUEST  
Short Description BW Metadata: InfoSpoke    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class RSBO    
Program status     
Category 0   
Package RSB   Business Information Warehouse: Data Marts 
Created 20011004   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 RSBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSB_SPOK_DELTA_REQUEST has no interface implemented.
Friends
Class CL_RSB_SPOK_DELTA_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_DUMMY Instance attribute Protected Type reference (TYPE) CHAR1 Single-Character Indicator 20011004
2 P_REQUIDOUT Instance attribute Private Type reference (TYPE) RSBREQUIDOUT Request in InfoSpoke Target Object 20020118
3 P_R_REQUEST_DELTA Instance attribute Private Object reference (TYPE REF TO) IF_RSB_REQUEST_DELTA Interface for Request-Based Delta 20011004
4 P_SPOKE Instance attribute Private Type reference (TYPE) RSINFOSPOKE InfoSpoke 20020118
5 P_TH_DELTA_R Static Attribute Private Type reference (TYPE) RSBO_TH_DELTA_R Table with Pointers to Delta Instances 20011004
6 P_T_RQDELTA Instance attribute Private Type reference (TYPE) RSBO_T_RQDELTA Open Hub: Table with Inbound/Outbound Requests 20020125
7 P_T_SPOKEDELTA Instance attribute Private Type reference (TYPE) RSBO_T_SPOKEDELTA Requests for Delta Recording of an InfoSpoke 20011004
8 P_UPDMODE Instance attribute Private Type reference (TYPE) RSUPDMODE Mode of data update (Full, Delta, etc.) 20020118
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REQUEST_FETCHED Static method Public Method 20031014
2 CONSTRUCTOR Instance method Public Constructor Constructor 20011004
3 DELETE Instance method Public Method Deletes a Request from the Delta Management of an InfoSpoke 20011004
4 DELETE_ALL Static method Public Method 20020415
5 FACTORY Static method Public Method 20011004
6 GET_INFO Instance method Public Method Returns Information about Delta Recording 20020118
7 GET_INFO_ALL Static method Public Method Gets all Info for Delta Update from a Server 20011004
8 GET_OBJ_REF_SRC Instance method Private Method 20020122
9 GET_REQUID_SRC Instance method Private Method 20020121
10 RAISE_SY_ERROR Instance method Protected Method 20020118
11 REQUEST_ERROR Instance method Public Method Event Handler: Request Terminated 20020118
12 REQUEST_FINISHED Instance method Public Method Event Handler: Request Successfully Ended 20020118
13 REQUEST_STARTED Instance method Public Method Event Handler: Request Started 20020118
Events
# Event Type Visibility Description Created on
1 STATE_CHANGE Static Event
(1)
Public
(2)
Change within the Delta Management 20020131
Types
Class CL_RSB_SPOK_DELTA_REQUEST has no local type.
Method Signatures

Method CHECK_REQUEST_FETCHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV 20031014
2 Importing I_T_REQUID Call by reference Type reference (TYPE) RSB_T_REQUID 20031014
# Exception Resumable Description Created on
1 ABORT 20031014

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOSPOKE Call by reference Type reference (TYPE) RSINFOSPOKE InfoSpoke 20011004
2 Importing I_REQUIDOUT Call by reference Type reference (TYPE) RSBREQUIDOUT Request im Zielobjekt einer InfoSpoke 20020118
3 Importing I_UPDMODE Call by reference Type reference (TYPE) RSUPDMODE Modus der Datenfortschreibung (Komplett, Delta, etc.) 20020118
# Exception Resumable Description Created on
1 CX_RSB_NO_MORE_DATA Open Hub: keine weiteren Daten 20020122
2 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020121

Method DELETE Signature

Method DELETE on class CL_RSB_SPOK_DELTA_REQUEST has no parameter.
Method DELETE on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method DELETE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOSPOKE Call by reference Type reference (TYPE) RSINFOSPOKE InfoSpoke 20020415

Method DELETE_ALL on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOSPOKE Call by reference Type reference (TYPE) RSINFOSPOKE InfoSpoke 20011004
2 Importing I_REQUIDOUT Call by reference Type reference (TYPE) RSBREQUIDOUT Request im Zielobjekt einer InfoSpoke 20020118
3 Importing I_UPDMODE Call by reference Type reference (TYPE) RSUPDMODE Modus der Datenfortschreibung (Komplett, Delta, etc.) 20020118
4 Returning R_R_DELTA Value transfer Object reference (TYPE REF TO) CL_RSB_SPOK_DELTA_REQUEST BW Metadata: InfoSpoke 20011004
# Exception Resumable Description Created on
1 CX_RSB_NO_MORE_DATA Open Hub: keine weiteren Daten 20020122
2 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020121

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SPOKEDELTA Call by reference Type reference (TYPE) RSBO_T_SPOKEDELTA Requests für Deltafortschreibung einer InfoSpoke 20020118

Method GET_INFO on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method GET_INFO_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SPOKEDELTA Call by reference Type reference (TYPE) RSBO_T_SPOKEDELTA Requests für Deltafortschreibung einer InfoSpoke 20020121
2 Exporting E_T_SPOKESTAT Call by reference Type reference (TYPE) RSBO_T_SPOKESTAT Open Hub: Tabellentyp für Deltastatus 20011004
3 Importing I_INFOSPOKE Call by reference Type reference (TYPE) RSINFOSPOKE InfoSpoke 20020121
4 Importing I_OHSOURCE Call by reference Type reference (TYPE) RSOHSOURCE Open Hub Datenquelle 20011004
5 Importing I_OHSRCTYPE Call by reference Type reference (TYPE) RSOHSRCTYPE Typ einer Open Hub Datenquelle 20011004
6 Importing I_PLUS_UNREAD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Mit noch nicht gelesenen ? 20020130
# Exception Resumable Description Created on
1 ILLEGAL_INPUT 20011004

Method GET_OBJ_REF_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_SRC Value transfer Object reference (TYPE REF TO) IF_RSB_REQUEST_DELTA Interface für Request-basiertes Delta 20020122

Method GET_OBJ_REF_SRC on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method GET_REQUID_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SPOKE Call by reference Type reference (TYPE) RSINFOSPOKE InfoSpoke 20020121
2 Returning R_T_REQUID Value transfer Type reference (TYPE) RSB_T_REQUIDIN Open Hub: Liste mit Requids aus dem Server 20020121
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020121

Method RAISE_SY_ERROR Signature

Method RAISE_SY_ERROR on class CL_RSB_SPOK_DELTA_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020118

Method REQUEST_ERROR Signature

Method REQUEST_ERROR on class CL_RSB_SPOK_DELTA_REQUEST has no parameter.
Method REQUEST_ERROR on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method REQUEST_FINISHED Signature

Method REQUEST_FINISHED on class CL_RSB_SPOK_DELTA_REQUEST has no parameter.
Method REQUEST_FINISHED on class CL_RSB_SPOK_DELTA_REQUEST has no exception.

Method REQUEST_STARTED Signature

Method REQUEST_STARTED on class CL_RSB_SPOK_DELTA_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_RSB_NO_MORE_DATA Open Hub: keine weiteren Daten 20020121
2 CX_RS_ERROR_WITH_MESSAGE Exception mit T100 Fehlermeldung 20020118
Event Signatures

Event STATE_CHANGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_REQUIDOUT Exporting Value transfer Type reference (TYPE) RSBREQUIDOUT Request im Zielobjekt einer InfoSpoke 20020131
2 I_SPOKE Exporting Value transfer Type reference (TYPE) RSINFOSPOKE InfoSpoke 20020131
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A