SAP Reports / Programs

REAABR00MABI_INST SAP ABAP Report - Mass Billing via Installation Intervals







REAABR00MABI_INST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can select installations according to multiple criteria, and then perform mass billing runs of these installations...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 REAABR00MABI_INST 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

EAMABI - 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 REAABR00MABI_INST. "Basic submit
SUBMIT REAABR00MABI_INST AND RETURN. "Return to original report after report execution complete
SUBMIT REAABR00MABI_INST 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: TIME = End time
Selection Text: SPARTE = Division
Selection Text: PORTION = Portion
Selection Text: NOSUCC = Log without success messages
Selection Text: NOSTAT = Log without statist. messages
Selection Text: NOINFO = Log without info messages
Selection Text: LAUFZ = Check runtime
Selection Text: DATUM = End date
Selection Text: BUKRS = Company code
Selection Text: ANLAGE = Installation
Selection Text: ABRVORG = Billing transaction
Selection Text: ABRDATS = Bill by
Title: Mass Billing via Installation Intervals
Text Symbol: 007 = Selection parameters for billing orders
Text Symbol: 006 = End of runtime
Text Symbol: 005 = Log
Text Symbol: 004 = Selection parameters
Text Symbol: 002 = Mass billing completed (see log)...
Text Symbol: 000 = Mass billing terminated (see log)...


INCLUDES used within this REPORT REAABR00MABI_INST

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.

EMMA_LOG_PROCESS_CHECK_ACTIVE call function 'EMMA_LOG_PROCESS_CHECK_ACTIVE' exporting iv_bpcode = gc_bpc_bi_auto importing ev_bpa_active = l_active.

ISU_BILLING_DATA_COLLECTION CALL FUNCTION 'ISU_BILLING_DATA_COLLECTION' EXPORTING x_maxcount = 0 x_actual = co_flag_marked x_abrdats = abrdats x_use_instal = co_flag_marked x_massmode = co_flag_marked IMPORTING y_count = count TABLES xt_contract = tab_contract xt_instal = tab_instal xt_vkont = tab_vkont xt_portion = tab_portion xt_abrvorg = tab_abrvorg xt_sparte = tab_sparte xt_bukrs = tab_bukrs yt_etrg = t_etrg yt_etrg_del_inst = t_etrg_del_inst EXCEPTIONS no_contract_found = 1 no_trigger_found = 2 system_error = 3 general_fault = 4 OTHERS = 5.

ISU_ESMON_LOG_BUS_OBJECT_OPEN * CALL FUNCTION 'ISU_ESMON_LOG_BUS_OBJECT_OPEN' * EXPORTING * X_AKTYP = 'BILL' * X_OBJTYPE = 'INSTLN' * X_OBJKEY = wa_objkey.

ISU_ALL_TRIGG_OF_INSTALL_BILL CALL FUNCTION 'ISU_ALL_TRIGG_OF_INSTALL_BILL' EXPORTING x_anlage = wetrg-anlage x_no_success_msg = nosucc x_billingrunno = billingrunno x_filter = filter x_tcode = lv_tcode X_WRITE_NO_KPI_END = 'X' IMPORTING y_log_handle = log_handle y_ietrg_mod = t_etrg_mod TABLES * xt_etrg_selection = t_etrg "note 1126320 xt_etrg_selection = t_etrg_inst "note 1126320 yt_etrg_error = ietrg_error yt_billdoc_number = y_itbelnr yt_billdoc = lt_billdoc EXCEPTIONS general_fault = 1 OTHERS = 2.

ISU_NUMMER_CLOSE_MASS CALL FUNCTION 'ISU_NUMMER_CLOSE_MASS'.

ISU_ESMON_LOG_BUS_OBJECT_CLOSE * CALL FUNCTION 'ISU_ESMON_LOG_BUS_OBJECT_CLOSE' * EXPORTING * X_AKTYP = 'BILL' * X_OBJTYPE = 'INSTLN'.

EMMA_LOG_BUS_OBJECT_CLOSE * CALL FUNCTION 'EMMA_LOG_BUS_OBJECT_CLOSE' * EXPORTING * iv_tcode = lv_tcode * iv_objtype = 'INSTLN'.

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.



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