RFKKBIXCIT4DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of Rated
If you would like to execute this report or see the full code listing simply enter RFKKBIXCIT4DELETE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FKKBIXCIT4_DEL - Delete Rated Consumption Items
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_CITCAT = D .
Selection Text: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: P_TODATE = D .
Title: Deletion of Rated Consumption Items
Text Symbol: 001 = Consumption Item Class
Text Symbol: 002 = Determination of Residence Time
Text Symbol: 003 = Deletion of Rated Consumption Items - Analysis
Text Symbol: 004 = Deletion of Rated Consumption Items - Simulation
Text Symbol: 005 = Deletion of Rated Consumption Items
Text Symbol: 006 = Processable Tables of Class &1
Text Symbol: 007 = Processed Tables of Class &1
Text Symbol: 008 = Deletable Consumption Items of Class &1
Text Symbol: 009 = Deleted Consumption Items of Class &1
Text Symbol: 010 = Deletion History for Rated Consumption Items
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BIX_CIT_DEL_AUTH_CHECK CALL FUNCTION 'FKK_BIX_CIT_DEL_AUTH_CHECK' EXCEPTIONS no_authorization = 1 OTHERS = 2.
FKK_BIX_CIT4_TAB_DELETE CALL FUNCTION 'FKK_BIX_CIT4_TAB_DELETE' EXPORTING i_citcat = p_citcat i_ratingdate_to = p_todate i_testrun = p_deltst IMPORTING et_cit4_dbtab_del = lt_cit4_dbtab_del EXCEPTIONS no_data = 1 general_fault = 2 OTHERS = 3.
FKK_BIX_SHOW_RESULTS CALL FUNCTION 'FKK_BIX_SHOW_RESULTS' EXPORTING i_gui_title = lv_gui_title it_msg_disp = lt_msg_disp i_process = 'D'. "delete
FKK_BIX_CIT_AUTH_CHECK CALL FUNCTION 'FKK_BIX_CIT_AUTH_CHECK' EXPORTING i_actvt = '01' i_citcat = lv_citcat EXCEPTIONS no_authorization = 1 OTHERS = 3.
FKK_BIX_CIT4_TAB_DELETE CALL FUNCTION 'FKK_BIX_CIT4_TAB_DELETE' EXPORTING i_citcat = lv_citcat i_ratingdate_to = p_todate i_testrun = 'X' IMPORTING et_cit4_dbtab_del = lt_cit4_stat EXCEPTIONS general_fault = 1 OTHERS = 2.
FKK_BIX_SHOW_RESULTS CALL FUNCTION 'FKK_BIX_SHOW_RESULTS' EXPORTING i_gui_title = lv_gui_title it_msg_disp = lt_msg_disp i_process = 'D'. "delete
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DFKKBIXCIT4_DELH' i_client_never_display = ' ' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] * I_SAVE = * IS_VARIANT = * IT_EVENTS = TABLES t_outtab = lt_cit4_delh EXCEPTIONS program_error = 0 OTHERS = 0.
DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = sy-repid short_text = 'X' EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'DELE' TABLES p_exclude = gt_excl_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIXCIT4DELETE - Deletion of Rated Consumption Items RFKKBIXCIT4DELETE - Deletion of Rated Consumption Items RFKKBIXBOR_CI_BIT - Program for Object Type CI_BIT : Billable Item RFKKBIXBOR_CI_BIT - Program for Object Type CI_BIT : Billable Item RFKKBIXBITXDELETE_TOP - RFKKBIXBITXDELETETOP RFKKBIXBITXDELETE_F01 - RFKKBIXBITXDELETEF01