SAP ABAP Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE (Returns Min, Max... Values of Predefined Types)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGU (Package) User Interface for Interactive Planning Board
Properties
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE  
Short Description Returns Min, Max... Values of Predefined Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGU   User Interface for Interactive Planning Board 
Created 20050330   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no forward declaration.
Interfaces
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no interface implemented.
Friends
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 D_MAX Constant Private Type reference (TYPE) D '99991231' 20050330
2 D_MIN Constant Private Type reference (TYPE) D '00010101' 20050330
3 F_MAX Constant Private Type reference (TYPE) F '1.7976931348623157E+308' 20050330
4 F_MIN Constant Private Type reference (TYPE) F '-1.7976931348623157E+308' 20050330
5 INT1_MAX Constant Private Type reference (TYPE) INT1 255 Dummy analog B20 INT1 20050330
6 INT1_MIN Constant Private Type reference (TYPE) INT1 0 Dummy analog B20 INT1 20050330
7 INT2_MAX Constant Private Type reference (TYPE) INT2 32767 2-byte integer (signed) 20050330
8 INT2_MIN Constant Private Type reference (TYPE) INT2 -32768 2-byte integer (signed) 20050330
9 I_MAX Constant Private Type reference (TYPE) I 2147483647 20050330
10 I_MIN Constant Private Type reference (TYPE) I -2147483648 20050330
11 N1_MAX Constant Private Type reference (TYPE) N '9' N1_MAX 20050330
12 N1_MIN Constant Private Type reference (TYPE) N '0' N1_MIN 20050330
13 PL_MAX Constant Private See coding '9C' PL_MAX 20050330
14 PL_MIN Constant Private See coding '0C' PL_MIN 20050330
15 PX_MAX Constant Private See coding '99' PX_MAX 20050330
16 PX_MIN Constant Private See coding '00' PX_MIN 20050330
17 T_MAX Constant Private Type reference (TYPE) T '235959' 20050330
18 T_MIN Constant Private Type reference (TYPE) T '000000' T_MIN 20050330
19 X1_MAX Constant Private Type reference (TYPE) X 'FF' X1_MAX 20050330
20 X1_MIN Constant Private Type reference (TYPE) X '00' X1_MIN 20050330
Methods
# Method Level Visibility Method type Description Created on
1 GET_MAX_VALUE Static method Public Method Returns Maximum Values of Predefined Types 20050330
2 GET_MIN_VALUE Static method Public Method Returns Minimum Values of Predefined Types 20050330
3 GET_VALUE Static method Private Method Implementation 20050330
Events
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no event.
Types
Class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no local type.
Method Signatures

Method GET_MAX_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) ANY Datenobject des Referenztyps 20050330
2 Returning OUT Value transfer Object reference (TYPE REF TO) DATA Zeigt auf Datenobjekt mit maximalem Wert 20050330

Method GET_MAX_VALUE on class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no exception.

Method GET_MIN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) ANY Datenobject des Referenztyps 20050330
2 Returning OUT Value transfer Object reference (TYPE REF TO) DATA Zeigt auf Datenobjekt mit maximalem Wert 20050330

Method GET_MIN_VALUE on class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) ANY Datenobject des Referenztyps 20050330
2 Importing KIND Call by reference Type reference (TYPE) C X = MAX Value; I = MIN Value 20050330
3 Returning OUT Value transfer Object reference (TYPE REF TO) DATA Zeigt auf Datenobjekt mit maximalem Wert 20050330

Method GET_VALUE on class /MRSS/CL_SGU_EXCEPTIONAL_VALUE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 190