PPA3BFFO is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PPA3BFFO 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.
INCLUDE PPA3BFIN.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = P_HANDLE EXCEPTIONS INTERNAL_ERROR = 1 WRONG_ACCESS_TO_ARCHIVE = 2 OTHERS = 3.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING ARCHIVE_HANDLE = P_P_HANDLE IMPORTING OBJECT_ID = P_S_OBJECT_ID OBJECT_OFFSET = P_I_OFFSET ARCHIVE_NAME = P_S_ARKEY EXCEPTIONS END_OF_FILE = 1 FILE_IO_ERROR = 2 INTERNAL_ERROR = 3 OPEN_ERROR = 4 WRONG_ACCESS_TO_ARCHIVE = 5 OTHERS = 6.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING ARCHIVE_HANDLE = P_P_HANDLE GET_REAL_STRUCTURE_NAME = 'X' AUTOMATIC_CONVERSION = 'X' IMPORTING RECORD = ARC_BUFFER-SEGMENT * record_cursor = RECORD_FLAGS = ARC_BUFFER-FLAGS RECORD_STRUCTURE = ARC_BUFFER-RNAME * record_length = EXCEPTIONS END_OF_OBJECT = 1 INTERNAL_ERROR = 2 WRONG_ACCESS_TO_ARCHIVE = 3 OTHERS = 4.
ARCHIVE_ADMIN_SAVE_INDEX CALL FUNCTION 'ARCHIVE_ADMIN_SAVE_INDEX' EXPORTING OBJECT = K_ARCHIVE_OBJECT OBJECT_ID = P_S_OBJECT_ID ARCHIVEKEY = P_S_ARKEY OBJECT_OFFSET = P_I_OFFSET EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' I_CALLBACK_PROGRAM = G_REPID I_STRUCTURE_NAME = 'ARC_INFO_BF' IT_EVENTS = GT_EVENTS[] TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * I_LOGO = 'ENJOYSAP_LOGO' IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = rt_events.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPA3BFFO - Include LVHURMF10 PPA3BFDL - Archiving Program for Deleting Document Logs for PP_BKFLUSH PPA3BFDL - Archiving Program for Deleting Document Logs for PP_BKFLUSH PPA3BFAR - Archiving Program for Creating Archive Files for PP BACKFLUSH PPA3BFAR - Archiving Program for Creating Archive Files for PP BACKFLUSH PP01BUFFER - documentation and ABAP source code