SAP ABAP Class CL_RSRV_SID_NUMBER_RANGE (Comparison: Number Range for SID of a Char. with Max. SID)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM (Application Component) Warehouse Management
     RSRV (Package) Analysis and Repair of BW Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRV_ATOM Elementary Tests for Transaction RSRV 20010810
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRV_CONSTANTS Constants for Atom/Test in RSRV 20010810
Properties
Class CL_RSRV_SID_NUMBER_RANGE  
Short Description Comparison: Number Range for SID of a Char. with Max. SID    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRV   Analysis and Repair of BW Objects 
Created 20010810   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRSI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSRV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRV_ATOM Elementary Tests for Transaction RSRV 20010810
2 IF_RSRV_CONSTANTS Constants for Atom/Test in RSRV 20010810
Friends
Class CL_RSRV_SID_NUMBER_RANGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANM Instance attribute Protected Attribute reference (LIKE) 20010810
2 N_S_MSG_DYNAMIC_DOCU Instance attribute Protected Attribute reference (LIKE) 20010810
3 P_R_APPL_LOG Instance attribute Private Object reference (TYPE REF TO) CL_RSRV_APPL_LOG Application Log for RSRV 20010810
4 P_S_COB_PRO Instance attribute Private Type reference (TYPE) RSD_S_COB_PRO InfoObject Properties (in Context of InfoCube / ODS object) 20010813
Methods
# Method Level Visibility Method type Description Created on
1 _CHECK_AND_GET_INPUT Static method Private Method Check Entries and Distribute to Export Parameters 20010810
2 _CHECK_REPAIR Instance method Private Method Test And If Necessary Repair 20010813
3 _CHECK_REPAIR_NRIV Instance method Private Method check if NRIV is used 20090717
4 _CHECK_REPAIR_RRBANRIV Instance method Private Method check if NRIV is used 20090717
5 _DIFFERENCE_GET Instance method Private Method Determining Difference for Which Number Range is Too Small 20010813
6 _MAXSID_GET Instance method Private Method Determining Maximum SID in SID Table 20010813
7 _NUMBER_LEVEL_GET Instance method Private Method Determining Status of Number Range 20010813
8 _NUMBER_LEVEL_GET_RRBANRIV Instance method Private Method Determining Status of Number Range 20090717
9 _REPAIR Instance method Private Method Repairs 20010813
10 _REPAIR_NUMBER_LEVEL Instance method Private Method Repair: Adjust Number Range Status 20010813
11 _REPAIR_NUMBER_METADATA Instance method Private Method Repair: Create Number Range Object & Interval 20010813
Events
Class CL_RSRV_SID_NUMBER_RANGE has no event.
Types
Class CL_RSRV_SID_NUMBER_RANGE has no local type.
Method Signatures

Method _CHECK_AND_GET_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_COB_PRO Call by reference Type reference (TYPE) RSD_S_COB_PRO Merkmal 20010813
2 Importing I_T_PARAMETERS Call by reference Type reference (TYPE) RSRV_NAME_VALUE_TAB Tabelle mit Name-Value-Paaren 20010810
# Exception Resumable Description Created on
1 CX_RSRV_EXCEPTION BW: Allgemeine Fehlerklasse 20020814

Method _CHECK_REPAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_CONFIRMATION Call by reference Type reference (TYPE) RS_BOOL Boolesch 20010813
2 Importing I_REPAIR Call by reference Type reference (TYPE) RS_BOOL Boolesch 20010813
# Exception Resumable Description Created on
1 CX_RSRV_EXCEPTION BW: Allgemeine Fehlerklasse 20020814

Method _CHECK_REPAIR_NRIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPAIR Call by reference Type reference (TYPE) RS_BOOL Boolean 20090717

Method _CHECK_REPAIR_NRIV on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _CHECK_REPAIR_RRBANRIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_CONFIRMATION Call by reference Type reference (TYPE) RS_BOOL Boolean 20090717
2 Importing I_REPAIR Call by reference Type reference (TYPE) RS_BOOL Boolean 20090717

Method _CHECK_REPAIR_RRBANRIV on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _DIFFERENCE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAXSID Call by reference Type reference (TYPE) I 20010813
2 Importing I_NRLEVEL Call by reference Type reference (TYPE) I 20010813
3 Returning R_DIFFERENCE Value transfer Type reference (TYPE) I 20010813

Method _DIFFERENCE_GET on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _MAXSID_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20010813
2 Returning R_MAXSID Value transfer Type reference (TYPE) RSD_SID 20010813

Method _MAXSID_GET on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _NUMBER_LEVEL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBRANM Value transfer Type reference (TYPE) RSD_NUMBER_RANGE Name des Nummernkreisobjekts 20021122
2 Returning R_NRLEVEL Value transfer Type reference (TYPE) I 20010813

Method _NUMBER_LEVEL_GET on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _NUMBER_LEVEL_GET_RRBANRIV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBRANM Value transfer Type reference (TYPE) RSD_NUMBER_RANGE Name of a Number Range Object 20090717
2 Returning R_NRLEVEL Value transfer Type reference (TYPE) I 20090717

Method _NUMBER_LEVEL_GET_RRBANRIV on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _REPAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABASNM Call by reference Type reference (TYPE) RSD_CHANM 20010813
2 Importing I_MAXSID Call by reference Type reference (TYPE) I 20010813
3 Importing I_NO_CONFIRMATION Call by reference Type reference (TYPE) RS_BOOL Boolesch 20010813
4 Importing I_NRLEVEL Call by reference Type reference (TYPE) I 20010813
5 Importing I_NUMBRANR Call by reference Type reference (TYPE) RSD_S_COB_PRO-NUMBRANR Nummer der Nummernkreisobjekte eines Merkmals 20010813
6 Importing I_S_MSG Call by reference Type reference (TYPE) BAL_S_MSG Application-Log: Daten einer Meldung 20010817
# Exception Resumable Description Created on
1 CX_RSRV_EXCEPTION Ausnahmen für die RSRV: nur dynamische Prüfung 20020814

Method _REPAIR_NUMBER_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010813
2 Importing I_NUMBRANM Call by reference Type reference (TYPE) RSD_NUMBER_RANGE 20010813
3 Importing I_QUANTITY Call by reference Type reference (TYPE) I 20010813

Method _REPAIR_NUMBER_LEVEL on class CL_RSRV_SID_NUMBER_RANGE has no exception.

Method _REPAIR_NUMBER_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010813
2 Importing I_CHABASNM Call by reference Type reference (TYPE) RSD_CHANM 20010813
3 Importing I_NUMBRANM Call by reference Type reference (TYPE) RSD_NUMBER_RANGE Nummer der Nummernkreisobjekte eines Merkmals 20010813
# Exception Resumable Description Created on
1 CX_RSRV_EXCEPTION Ausnahmen für die RSRV: nur dynamische Prüfung 20020814
History
Last changed by/on SAP  20110908 
SAP Release Created in 30A