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
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_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
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 = 'ARCH' * 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 - Business Partner: Archiving - Archiving Program BPREPARCH - Business Partner: Archiving - Archiving Program BPREP0I3 - Include BPREP0I3 BPREP0I2 - Top Include for Evaluation Program bprep002 BPREP0I1 - Global Data for Report BPREP001 BPREP006 - Program for Object Category BPAR: Business Partner