SAP Reports / Programs

RFKKBIXBIT4_ARCHIVE_ANALYSE SAP ABAP Report - Archiving Analysis for Billed Items







RFKKBIXBIT4_ARCHIVE_ANALYSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report carries out the first step in archiving billable items...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 RFKKBIXBIT4_ARCHIVE_ANALYSE 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 RFKKBIXBIT4_ARCHIVE_ANALYSE. "Basic submit
SUBMIT RFKKBIXBIT4_ARCHIVE_ANALYSE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIXBIT4_ARCHIVE_ANALYSE 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: P_CUST = To-Date per Customizing
Selection Text: P_FIX = Alternative To-Date
Selection Text: P_PERBI = D .
Selection Text: P_PERINV = D .
Selection Text: S_BITCAT = D .
Selection Text: S_SUFFP = D .
Selection Text: S_TAB = D .
Title: Archiving Analysis for Billed Items
Text Symbol: 003 = Determination of Retention Period
Text Symbol: 004 = Alternative Retention Period
Text Symbol: S01 = Billable Item Class
Text Symbol: S02 = DB Tables for Billed Items


INCLUDES used within this REPORT RFKKBIXBIT4_ARCHIVE_ANALYSE

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:

FKK_BIX_ARCH_AUTH_CHECK call function 'FKK_BIX_ARCH_AUTH_CHECK'.

FKK_BIX_BIT4_ARCHIVE_ANALYSE * call function 'FKK_BIX_BIT4_ARCHIVE_ANALYSE' * exporting ** i_bitcat = * it_bitcat_ranges = s_bitcat[] ** I_BIT4_SUFFIX = * it_bit4_suffix_ranges = s_suffp[] * i_bill_check_date = p_perbi * i_inv_check_date = p_perbi * i_show_results = 'X' * exceptions * no_data_to_archive = 1 * others = 2.

FKK_BIX_BIT4_TAB_DELETE_SELECT CALL FUNCTION 'FKK_BIX_BIT4_TAB_DELETE_SELECT' EXPORTING i_bitcat = s_bitcat-low * i_bit4_suffix = i_bit4_suffix * it_bit4_suffix_ranges = it_bit4_suffix_ranges * i_bit4_simulated = i_bit4_simulated i_bill_check_date = p_perbi i_inv_check_date = p_perbi i_without_dialog = ' ' * i_testrun = i_testrun IMPORTING et_bit4_del = lt_bit4_del EXCEPTIONS error_message = 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 RFKKBIXBIT4_ARCHIVE_ANALYSE or its description.