SAP Reports / Programs

RFKKBU10 SAP ABAP Report - Accts Detailed Listing from Open Item Account Accumulated Audit Trail







RFKKBU10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFKKBU10 is the print program for the cumulative open item account 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 RFKKBU10 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 RFKKBU10. "Basic submit
SUBMIT RFKKBU10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBU10 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: ARC_MSG2 = D .
Selection Text: ARC_MSG1 = D .
Selection Text: ARC = D .
Selection Text: UMSATZKZ = Special G/L indicator
Selection Text: STAT_BEL = Statistical documents
Selection Text: SKONTO = G/L account
Selection Text: OLD_CURR = Former local currency
Selection Text: LISTSEP = Separate list
Selection Text: KONTOART = Account type
Selection Text: KKONTO = Vendor account
Selection Text: DKONTO = Customer account
Selection Text: B_MONATE = Reporting periods
Selection Text: B_JAHR = Reporting year
Selection Text: ALTACC = Alternative account number
Selection Text: AKONTO = Reconciliation account
Title: Accts Detailed Listing from Open Item Account Accumulated Audit Trail
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 = S e l e c t i o n s t a t i s t i c s
Text Symbol: 700 = Balance Not Equal to 0 in Clearing Transactions
Text Symbol: 628 = From M1.JJ to M2.JJ
Text Symbol: 201 = Configure
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


INCLUDES used within this REPORT RFKKBU10

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:

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.

GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = kokp-bukrs date = kokp-augdt IMPORTING curry = l_augly currm = l_auglm.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = ibukrs i_user = sy-uname i_program = 'SAPDBKKF' i_from_date = ibudat 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 = gt_sorttab i_save = gc_save is_variant = gs_variant TABLES t_outtab = it_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

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.

REUSE_ALV_EVENTS_GET 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_SKA1 CALL FUNCTION 'READ_SKA1' EXPORTING xktopl = t001-ktopl xsaknr = ls_outtab-mitkto IMPORTING xska1 = ska1 xskat = skat EXCEPTIONS OTHERS = 0.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = gs_header-bukrs saknr = gs_header-hkont xmass = 'X' xtext = 'X' IMPORTING altkt = skb1-altkt ltext = skat-txt50 EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = t_variant EXCEPTIONS OTHERS = 4.



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