RFKKBIX02 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 RFKKBIX02 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_S - Individual 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: P_BILLDT = D .
Selection Text: P_BILLPR = D .
Selection Text: P_GPART = D .
Selection Text: P_MDCAT = D .
Selection Text: P_PREV = D .
Selection Text: P_SIMU = D .
Selection Text: P_SUBPR = D .
Selection Text: P_VKONT = D .
Title: Billing in FI-CA (Individual Creation)
Text Symbol: 001 = Billing Date
Text Symbol: 002 = General Selections
Text Symbol: 003 = Simulation Run
Text Symbol: 004 = Preview Billing Document
Text Symbol: 005 = Billing Process
Text Symbol: 103 = Billable Items
Text Symbol: 104 = Billing Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT' TABLES p_exclude = lt_excl_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.
FKK_BIX_ACC_BILLING_SINGLE CALL FUNCTION 'FKK_BIX_ACC_BILLING_SINGLE' EXPORTING i_applk = lv_applk i_bill_process = p_billpr i_subprocess = p_subpr i_vkont = p_vkont i_gpart = p_gpart i_mdcat = p_mdcat it_bitcat_ranges = lt_bitcat_ranges it_where = where-where_tab[] i_bill_date = p_billdt i_dialog = lv_dialog i_expert_mode = lv_expert_mode i_params_popup = ' ' i_billdoc_preview = p_prev i_simurun = p_simu i_testrun = p_test EXCEPTIONS general_fault = 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_INV_MDCAT_SELECT CALL FUNCTION 'FKK_INV_MDCAT_SELECT' IMPORTING ev_only_fica_active = lv_only_fica.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT' TABLES p_exclude = lt_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.
RFKKBIX02 - Billing in FI-CA (Individual Creation) RFKKBIX02 - Billing in FI-CA (Individual Creation) RFKKBIX01TOP - documentation and ABAP source code 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