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

BPREPARCH SAP ABAP Report - Business Partner: Archiving - Archiving Program







BPREPARCH 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 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. "Basic submit
SUBMIT BPREPARCH AND RETURN. "Return to original report after report execution complete
SUBMIT BPREPARCH 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_PROT = Display Log
Selection Text: PAR_RUN = Update Run
Selection Text: PAR_TEST = Test Run
Selection Text: P_JURIS = Legal Persons
Selection Text: P_NATUR = Natural Persons
Selection Text: P_STAFF = Employee Indicator
Selection Text: SO_ADRRF = Address Category
Selection Text: SO_CUSTM = Customer Number
Selection Text: SO_GROUP = Business Partner Grouping
Selection Text: SO_LAND1 = Country Key
Selection Text: SO_NAME1 = Name 1
Selection Text: SO_NAME2 = Name 2
Selection Text: SO_ORT01 = City
Selection Text: SO_ORT02 = District
Selection Text: SO_PARTN = Partner
Selection Text: SO_PERSN = Personnel Number
Selection Text: SO_PSTBZ = Post Delivery District
Selection Text: SO_PSTLZ = Postal Code
Selection Text: SO_RLTYP = Role Category
Selection Text: SO_STRAS = House Number and Street
Selection Text: SO_XUBNM = User Name
Title: Business Partner: Archiving - Archiving Program
Text Symbol: P04 = General Settings
Text Symbol: P03 = Other Settings
Text Symbol: P02 = AddressData
Text Symbol: P01 = Partner Data
Text Symbol: B03 = Program Control
Text Symbol: 001 = Test Run
Text Symbol: 002 = Data recs
Text Symbol: 003 = Data recs
Text Symbol: 004 = will be/were archived
Text Symbol: 005 = You have not selected any data records for archiving
Text Symbol: 006 = The following data will not be archived
Text Symbol: 007 = Object ID
Text Symbol: 008 = Reasn
Text Symbol: 009 = Detailed Log
Text Symbol: 012 = Start Date
Text Symbol: 013 = StartTime





Text Symbol: 014 = Stop Date
Text Symbol: 015 = Stop Time
Text Symbol: 025 = Run Started By:
Text Symbol: 026 = Update
Text Symbol: 049 = Archiving Session Statistics
Text Symbol: 050 = Number of objects read
Text Symbol: 051 = No. of which archivable and deletable:
Text Symbol: 052 = copiable and non-deletable:
Text Symbol: 053 = non-archivable:
Text Symbol: 054 = Reasons data not archived (several reasons possible)
Text Symbol: 055 = Due to
Text Symbol: 056 = Dependencies:
Text Symbol: 062 = Processed/Created Archiving Session:
Text Symbol: B01 = General Selections
Text Symbol: B02 = Further Selections


INCLUDES used within this REPORT BPREPARCH

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 = 'ARCH' * 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 or its description.