Archiving Backflush Documents In Repetitive Manufacturing, various documents are created for all the backflushing transactions. As the size and the number of the documents can be so large due to the data structures even if you only have a small number of items, SAP also provides an
Archive Development Kit (ADK)
which you can use to archive and reorganize documents.
The data of a document log is saved in various tables. These include:
BLPK (document log header record)
BLPP (document log item)
MKPF (document header - material document)
MSEG (document segment - material)
AFRU (backflush list)
PZPE (single-lines - reporting point update)
AFFW (postprocessing individual record)
AFWIS (postprocessed individual postprocessing record)
The archiving functions for the backflushing documents are included in the Repetitive Manufacturing functions.
The archiving program records the data of an object to be archived in an archive file.
The archiving program cannot delete data in the database for data security reasons. You have to access the delete function separately.
A separate archiving object,
PP_BKFLUSH,
exists for the individual archiving functions.
After archiving backflush documents, it is recommended that you also archive the product cost collector documents.
To do this, the archiving project
CO_ORDER
is available.