AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.58 →
System Classes in ABAP Release 7.58
System Classes for Numbers
Two new system classes for numeric calculations are available:
New Class CL_ABAP_DIFF
The new class CL_ABAP_DIFF compares the content of internal tables and returns information about any differences found.
New Methods in CL_ABAP_TSTMP
The new methods MOVE_TRUNC, MOVE_TO_SHORT_TRUNC,
ADD_TO_SHORT_TRUNC
and SUBTRACTSECS_TO_SHORT_TRUNC
of system class CL_ABAP_TSTMP
round the fractional seconds of long time stamps down while the existing methods MOVE, MOVE_TO_SHORT, ADD_TO_SHORT and SUBTRACTSECS_TO_SHORT
round commercially. Since the latter might be unexpected, the new methods can be used now in order to preserve the integer part of a long time stamp.
New Method in CL_ABAP_BEHV_AUX
Using the new method GET_CURRENT_PHASE, you get information about the current RAP transactional phase.