SAP Reports / Programs | Contract Billing | SAP Utilities | Contract Billing(IS-U-BI) SAP IS

REAABR00SIBI SAP ABAP Report - Individual bill







REAABR00SIBI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Individual billing is executed for a contract(s) of an installation or contract account...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 REAABR00SIBI 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

EASIBI - Create Individual Bill


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 REAABR00SIBI. "Basic submit
SUBMIT REAABR00SIBI AND RETURN. "Return to original report after report execution complete
SUBMIT REAABR00SIBI 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: ZUORDDAT = Meter reading allocation date
Selection Text: ZUORDABR = Allocation date for billing
Selection Text: VKONT = Contract account
Selection Text: VIEW = Display bill
Selection Text: VERTRAG = Contract
Selection Text: READ = Enter billing order/ME results
Selection Text: PRINT = Print bill
Selection Text: KARENZ_P = MR Interval Check
Selection Text: INVOICE = Invoice
Selection Text: FIKEY = Reconciliation Key
Selection Text: BUDAT = Posting Date
Selection Text: BLDAT = Document Date
Selection Text: BILL = Bill
Selection Text: ANLAGE = Installation
Selection Text: ADATSOLL = Sched. meter reading date
Selection Text: ABRDATS = Bill by
Selection Text: ABLESGR = Meter reading reason
Title: Individual bill
Text Symbol: 011 = Execute
Text Symbol: 010 = Execute
Text Symbol: 009 = Display
Text Symbol: 008 = MR results
Text Symbol: 007 = Level of processing
Text Symbol: 006 = Change
Text Symbol: 005 = Create
Text Symbol: 004 = Selection parameters
Text Symbol: 003 = Company code/division/authorization group
Text Symbol: 002 = Individual bill completed (see log)...
Text Symbol: 001 = Individual bill
Text Symbol: 000 = Individual bill terminated (see log)...


INCLUDES used within this REPORT REAABR00SIBI

No INCLUDES are used within this REPORT code!


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 = t EXCEPTIONS OTHERS = 1.

FKK_CALL_EVENT_1113 CALL FUNCTION 'FKK_CALL_EVENT_1113' EXPORTING i_herkf = co_herkf_inv i_applk = co_applk_isu IMPORTING e_fikey = fikey "Abstimmschlüssel EXCEPTIONS error_message = 1.

FKK_FIKEY_CHECK CALL FUNCTION 'FKK_FIKEY_CHECK' EXPORTING i_fikey = fikey i_open_on_request = co_flag_marked EXCEPTIONS error_message = 1.

ISU_BILLING_DATA_COLLECTION CALL FUNCTION 'ISU_BILLING_DATA_COLLECTION' EXPORTING x_maxcount = 0 x_actual = co_flag_marked x_abrdats = abrdats IMPORTING y_count = count TABLES xt_contract = tab_contract xt_instal = tab_instal xt_vkont = tab_vkont xt_portion = tab_portion yt_ever = t_selectever yt_ever_billfinit = t_everbillfinit EXCEPTIONS no_contract_found = 1 no_trigger_found = 2 system_error = 3 general_fault = 4 OTHERS = 5.

ISU_S_METERREAD_CHANGE CALL FUNCTION 'ISU_S_METERREAD_CHANGE' EXPORTING x_upd_online = co_flag_marked x_no_other = co_flag_marked x_action = co_sent x_vertrag = wever-vertrag x_adatsoll = adatsoll x_ablesgr = ablesgr x_zuorddat = zuorddat x_zuorddatabr = zuordabr x_karenzprfg = karenz_p x_gplartts = co_flag_marked " note 1361237 x_deq_sync = co_flag_marked " note 1758299 x_abrsim = co_flag_marked EXCEPTIONS not_found = 1 foreign_lock = 2 general_fault = 3 input_error = 4 cancelled = 5 invalid_key = 6 incomplete = 7 not_authorized = 8 flatrate_inst = 9 system_error = 10 OTHERS = 11.

