SAP ABAP Class CL_RSSM_STATMAN_SOURCE (Status Manager for Data Sources)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSSM (Package) BW: General monitoring and scheduling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_REQUEST_OBSERVER Observer for DTP Request 20040505
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_REQUEST_SERVER Interface for Delta-Enabled Data Sources of a DTP 20040505
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_STATMAN_SOURCE_DTASRC Status Manager for Data Sources - DataSource 20040506
Properties
Class CL_RSSM_STATMAN_SOURCE  
Short Description Status Manager for Data Sources    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBO    
Program status     
Category 0   
Package RSSM   BW: General monitoring and scheduling 
Created 20040505   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSSM_STATMAN_SOURCE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBK_REQUEST_OBSERVER Observer for DTP Request 20040505
2 IF_RSBK_REQUEST_SERVER Interface for Delta-Enabled Data Sources of a DTP 20040505
Friends
Class CL_RSSM_STATMAN_SOURCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DTA Instance attribute Protected Type reference (TYPE) RSSTATMANDTA 20040505
2 P_DTA_TYPE Instance attribute Protected Type reference (TYPE) RSSTATMANDTA_TYPE 20040505
3 P_PROCESS Instance attribute Protected Type reference (TYPE) RSPC_TYPE 20040505
4 P_TH_STATMAN_SOURCE Static Attribute Private Type reference (TYPE) TH_STATMAN_SOURCE 20040505
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040505
2 CREATE Static method Public Method 20040505
Events
Class CL_RSSM_STATMAN_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_STATMAN_SOURCE Private See coding 20040505 begin of s_statman_source, dta type rsstatmandta, dta_type type rsstatmandta_type, process type rspc_type, r_statman_source type ref to cl_rssm_statman_source, end of s_statman_source
2 TH_STATMAN_SOURCE Private See coding 20040505 th_statman_source type hashed table of s_statman_source with unique key dta dta_type process
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA 20040505
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE 20040505
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE 20040505

Method CONSTRUCTOR on class CL_RSSM_STATMAN_SOURCE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA 20040505
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE 20040505
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE 20040505
4 Exporting R_R_STATUS Value transfer Object reference (TYPE REF TO) CL_RSSM_STATMAN_SOURCE Statusmanager für Datenquellen 20040505

Method CREATE on class CL_RSSM_STATMAN_SOURCE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400