SAP ABAP Class CL_RSMD_USAGE_CHECK_PARALLEL (Parallel Execution of Master Data Usage Check)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSMD_UC (Package) Master Data Services: Where-Used-Check
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RS_BASE BW Basis 20040611
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBATCH_EXECUTE Parallel Batch_Processing 20040611
Properties
Class CL_RSMD_USAGE_CHECK_PARALLEL  
Short Description Parallel Execution of Master Data Usage Check    
Super Class CL_RS_BASE BW Basis 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMD_UC   Master Data Services: Where-Used-Check 
Created 20040611   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSBK_PROCESS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBATCH_EXECUTE Parallel Batch_Processing 20040611
Friends
Class CL_RSMD_USAGE_CHECK_PARALLEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_BATCH_ID Instance attribute Public Type reference (TYPE) CHAR30 20040611
2 N_BATCH_PROCESS Instance attribute Public Type reference (TYPE) INT4 20040611
3 N_PROCESS_TYPE Instance attribute Private Type reference (TYPE) RSPC_TYPE Process Type 20040611
4 N_TEMPTABNM_D Static Attribute Public Type reference (TYPE) TABNAME Name of the 'D' temporary table 20040611
5 N_TEMPTABNM_T Static Attribute Public Type reference (TYPE) TABNAME Name of the 'T' temporary table 20040611
6 P_TH_PROCESS Static Attribute Private Type reference (TYPE) CL_RSMD_USAGE_CHECK_PARALLEL=>TH_PROCESS_R 20040611
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040611
Events
Class CL_RSMD_USAGE_CHECK_PARALLEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_PROCESS_R Public See coding 20040611 begin of s_process_r, batch_id type char30, batch_process type char10, r_process type ref to CL_RSMD_USAGE_CHECK_PARALLEL, end of s_process_r
2 TH_PROCESS_R Public See coding 20040611 th_process_r type hashed table of s_process_r with unique key batch_id batch_process
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BATCH_ID Call by reference Type reference (TYPE) CHAR30 20040611
2 Importing I_BATCH_PROCESS Call by reference Type reference (TYPE) CHAR10 20040611
3 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) RSPC_TYPE Prozeßtyp 20040611

Method CONSTRUCTOR on class CL_RSMD_USAGE_CHECK_PARALLEL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 400