SAP NEWS-772-TRANSFORMATIONS



Get Example source ABAP code based on a different SAP table
  



Transformations for ABAP Release 7.72
ITOC

ABAP_MODIFICATION_NN Resumable Exceptions in Deserializations with ST

The new transformation option OPTIONS exceptions = 'resumable' can be used to make exceptions of the class CX_ST_DESERIALIZATION_ERROR into resumable exceptions. In handling with CATCH BEFORE UNWIND, the new attribute RESULT_REF_FOR_RESUME of the exception object of the class CX_ST_DESERIALIZATION_ERROR points to the target field where the exception was raised. The canceled transformation can be resumed using RESUME.