ISU_S_METERREAD_CREATE CALL FUNCTION 'ISU_S_METERREAD_CREATE' EXPORTING x_vertrag = wever-vertrag x_adatsoll = adatsoll x_zuorddat = zuorddat x_zuorddatr = zuordabr x_ablesgr = ablesgr x_ebene = eb_contract x_abrdats = s_abrdats x_karenzprfg = karenz_p x_deq_sync = co_flag_marked " note 1758299 x_upd_online = co_flag_marked EXCEPTIONS not_found = 1 foreign_lock = 2 internal_error = 3 input_error = 4 existing = 5 number_error = 6 general_fault = 7 system_error = 8 failed = 9 manual_abort = 10 no_mrrel_registers = 11 gasdat_not_found = 12 OTHERS = 13.

ISU_ALL_TRIGG_OF_INSTALL_BILL CALL FUNCTION 'ISU_ALL_TRIGG_OF_INSTALL_BILL' EXPORTING x_anlage = wever-anlage x_billingrunno = billingrunno x_filter = filter x_auth_iever = x_auth_iever x_no_success_msg = nosucc x_write_no_kpi_end = 'X' IMPORTING y_log_handle = y_log_handle TABLES yt_etrg_error = ietrg_error yt_billdoc_number = y_itbelnr EXCEPTIONS general_fault = 1 OTHERS = 2.

FKK_CALL_EVENT_1113 CALL FUNCTION 'FKK_CALL_EVENT_1113' EXPORTING i_herkf = co_herkf_can i_applk = co_applk_isu IMPORTING e_fikey = fikey "Abstimmschlüssel EXCEPTIONS error_message = 1.

FKK_FIKEY_CHECK CALL FUNCTION 'FKK_FIKEY_CHECK' EXPORTING i_fikey = fikey i_open_on_request = co_flag_marked EXCEPTIONS error_message = 1.

ISU_INV_ACC_PROCESSING CALL FUNCTION 'ISU_INV_ACC_PROCESSING' EXPORTING x_vkonto = vkont x_log_object = co_msg_appl_log_bi TABLES yt_opbel = t_opbel yt_print_doc = t_print_doc CHANGING xy_param = param EXCEPTIONS iu_error = 1 system_error = 2 OTHERS = 3.

ISU_INV_PRINT_METHOD CALL FUNCTION 'ISU_INV_PRINT_METHOD' EXPORTING x_erdk = wprint_doc-erdk x_log_object = co_msg_appl_log_bi EXCEPTIONS general_fault = 1 printlock = 2 canceled = 3 OTHERS = 4.

ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = handle TABLES t_opbel = t_opbel EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

FKK_FIKEY_DFKKSUM_F4 CALL FUNCTION 'FKK_FIKEY_DFKKSUM_F4' EXPORTING i_fikey = fikey * I_XSHOW = ' ' IMPORTING e_fikey = fikey EXCEPTIONS nothing_found = 1 OTHERS = 2.

ISU_DB_EITR_SELECT CALL FUNCTION 'ISU_DB_EITR_SELECT' EXPORTING x_non_simulated = 'X' TABLES xt_vkonto = xt_vkonto yt_eitr = yt_eitr EXCEPTIONS iu_error = 1 system_error = 2 OTHERS = 3.

ISU_DB_ERCH_SINGLE CALL FUNCTION 'ISU_DB_ERCH_SINGLE' EXPORTING x_belnr = x_belnr IMPORTING y_erch = werch EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_EVER_SINGLE CALL FUNCTION 'ISU_DB_EVER_SINGLE' EXPORTING x_vertrag = xy_vertrag x_actual = co_flag_marked IMPORTING y_ever = wever EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_EVER_SINGLE CALL FUNCTION 'ISU_DB_EVER_SINGLE' EXPORTING x_vertrag = wever-vertrag x_actual = co_flag_marked IMPORTING y_ever = wever EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.



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