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.53 →
Further Changes in ABAP Release 7.53
ABAP for Cloud Development
In ABAP release 7.53, a new ABAP version
ABAP for Cloud Development was introduced. The internal version
ID in the column UCCHECK of the system table TRDIR is 5.
Obsolete ABAP Language Versions
are now obsolete and should no longer be used.
New Methods for Handling Code Pages
The methods CONVERT of the interfaces IF_ABAP_CONV_OUT
and IF_ABAP_CONV_IN
are more robust than the methods CONVERT_TO and CONVERT_FROM of the class CL_ABAP_CODEPAGE and have replaced them.
Error Message After SUBMIT VIA JOB
The method GET_ERROR_MESSAGE
of the class CL_ABAP_SUBMIT_HANDLING
can now be used to read the last error message in cases where it was not possible to schedule a background
task using SUBMIT VIA JOB.