Get Example source ABAP code based on a different SAP table
Further Changes in ABAP Release 7.40, SP08 ITOC
ABAP_MODIFICATION_NN Constants for Maximum Lengths of Elementary Data Types>
From ABAP_RELEASE 7.40, SP08, the system class CL_ABAP_ELEMDESCR>> contains the constants TYPE_P_MAX_LENGTH >, TYPE_P_MAX_DECIMALS>, TYPE_C_MAX_LENGTH>, TYPE_N_MAX_LENGTH>, and TYPE_X_MAX_LENGTH> for the maximum lengths and decimal places of the generic elementary data types p>>, c>>, n>>, and x>>.
ABAP_MODIFICATION_NN Time Resolution in WAIT UP TO>>
In ABAP_RELEASE 7.40, SP08, the operand type of the operand sec> of the statement WAIT UP TO>> was changed from i> to f> and the time resolution changed from seconds to milliseconds. There is no longer any difference here from the variants WAIT FOR ASYNCHRONOUS TASKS>> and WAIT FOR MESSAGING CHANNELS>> .
ABAP_MODIFICATION_NN Reference Documentation for ABAP Dictionary >
Reference documentation for the most important ABAP Dictionary objects in the programming language is now available under the ABAP Dictionary> node in the ABAP keyword documentation.