BPREPARCH_DELETE is a standard Executable ABAP Report 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 BPREPARCH_DELETE 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: PAR_TEST = Test Run
Selection Text: PAR_RUN = Update Run
Selection Text: PAR_PROT = Display Log
Selection Text: PAR_PRDT = Show Log Details
Title: Business Partner: Archiving - Deletion Program
Text Symbol: B03 = Program Control
Text Symbol: B02 = Further Selections
Text Symbol: B01 = General Selections
Text Symbol: 062 = Processed/Created Archiving Session:
Text Symbol: 056 = Dependencies:
Text Symbol: 055 = Due to
Text Symbol: 054 = Reasons data not archived (several reasons possible)
Text Symbol: 053 = non-archivable:
Text Symbol: 052 = copiable and non-deletable:
Text Symbol: 051 = No. of which archivable and deletable:
Text Symbol: 050 = Number of objects read
Text Symbol: 049 = Archiving Session Statistics
Text Symbol: 026 = Update
Text Symbol: 025 = Run Started by:
Text Symbol: 015 = Stop Time
Text Symbol: 014 = Stop Date
Text Symbol: 013 = StartTime
Text Symbol: 012 = Start Date
Text Symbol: 009 = Detailed Log
Text Symbol: 008 = Reasn
Text Symbol: 007 = Object ID
Text Symbol: 006 = The following data will not be archived
Text Symbol: 005 = You have not selected any data records for archiving
Text Symbol: 004 = will be/were archived
Text Symbol: 003 = Data recs
Text Symbol: 002 = Company
Text Symbol: 001 = Test Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BPAR_0010_IMPORT_DATA CALL FUNCTION 'BPAR_0010_IMPORT_DATA' EXPORTING i_test = par_test i_run = par_run.
FTBP_ARCH_FLAG_SET * CALL FUNCTION 'FTBP_ARCH_FLAG_SET' * EXPORTING * i_zgp = ''.
FTBU_CONVERT_MAIN CALL FUNCTION 'FTBU_CONVERT_MAIN' EXPORTING i_test = par_test * I_CHECK = i_run = par_run * I_PROTOKOLL_NAME = i_protokoll_show = par_prot * I_PROTOKOLL_DETAIL = par_prdt i_projekt = '0010' i_tabname = 'DELE' * I_CON_PACK = '00100' EXCEPTIONS ztpkt = 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.
BPREPARCH_DELETE - Business Partner: Archiving - Deletion Program BPREPARCH_DELETE - Business Partner: Archiving - Deletion Program BPREPARCH - Business Partner: Archiving - Archiving Program BPREPARCH - Business Partner: Archiving - Archiving Program BPREP0I3 - Include BPREP0I3 BPREP0I2 - Top Include for Evaluation Program bprep002