SAP NEWS-750-ABAP VERSIONS



Get Example source ABAP code based on a different SAP table
  



ABAP Versions in ABAP Release 7.50
ITOC

ABAP_MODIFICATION_NN Expanded Version ID

Before ABAP_RELEASE 7.50 there were only two language versions of ABAP: ABAP_STANDARD and the obsolete ABAP_NON_UNICODE . The language versions were distinguished using an ID defined internally for each program in the column UCCHECK of the system table TRDIR. This ID was initial for ABAP_NON_UNICODE and X for ABAP_STANDARD .
From ABAP_RELEASE 7.50, the meaning of the column UCCHECK in the database table TRDIR has been expanded to cover a general version ID. This new ID can have values for further ABAP versions other than the initial value and the value X. From ABAP_RELEASE 7.50, the value 2 can be specified for ABAP for Key Users.
These changes must be respected in all places where the column UCCHECK in the database table TRDIR is accessed implicitly or explicitly. This column is evaluated by the ABAP statements INSERT REPORT and SYNTAX-CHECK. For this reason, the addition UNICODE ENABLING of the statement INSERT REPORT has been replaced by the universal addition VERSION and is now obsolete.

ABAP_MODIFICATION_NN Restricted ABAP for Key Users

In ABAP_RELEASE 7.50, a new ABAP version for ABAP for Key Users was introduced. This version is designed for enhancements in delivered enhancement points made by Key Users. The internal version ID in the column UCCHECK of the system table TRDIR is 2.