ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 6.xx → Changes in Release 6.40
Data Clusters in Release 6.40
1. New system class CL_ABAP_EXPIMP_CONV
2. Conversion additions in IMPORT
3. Stricter structure check in IMPORT
Other versions: 7.31 | 7.40 | 7.54
Modification 1
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.
Note
This change was also transported back to Release 6.20.
Modification 2
Conversion Additions in IMPORT
The conversion additions ACCEPTING
PADDING, ACCEPTING TRUNCATION
, and IGNORING STRUCTURE
BOUNDARIES are now also possible in IMPORT FROM SHARED BUFFER
.
Modification 3
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 Release 6.40, this situation can therefore produce a warning from the extended program check.