SAP CL ABAP EXPIMP

Get Example source ABAP code based on a different SAP table
  


ARTICLE
• CL_ABAP_EXPIMP_UTILITIES ABAP_CLASS

System Class for Data Clusters
As well as the statements IMPORT and DELETE you can, if necessary, use the methods of the class CL_ABAP_EXPIMP_UTILITIES. These enhance the functionality of the statements for data clusters.
They allow data clusters to be accessed in the individual storage media, of which only parts of the identifier id or of the area ar are specified, by determining the complete key.
You can delete data clusters generically using partly specified keys.
The release-dependent internal format of data clusters can be converted.

Note
In application programs in multitenancy systems, the parameter CLIENT of the methods of the classes for accessing data clusters in database tables or in the shared memory in application programs of application clients cannot be given a value. These programs can only work with data from the current client.