Get Example source ABAP code based on a different SAP table
Further Changes in ABAP Release 7.53 ITOC
ABAP_MODIFICATION_NN ABAP_FOR_CLOUD >
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>.
ABAP_MODIFICATION_NN Obsolete ABAP Language Versions>
The ABAP language versions>
static ABAP with restricted object use >
standard ABAP with restricted object use> are now obsolete> and should no longer be used.
ABAP_MODIFICATION_NN 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.
ABAP_MODIFICATION_NN 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>>.