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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIXBIT4_ARCHIVE_ANALYSE - Archiving Analysis for Billed Items RFKKBIXBIT4_ARCHIVE_ANALYSE - Archiving Analysis for Billed Items RFKKBIXBIT4_ARCHIVE - Archive Billed Items RFKKBIXBIT4_ARCHIVE - Archive Billed Items RFKKBIXBIT4MON - Analysis of Billed Items RFKKBIXBIT4MON - Analysis of Billed Items