RFKLBU10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFKLBU10 is the print report for the accumulated classical balance audit trail...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 RFKLBU10 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: KONTOART = D .
Selection Text: ARC_MSG2 = D .
Selection Text: ARC_MSG1 = D .
Selection Text: AKONTO = D .
Selection Text: SKONTO = G/L account
Selection Text: POSTEN = G/L account without items
Selection Text: OLD_CURR = Former local currency
Selection Text: NOACC = Print acct without items
Selection Text: LISTSEP = Separate list
Selection Text: KKONTO = Vendor account
Selection Text: GESBER = Business area
Selection Text: DKONTO = Customer Account
Selection Text: B_MONATE = Reporting Periods
Selection Text: B_JAHR = Reporting Year
Selection Text: ALTACC = Alternative Account Number
Title: Account Details from Historical Accumulated Balance Audit Trail
Text Symbol: 728 = Selected vendor reconciliation accounts:
Text Symbol: 727 = Selected customer reconcilation accts:
Text Symbol: 726 = Selected G/L account items:
Text Symbol: 725 = Selected vendor items:
Text Symbol: 724 = Selected customer items:
Text Symbol: 723 = Selected G/L acct master records:
Text Symbol: 722 = Selected vendor master records:
Text Symbol: 721 = Selected customer master records:
Text Symbol: 720 = Error in reading table T001 for company code:
Text Symbol: 628 = From M1.JJ to M2.JJ
Text Symbol: 201 = Configure
Text Symbol: 105 = Month Bal.
Text Symbol: 104 = Carryfwd
Text Symbol: 103 = Optical archiving
Text Symbol: 102 = Invalid archive specifications
Text Symbol: 101 = List separation not recommended for optical archiving
Text Symbol: 003 = G/L Account Layout
Text Symbol: 002 = Vendor Layout
Text Symbol: 001 = Customer Layout
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = b_jahr.
BUILD_DEFAULT_PERIOD CALL FUNCTION 'BUILD_DEFAULT_PERIOD' TABLES xmonat = b_monate.
BUILD_DEFAULT_PERIOD CALL FUNCTION 'BUILD_DEFAULT_PERIOD' TABLES xmonat = b_monate.
BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = b_jahr.
GET_ARCHIVE_PARAMETERS CALL FUNCTION 'GET_ARCHIVE_PARAMETERS' EXPORTING in_parameters = arc_save printer = ' ' IMPORTING out_parameters = arc_mem valid = arc_valid EXCEPTIONS OTHERS = 0.
FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = ibukrs i_user = sy-uname i_program = 'SAPDBKLF' i_from_year = igjahr IMPORTING e_return = ld_return EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.
READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = bukrs saknr = konto spras = sy-langu xmass = 'X' xskan = 'X' xtext = ' ' IMPORTING * altkt = skb1-altkt * altkt_not_found = skb1-xkres altkt_sakan = ergebnis EXCEPTIONS OTHERS = 0.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = gc_save IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
INITIALIZE_STRUCTURE CALL FUNCTION 'INITIALIZE_STRUCTURE' EXPORTING i_n_fill = 0 i_i_fill = 0 CHANGING c_workarea =
. "ls_outtab.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid i_bypassing_buffer = 'X' is_layout = ls_layout it_fieldcat = lt_fcat it_sort = lt_sort i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_d.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid i_bypassing_buffer = 'X' is_layout = ls_layout it_fieldcat = lt_fcat it_sort = lt_sort i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_k.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid i_bypassing_buffer = 'X' is_layout = ls_layout it_fieldcat = lt_fcat it_sort = lt_sort i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_s.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = iv_repid i_internal_tabname = i_internal_tabname i_structure_name = i_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid * i_structure_name = gc_strname_list * I_CALLBACK_USER_COMMAND = 'HANDLE_USER_COMMAND' i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_layout = ls_layout it_fieldcat = gt_fieldcat it_events = lt_eventtab it_sort = gt_sorttab is_print = ls_print i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_d.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid * i_structure_name = gc_strname_list i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_layout = ls_layout it_fieldcat = gt_fieldcat it_events = lt_eventtab it_sort = gt_sorttab is_print = ls_print i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_k.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid * i_structure_name = gc_strname_list i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_layout = ls_layout it_fieldcat = gt_fieldcat it_events = lt_eventtab it_sort = gt_sorttab is_print = ls_print i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_header_s.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid * i_structure_name = gc_strname_list i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_layout = ls_layout it_fieldcat = gt_fieldcat it_events = lt_eventtab it_sort = gt_sorttab is_print = ls_print i_save = gc_save is_variant = gs_variant TABLES t_outtab = gt_statistics.
CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.
READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = gs_header_s-bukrs saknr = gs_header_s-konto xmass = 'X' xtext = 'X' IMPORTING * altkt = skb1-altkt ltext = ls_skat-txt50 EXCEPTIONS OTHERS = 0.
READ_SKA1 CALL FUNCTION 'READ_SKA1' EXPORTING xktopl = t001-ktopl xsaknr = gs_header_s-konto IMPORTING xskat = ls_skat EXCEPTIONS OTHERS = 04.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = t_variant EXCEPTIONS OTHERS = 4.
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 RFKLBU10 or its description.
RFKLBU10 - Account Details from Historical Accumulated Balance Audit Trail RFKLBU10 - Account Details from Historical Accumulated Balance Audit Trail RFKLAK00 - Historical Balance Audit Trail by Alternative Account Number RFKLAK00 - Historical Balance Audit Trail by Alternative Account Number RFKL2K_T01 - RFKL2KT01 RFKL2K_M01 - RFKL2KM01