SAP DATA CLUSTER



Get Example source ABAP code based on a different SAP table
  



Data Cluster
A data cluster is a group of data objects grouped together for the purpose of storage in a memory medium that can only be accessed using ABAP statements.
The data objects are written to the memory medium by the statement EXPORT.
The data objects are extracted again by the statement IMPORT.
The statement DELETE can be used to delete any memory medium.
BEGIN_SECTION VERSION 5 OUT
The statement FREE can be used to delete the ABAP Memory.
The statement IMPORT DIRECTORY creates a list of all data objects that have previously been exported to a database table.
END_SECTION VERSION 5 OUT
The statements for data clusters are complemented by the subclasses of the abstract system class CL_ABAP_EXPIMP_UTILITIES.



Latest notes:

NON_V5_HINTS
As well as the statements described here, some obsolete accesses to data clusters also still exist.
ABAP_HINT_END