SAP CL_ABAP_EXCEPTIONAL_VALUES OO Class - Returns Min, Max... Values of Predefined Types









CL_ABAP_EXCEPTIONAL_VALUES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_EXCEPTIONAL_VALUES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_ABAP_EXCEPTIONAL_VALUES SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_abap_exceptional_values=>CLASS_CONSTRUCTOR...more details

GET_MAX_VALUEReturns Maximum Values of Predefined TypesPublic
CALL METHOD cl_abap_exceptional_values=>GET_MAX_VALUE...more details

GET_MIN_VALUEReturns Minimum Values of Predefined TypesPublic
CALL METHOD cl_abap_exceptional_values=>GET_MIN_VALUE...more details



CL_ABAP_EXCEPTIONAL_VALUES attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_TYPEKIND_CHARInstance AttributeLIKE
Private
CO_TYPEKIND_DATEInstance AttributeLIKE
Private
CO_TYPEKIND_DECFLOAT16Instance AttributeLIKE
Private
CO_TYPEKIND_DECFLOAT34Instance AttributeLIKE
Private
CO_TYPEKIND_FLOATInstance AttributeLIKE
Private
CO_TYPEKIND_HEXInstance AttributeLIKE
Private
CO_TYPEKIND_INTInstance AttributeLIKE
Private
CO_TYPEKIND_INT1Instance AttributeLIKE
Private
CO_TYPEKIND_INT2Instance AttributeLIKE
Private
CO_TYPEKIND_INT8Instance AttributeLIKE
Private
CO_TYPEKIND_NUMInstance AttributeLIKE
Private
CO_TYPEKIND_PACKEDInstance AttributeLIKE
Private
CO_TYPEKIND_STRINGInstance AttributeLIKE
Private
CO_TYPEKIND_TIMEInstance AttributeLIKE
Private
CO_TYPEKIND_UTCLInstance AttributeLIKE
Private
CO_TYPEKIND_XSTRINGInstance AttributeLIKE
Private
DECF16_MAX_REFInstance AttributeLIKE
Private
DECF16_MIN_REFInstance AttributeLIKE
Private
DECF34_MAX_REFInstance AttributeLIKE
Private
DECF34_MIN_REFInstance AttributeLIKE
Private
DECFLOAT16_MAXInstance AttributeLIKE
Private
DECFLOAT16_MINInstance AttributeLIKE
Private
DECFLOAT34_MAXInstance AttributeLIKE
Private
DECFLOAT34_MINInstance AttributeLIKE
Private
D_MAXInstance AttributeLIKE
Private
D_MAX_REFInstance AttributeLIKE
Private
D_MINInstance AttributeLIKE
Private
D_MIN_REFInstance AttributeLIKE
Private
F_MAXInstance AttributeLIKE
Private
F_MAX_REFInstance AttributeLIKE
Private
F_MINInstance AttributeLIKE
Private
F_MIN_REFInstance AttributeLIKE
Private
INT1_MAXConstantDummy analog B20 INT1255LIKE
INT1
Private
INT1_MAX_REFInstance AttributeLIKE
Private
INT1_MINConstantDummy analog B20 INT10LIKE
INT1
Private
INT1_MIN_REFInstance AttributeLIKE
Private
INT2_MAXConstant2 byte integer (signed)32767LIKE
INT2
Private
INT2_MAX_REFInstance AttributeLIKE
Private
INT2_MINConstant2 byte integer (signed)-32768LIKE
INT2
Private
INT2_MIN_REFInstance AttributeLIKE
Private
INT8_MAXInstance AttributeLIKE
Private
INT8_MAX_REFInstance AttributeLIKE
Private
INT8_MINInstance AttributeLIKE
Private
INT8_MIN_REFInstance AttributeLIKE
Private
I_MAXInstance AttributeLIKE
Private
I_MAX_REFInstance AttributeLIKE
Private
I_MINInstance AttributeLIKE
Private
I_MIN_REFInstance AttributeLIKE
Private
N1_MAXConstantN1_MAX'9'LIKE
N
Private
N1_MINConstantN1_MIN'0'LIKE
N
Private
PL_MAXConstantPL_MAX'9C'LIKE
Private
PL_MINConstantPL_MIN'9D'LIKE
Private
PX_MAXConstantPX_MAX'99'LIKE
Private
T_MAXInstance AttributeLIKE
Private
T_MAX_REFInstance AttributeLIKE
Private
T_MINConstantT_MIN'000000'LIKE
T
Private
T_MIN_REFInstance AttributeLIKE
Private
UTCL_MAXInstance AttributeLIKE
Private
UTCL_MAX_REFInstance AttributeLIKE
Private
UTCL_MINInstance AttributeLIKE
Private
UTCL_MIN_REFInstance AttributeLIKE
Private
X1_MAXConstantX1_MAX'FF'LIKE
X
Private
X1_MINConstantX1_MIN'00'LIKE
X
Private


Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!