Get Example source ABAP code based on a different SAP table
Further Changes in ABAP Release 6.40 ITOC
ABAP_MODIFICATION_NN VALUE> Addition for All DATA> Statements>
The addition VALUE> can now be used in all variants of the statement DATA>> and in all related statements, like CONSTANTS>>. Previously, the addition could not be used when creating bound table types. It is now also possible to create constants with bound table types.
ABAP_MODIFICATION_NN LEAVE TO CURRENT TRANSACTION>>
If the new addition CURRENT TRANSACTION> is specified after LEAVE TO TRANSACTION,>> the current transaction> is called using the transaction code used to call CALL TRANSACTION> or LEAVE TO TRANSACTION>. Except in the case of a parameter transaction> or variant transactions>, this is the same transaction code as in the sy-tcode> system field. For parameter or variant transactions it is their transaction code, while sy-tcode> contains the name of the implicitly called dialog transaction>. The transaction code for the current transaction can also be obtained using the new static method GET_CURRENT_TRANSACTION> of class CL_DYNPRO>.
Latest notes: This change was also transported back to ABAP_RELEASE 6.20. ABAP_HINT_END
ABAP_MODIFICATION_NN INTO> Addition for the CLEANUP> Statement>
The new addition INTO> of the statement CLEANUP>> is used to make a reference to the exception object in the specified reference variable.
Latest notes: This change was also transported back to ABAP_RELEASE 6.20. ABAP_HINT_END