SAP ABAP Class CL_ABAP_EXCEPTIONAL_VALUES (Returns Min, Max... Values of Predefined Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_CORE (Package) Kernel-Level Objects
⤷
⤷
Properties
| Class | CL_ABAP_EXCEPTIONAL_VALUES | |
| 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 | SABP_CORE | Kernel-Level Objects |
| Created | 20001201 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_EXCEPTIONAL_VALUES has no forward declaration.
Interfaces
Class CL_ABAP_EXCEPTIONAL_VALUES has no interface implemented.
Friends
Class CL_ABAP_EXCEPTIONAL_VALUES has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020923 | |
| 2 | Static method | Public | Method | Returns Maximum Values of Predefined Types | 20001201 | |
| 3 | Static method | Public | Method | Returns Minimum Values of Predefined Types | 20001201 |
Events
Class CL_ABAP_EXCEPTIONAL_VALUES has no event.
Types
Class CL_ABAP_EXCEPTIONAL_VALUES has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ABAP_EXCEPTIONAL_VALUES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_EXCEPTIONAL_VALUES has no exception.
Method GET_MAX_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN | Call by reference | Type reference (TYPE) | ANY | Datenobject des Referenztyps | 20001201 | |||
| 2 | OUT | Value transfer | Object reference (TYPE REF TO) | DATA | Zeigt auf Datenobjekt mit maximalem Wert | 20001201 |
Method GET_MAX_VALUE on class CL_ABAP_EXCEPTIONAL_VALUES has no exception.
Method GET_MIN_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN | Call by reference | Type reference (TYPE) | ANY | Datenobject des Referenztyps | 20001201 | |||
| 2 | OUT | Value transfer | Object reference (TYPE REF TO) | DATA | Zeigt auf Datenobjekt mit minimalem Wert | 20001201 |
Method GET_MIN_VALUE on class CL_ABAP_EXCEPTIONAL_VALUES has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 610 |