ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.53
Further Changes in Release 7.53
1. ABAP for SAP Cloud Platform
2. Obsolete ABAP language versions
3. New methods for handling code pages
4. Error message after SUBMIT VIA JOB
Other versions:
7.31 | 7.40 | 7.54
Modification 1
ABAP for SAP Cloud Platform
In Release 7.53, a new ABAP version
ABAP for
SAP Cloud Platform was introduced. The internal version ID in the column UCCHECK of the system table TRDIR is "5".
Modification 2
Obsolete ABAP Language Versions
are now obsolete and should no longer be used.
Modification 3
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.
Modification 4
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
.