ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.5x →  News for ABAP Release 7.53 → 
Mail Feedback

Further Changes in ABAP Release 7.53


1. ABAP for Cloud Development

2. Obsolete ABAP Language Versions

3. New Methods for Handling Code Pages

4. Error Message After SUBMIT VIA JOB



Modification 1  

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.



Modification 2  

Obsolete ABAP Language Versions

The 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.