PPARBFRL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report records the document logs from backflushing in production in an archive file in the database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter PPARBFRL into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PA_TESTR = Archiving Test Run
Title: Archiving Program for Reloading the Archive Data for PP_BKFLUSH
Text Symbol: 001 = Statistics of the Reloaded Objects
Text Symbol: 004 = Table
Text Symbol: 005 = Number of
Text Symbol: 006 = Number of Objects:
Text Symbol: 008 = Description
Text Symbol: 022 = Archiving Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_MOVE * CALL FUNCTION 'ARCHIVE_OPEN_FOR_MOVE' * EXPORTING * OBJECT = K_ARCHIVE_OBJECT * TEST_MODE = PA_TESTR * IMPORTING * ARCHIVE_READ_HANDLE = P_HANDLE ** ARCHIVE_WRITE_HANDLE = * EXCEPTIONS * FILE_ALREADY_OPEN = 1 * FILE_IO_ERROR = 2 * INTERNAL_ERROR = 3 * NO_FILES_AVAILABLE = 4 * OBJECT_NOT_FOUND = 5 * OPEN_ERROR = 6 * NOT_AUTHORIZED = 7 * OTHERS = 8.
ARCHIVE_GET_CUSTOMIZING_DATA * CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' * EXPORTING * OBJECT = K_ARCHIVE_OBJECT * IMPORTING * COMMIT_COUNT_FOR_DELETE_PRG = PI_COMMIT_CNT * MAINTAIN_INDEX = PC_DB_INDEX * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPARBFRL - Archiving Program for Reloading the Archive Data for PP_BKFLUSH PPARBFRL - Archiving Program for Reloading the Archive Data for PP_BKFLUSH PPARBFRD - Archiving Program for Evaluating an Archive File for PP_BKFLUSH PPARBFRD - Archiving Program for Evaluating an Archive File for PP_BKFLUSH PPARBFIN - INCLDUE (data structure) for all PP_BKFLUSH archiving reports PPARBFFO_ALV - PPARBFFOALV