SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Convergent Invoicing(FI-CA-INV) SAP FI

RFKKBIX01 SAP ABAP Report - Billing in Contract Accounts Receivable and Payable (Mass Creation)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FKKBIX_M - Mass Billing


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 RFKKBIX01. "Basic submit
SUBMIT RFKKBIX01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKBIX01 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: 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


INCLUDES used within this REPORT RFKKBIX01

INCLUDE RFKKBIX01TOP.


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:

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.



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 RFKKBIX01 or its description.