SAP ABAP Class /TDAG/CPCL_NUM_RANGE_HANDLER (CP: Handling of number ranges)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/CP_OF (Package) CP: Overall functions and features
Properties
Class /TDAG/CPCL_NUM_RANGE_HANDLER  
Short Description CP: Handling of number ranges    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /TDAG/CP_OF   CP: Overall functions and features 
Created 20061026   SAP 
Last change 20141109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ESP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /TDAG/CPCL_NUM_RANGE_HANDLER has no interface implemented.
Friends
Class /TDAG/CPCL_NUM_RANGE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_LOGGER Instance attribute Private Object reference (TYPE REF TO) /TDAG/CPCL_LOGGER CP: Logger for the application log. 20061026
2 M_NUMBER_RANGE_OBJECT Instance attribute Private Type reference (TYPE) NROBJ Name of number range object 20061026
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061026
2 CREATE_INTERVAL Instance method Private Method create interval for number range object if it is missing 20061026
3 GET_NEXT_NUMBER Instance method Public Method get next number for number range object and interval 20061026
4 GET_NUMBER_RANGE_OBJECT Instance method Public Method Get number range object of this class-instance 20061026
Events
Class /TDAG/CPCL_NUM_RANGE_HANDLER has no event.
Types
Class /TDAG/CPCL_NUM_RANGE_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) /TDAG/CPCL_LOGGER CP: Logger for the application log. 20061026
2 Importing I_NUMBER_RANGE_OBJECT Call by reference Type reference (TYPE) NROBJ Name of number range object 20061026

Method CONSTRUCTOR on class /TDAG/CPCL_NUM_RANGE_HANDLER has no exception.

Method CREATE_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FLG_CREATED Value transfer Type reference (TYPE) BOOLEAN Flag interval created ('X' = created; ' ' = not created) 20061026
2 Importing I_NUMBER_FROM Call by reference Type reference (TYPE) NRFROM From number 20061026
3 Importing I_NUMBER_RANGE_INTERVAL Call by reference Type reference (TYPE) NRNR Number range number 20061026
4 Importing I_NUMBER_TO Call by reference Type reference (TYPE) NRTO To number 20061026

Method CREATE_INTERVAL on class /TDAG/CPCL_NUM_RANGE_HANDLER has no exception.

Method GET_NEXT_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NEXT_NUMBER Value transfer Type reference (TYPE) NRLEVELA Drawn number 20061026
2 Importing I_NUMBER_RANGE_INTERVAL Call by reference Type reference (TYPE) NRNR Number range number 20061026

Method GET_NEXT_NUMBER on class /TDAG/CPCL_NUM_RANGE_HANDLER has no exception.

Method GET_NUMBER_RANGE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUMBER_RANGE_OBJECT Value transfer Type reference (TYPE) NROBJ Name of number range object 20061026

Method GET_NUMBER_RANGE_OBJECT on class /TDAG/CPCL_NUM_RANGE_HANDLER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 0207B0406C