SAP ABAP Class CL_RSBK_REQUEST_GENERAL (Requests of All Types)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBK (Package) Data Transfer Process: Kernel Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_REQUEST_GENERAL Interface for All Request Types 20060123
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_REQUEST DTP Request 20060123
2 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_REQUEST_DATAMART 20060124
3 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_REQUEST_DSO DSO Requests 20100727
4 Inheritance (c INHERITING FROM c_ref)  CL_RSBK_REQUEST_PSA PSA Requests 20060123
Properties
Class CL_RSBK_REQUEST_GENERAL  
Short Description Requests of All Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBK    
Program status     
Category 0   
Package RSBK   Data Transfer Process: Kernel Objects 
Created 20060123   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBK_REQUEST_GENERAL Interface for All Request Types 20060123
Friends
Class CL_RSBK_REQUEST_GENERAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_PREFIX_ODQ Constant Public Type reference (TYPE) CHAR005 'EXTR_' R/2 table 20130517
2 N_RECORDS Instance attribute Public Type reference (TYPE) INT4 Natural Number 20070821
3 N_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20060123
4 N_REQUID30 Instance attribute Public Type reference (TYPE) CHAR30 30 Characters 20070821
5 O_TH_REQUEST_R Static Attribute Protected Type reference (TYPE) TH_REQUEST_R Single-Character Flag 20060123
6 O_UPDATE_TASK Static Attribute Protected Type reference (TYPE) RS_BOOL Boolean 20060321
7 P_REQUID Instance attribute Private Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20060123
8 P_REQUID_SIMULATION Static Attribute Private Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20060123
9 P_RSSTATMANPART_READ Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20070821
10 P_TH_REQUEST_REMOTE Static Attribute Private Type reference (TYPE) TH_REQUEST_REMOTE 20060123
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060123
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060123
3 COPY_FROM_RSSTATMANPART Instance method Private Method 20070821
4 CREATE_FROM_DB_GENERAL Static method Public Method 20060123
5 GET_REQUID30_STATIC Static method Public Method 20060123
6 SET_REQUID Instance method Protected Method 20060123
Events
Class CL_RSBK_REQUEST_GENERAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_REQUEST_R Protected See coding 20060123 begin of s_request_r, requid type rsbkrequid, r_request type ref to cl_rsbk_request_general, end of s_request_r
2 S_REQUEST_REMOTE Private See coding 20060123 begin of s_request_remote, dtp type rsbkdtpnm, r_request type ref to cl_rsbk_request, end of s_request_remote
3 TH_REQUEST_R Protected See coding 20060123 th_request_r type hashed table of s_request_r with unique key requid
4 TH_REQUEST_REMOTE Private See coding 20060123 th_request_remote type hashed table of s_request_remote with unique key dtp
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method CONSTRUCTOR on class CL_RSBK_REQUEST_GENERAL has no exception.

Method COPY_FROM_RSSTATMANPART Signature

Method COPY_FROM_RSSTATMANPART on class CL_RSBK_REQUEST_GENERAL has no parameter.
Method COPY_FROM_RSSTATMANPART on class CL_RSBK_REQUEST_GENERAL has no exception.

Method CREATE_FROM_DB_GENERAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID 20060123
2 Returning R_R_REQUEST_GENERAL Value transfer Object reference (TYPE REF TO) IF_RSBK_REQUEST_GENERAL 20060123
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20060123

Method GET_REQUID30_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20060123
2 Returning R_REQUID30 Value transfer Type reference (TYPE) CHAR30 30 Characters 20060123

Method GET_REQUID30_STATIC on class CL_RSBK_REQUEST_GENERAL has no exception.

Method SET_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20060123

Method SET_REQUID on class CL_RSBK_REQUEST_GENERAL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700