Data archiving is used to extract data from the database, write it to archive files and delete the data from the database tables.
Data archiving is needed for data volume management. Usually, you want to remove data from the database which is not needed for your daily business anymore, but needs to be retained.
Steps to implement a data archiving solution
For data archiving in ABAP Cloud the Archive Development Kit ( ADK) provides released APIs or interfaces for all of these steps, which can be used in your implementation to archive content of your own tables.