SAP CL ABAP EXPIMP



Get Example source ABAP code based on a different SAP table
  


• CL_ABAP_EXPIMP_UTILITIES ABAP_CLASS

System Class for Data Clusters
In addition to the statements IMPORT and DELETE, it is possible, if necessary, to use the methods of the class CL_ABAP_EXPIMP_UTILITIES. These enhance the functions 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.
Data clusters can be deleted generically using partly specified keys.
The release-dependent internal format of data clusters can be converted.
Data objects stored using DATA BUFFER can be created dynamically when read.



Latest notes:

In application programs, 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 should not be filled. These programs should only work with data from the current client.
ABAP_HINT_END



Example ABAP Coding

The program DEMO_IMPORT_CREATE_DATA demonstrates how target objects can be created dynamically and filled using the method DBUF_IMPORT_CREATE_DATA of the class CL_ABAP_EXPIMP_UTILITIES.
ABAP_EXAMPLE_END