SAP Reports / Programs

RFBKASOA SAP ABAP Report - BCA, Archiving Standing Orders: Archiving Program







RFBKASOA 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 RFBKASOA 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 RFBKASOA. "Basic submit
SUBMIT RFBKASOA AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKASOA 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: S_BKKRS = Bank Area
Selection Text: P_XTEST = Test run
Selection Text: P_XDET = Detail log
Title: BCA, Archiving Standing Orders: Archiving Program
Text Symbol: 102 = Parameter & (Text Missing)
Text Symbol: 101 = Value Not Specified
Text Symbol: 100 = Selections for This Program Run
Text Symbol: 046 = No Deletion Flag
Text Symbol: 045 = Not Released
Text Symbol: 044 = Not on Bank Statem.
Text Symbol: 043 = On CpD(Susp)Account
Text Symbol: 042 = Not in Period
Text Symbol: 041 = Can be archived
Text Symbol: 040 = Archived
Text Symbol: 030 = version. Continue anyway? "
Text Symbol: 029 = Archiving should be with identical "
Text Symbol: 028 = Archiving quantity selection
Text Symbol: 027 = Number of Selected Standing Order Objects/Those Archived :
Text Symbol: 026 = Number of Selected Standing Order Objects/Those Archived :
Text Symbol: 024 = Number of Payment Notes Records for Archiving :
Text Symbol: 023 = Number of Standing Order Records for Archiving :
Text Symbol: 021 = Number of Payment Notes Records for Archiving/Archived :
Text Symbol: 020 = Number of Standing Order Records for Archiving/Those Archived:
Text Symbol: 019 = End Time :
Text Symbol: 018 = End Date :
Text Symbol: 017 = Start Time :
Text Symbol: 016 = Start Date :
Text Symbol: 015 = Archiving Program Started by User :
Text Symbol: 014 = Edited/Created Archiving Run :
Text Symbol: 010 = Output Control
Text Symbol: 009 = General Selections
Text Symbol: 006 = Page:
Text Symbol: 005 = Run Statistics
Text Symbol: 004 = <<< Test Run >>>
Text Symbol: 003 = <>>
Text Symbol: 002 = Standing Order Archiving Program: Overview Log
Text Symbol: 001 = Standing Order Archiving Program: Detail Log


INCLUDES used within this REPORT RFBKASOA

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:

BKK_ARCH_ACCESS_CHECK_SARA CALL FUNCTION 'BKK_ARCH_ACCESS_CHECK_SARA'.

ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING call_delete_job_in_test_mode = p_xtest create_archive_file = g_xcreate object = g_con_archobject * COMMENTS = ' ' * DO_NOT_DELETE_DATA = ' ' IMPORTING archive_handle = g_handle EXCEPTIONS internal_error = 1 object_not_found = 2 open_error = 3 not_authorized = 4 OTHERS = 5.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = g_handle.

BKK_ARCH_SCR_OUTPUT_STATISTIC CALL FUNCTION 'BKK_ARCH_SCR_OUTPUT_STATISTIC' EXPORTING * I_ARCHACTV = G_CON_ARCHACT_ARCHIVE i_tab_statistic = g_tab_stat[] i_cnt_objects_read = g_cnt_read i_xdinit_read = 'X' i_cnt_objects_valid = g_cnt_val i_xdinit_valid = 'X' i_cnt_objects_archived = g_cnt_arch.

BKK_ACCNT_GET_PRODUCT CALL FUNCTION 'BKK_ACCNT_GET_PRODUCT' EXPORTING i_bkkrs = l_s_stord-bkkrs i_acnum_int = l_s_stord-acnum_int * I_MESSAGE = 'X' IMPORTING e_prodint = l_prodint.

BKK_ARCH_GET_CUTOFF_DATE CALL FUNCTION 'BKK_ARCH_GET_CUTOFF_DATE' EXPORTING i_bkkrs = l_s_stord-bkkrs i_prodint = l_prodint i_arch_object = g_con_archobject i_basedate = g_archrun_date IMPORTING e_cutoff_date = l_cutoffdate.

BKK_ACCNT_INIT_TABLE CALL FUNCTION 'BKK_ACCNT_INIT_TABLE'.

BKK_ACCNT_GET_BKK42 CALL FUNCTION 'BKK_ACCNT_GET_BKK42' TABLES t_bkk42 = l_tab_bkk42[] EXCEPTIONS not_found = 1.

BKK_ARCH_ARCHIVE_OBJECT CALL FUNCTION 'BKK_ARCH_ARCHIVE_OBJECT' EXPORTING i_archobject = g_con_archobject i_handle = u_handle i_objectid = l_objectid i_tab_records = l_tab_records[] i_xtest = u_xtest IMPORTING e_xarchived = l_xarch CHANGING c_tab_statistic = c_tab_stat[] EXCEPTIONS termination_requested = 1.



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 RFBKASOA or its description.