RFKKBIX01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFKKBIX01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FKKBIX_M - Mass Billing
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: FREESEL = Other Selections
Selection Text: P_NOTEST = Save Document
Selection Text: P_TEST = Do Not Save Document
Selection Text: PROBCL = D .
Selection Text: P_BILLDT = D .
Selection Text: P_BILLPR = D .
Selection Text: P_SIMU = D .
Selection Text: P_SUBPR = D .
Selection Text: P_VKONT = D .
Selection Text: RTCHECK = D .
Selection Text: RTDATE = D .
Selection Text: RTTIME = D .
Title: Billing in Contract Accounts Receivable and Payable (Mass Creation)
Text Symbol: 001 = Billing Date
Text Symbol: 002 = General Selections
Text Symbol: 003 = Simulation Run
Text Symbol: 004 = End of Residence Time
Text Symbol: 005 = Billing Process
Text Symbol: 008 = Application Log
Text Symbol: 104 = Billing Documents
INCLUDE RFKKBIX01TOP.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' TABLES p_exclude = lt_ok_codes EXCEPTIONS error_message = 1 OTHERS = 2.
FKK_BIX_ACC_BILLING_MASS CALL FUNCTION 'FKK_BIX_ACC_BILLING_MASS' EXPORTING i_params = ls_bill_params it_vkont_ranges = lt_vkont_ranges it_subprocess_ranges = lt_subprocess_ranges it_bitcat_ranges = lt_bitcat_ranges it_where = where-where_tab[] * IT_ACC = i_create_log = 'X' i_show_results = 'X' EXCEPTIONS general_fault = 0.
DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = sy-repid short_text = 'X' EXCEPTIONS OTHERS = 0.
FKK_BIX_BIT_GET_FIELDS_FOR_MON CALL FUNCTION 'FKK_BIX_BIT_GET_FIELDS_FOR_MON' EXPORTING iv_bitstatus = cl_fkkbix_co=>gc_bitstatus_2 iv_bitrectype = cl_fkkbix_co=>gc_rectype_it iv_strucname = cl_fkkbix_co=>gc_free_sel_bit2_it IMPORTING et_fields_exc = lt_fields_excl.
FKK_INV_FREE_SELECTION CALL FUNCTION 'FKK_INV_FREE_SELECTION' EXPORTING i_structure = cl_fkkbix_co=>gc_free_sel_bit2_it it_fields_excluding = lt_fields_excl it_fields_default_sel = lt_default_sel i_restriction = ls_freesel_restrict CHANGING c_where = where c_ranges = ranges.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = p_bill_params-applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBIX01 - Billing in Contract Accounts Receivable and Payable (Mass Creation) RFKKBIX01 - Billing in Contract Accounts Receivable and Payable (Mass Creation) RFKKBIT0 - Doc Transfer - Display/Change Content of Sequential File RFKKBIT0 - Doc Transfer - Display/Change Content of Sequential File RFKKBICUS - FKKBI: Events for Various Billing View Clusters RFKKBICUS - FKKBI: Events for Various Billing View Clusters