SAP NEWS-640-DATACLUSTER



Get Example source ABAP code based on a different SAP table
  



Data Clusters in ABAP Release 6.40
ITOC

ABAP_MODIFICATION_NN New System Class CL_ABAP_EXPIMP_CONV

The methods of the class CL_ABAP_EXPIMP_CONV convert the release-dependent internal format of data clusters.



Latest notes:

This change was also transported back to ABAP_RELEASE 6.20.
ABAP_HINT_END

ABAP_MODIFICATION_NN Conversion Additions in IMPORT

The conversion additions ACCEPTING PADDING, ACCEPTING TRUNCATION, and IGNORING STRUCTURE BOUNDARIES are now also possible in IMPORT FROM SHARED BUFFER.

ABAP_MODIFICATION_NN Stricter Structure Check in IMPORT

The rule that structures and substructures (in the addition ACCEPTING PADDING) in a target structure in the statement IMPORT can have more components than the source structure can lead to problems in references to the structures defined in ABAP Dictionary, if the structure is indicated there as extensible. From ABAP_RELEASE 6.40, this situation can therefore produce a warning from the extended program check.