SAP Reports / Programs | Cross-Application Components | Financial Services | Business Partner Enhancements for Financial Services(CA-FS-BP) SAP CA

BPREPARCH_DELETE SAP ABAP Report - Business Partner: Archiving - Deletion Program







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BPREPARCH_DELETE. "Basic submit
SUBMIT BPREPARCH_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT BPREPARCH_DELETE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT BPREPARCH_DELETE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BPREPARCH_DELETE or its description.