BUSOBARCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To create archive files...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BUSOBARCH 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: $O027 = Bank Area
Selection Text: $O026 = To
Selection Text: $O025 = Payment card type
Selection Text: $O024 = No. Variable Trans.
Selection Text: $O023 = Business Partner
Selection Text: $O022 = Company Code
Selection Text: $O021 = Grant
Selection Text: $O020 = Funded Program
Selection Text: $O019 = FM Area
Selection Text: $O018 = Budget Period
Selection Text: $O017 = Business Partner
Selection Text: $O016 = Contract Account
Selection Text: $O015 = Prepaid Account
Selection Text: $O014 = Provider Contract
Selection Text: $O013 = Master Agreement
Selection Text: $O012 = Client
Selection Text: $O011 = Contract Number
Selection Text: $O010 = Commission Application
Selection Text: $O009 = Business Partner
Selection Text: $O008 = Role definition cat.
Selection Text: $O007 = Relationship Cat.
Selection Text: $O006 = Business Partner
Selection Text: $O005 = Standing Order No.
Selection Text: $O004 = Bank Area
Selection Text: $O028 = Plan number of the retirement
Selection Text: P_WRITST = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_SNAP = D .
Selection Text: P_PROT_O = D .
Selection Text: P_PROT = D .
Selection Text: P_DEST = D .
Selection Text: P_DELTST = D .
Selection Text: P_COMENT = D .
Selection Text: P_AR_ILM = D .
Selection Text: $O043 = RE Key
Selection Text: $O042 = RE Key
Selection Text: $O041 = Object Number
Selection Text: $O040 = RE Key
INCLUDE BUSOBARCH_TOP.
INCLUDE BUSGENC2.
INCLUDE BUSGENC1.
INCLUDE BUSARCHDELF01.
No SAP DATABASE tables are accessed within this REPORT code!
TR_GET_SAPR3_TYPE CALL FUNCTION 'TR_GET_SAPR3_TYPE' TABLES tt_cvers = gt_cvers EXCEPTIONS no_tsyst_entry = 1 OTHERS = 2.
BUS_TBZ1_SELECT_ALL CALL FUNCTION 'BUS_TBZ1_SELECT_ALL' TABLES t_tbz1 = gt_tbz1.
BDT_TBZ1F_GET CALL FUNCTION 'BDT_TBZ1F_GET' EXPORTING iv_objcn = gc_objcn_buss iv_objap = gv_objap TABLES et_tbz1f = lt_tbz1f EXCEPTIONS not_found = 1 OTHERS = 2.
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = p_prot.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_in_update_task = ' ' i_t_log_handle = lt_log_handle EXCEPTIONS OTHERS = 0.
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = gv_archive_handle object_id = object EXCEPTIONS OTHERS = 1.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-057 i_processed = gv_archived_objects i_total = lv_archive_total.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-058 i_processed = gv_archived_objects.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' "Objekt speichern EXPORTING archive_handle = gv_archive_handle IMPORTING end_of_retention = lv_eort EXCEPTIONS termination_requested = 1 data_object_not_saved = 6 OTHERS = 7.
BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner = lv_partner IMPORTING ev_partner_guid = lv_partner_guid.
CRM_STATUS_UPDATE_ON_COMMIT CALL FUNCTION 'CRM_STATUS_UPDATE_ON_COMMIT'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING I_OBJECT = gt_arch-guid I_TEXT = text-030 i_msgtype = 1.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = gt_arch-value i_text = text-030 i_msgtype = 1.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = gt_arch-value i_text = text-031 i_msgtype = 2.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = gt_not_arch-value i_text = gt_not_arch-text i_msgtype = 2 i_msgid = gt_not_arch-id i_msgno = gt_not_arch-number i_msgv1 = gt_not_arch-message_v1 i_msgv2 = gt_not_arch-message_v2 i_msgv3 = gt_not_arch-message_v3 i_msgv4 = gt_not_arch-message_v4.
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
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 BUSOBARCH or its description.
BUSOBARCH - BDT: Archiving - Archiving Program BUSOBARCH - BDT: Archiving - Archiving Program BUSISM126PA - Program for BUSISM126P Object Type : CRM Business Activity (Proxy) BUSISM126PA - Program for BUSISM126P Object Type : CRM Business Activity (Proxy) BUSGPXPR - various tests BUSGPXPR - various tests