RELETRG1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RELETRG1 lists all existing billing orders for the specified selection parameters...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 RELETRG1 into the relevant SAP transactions such as SE38 or SE80
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: VERTRAG = Contract
Selection Text: TRIGSTAT = Order Status
Selection Text: SPARTE = Division
Selection Text: PORTION = Portion
Selection Text: MDUSSTAT = Status of MDUS Request
Selection Text: ANLAGE = Installation
Selection Text: ABRVORG = Billing Transaction
Selection Text: ABRDATS = Scheduled Billing Date
Selection Text: ABLEINH = Meter Reading Unit
Title: Billing Orders
Text Symbol: T01 = Delete Billing Order
Text Symbol: S18 = W
Text Symbol: S17 = OSB
Text Symbol: S16 = Total
Text Symbol: S15 = Not bill.
Text Symbol: S14 = Billable
Text Symbol: S13 = Number
Text Symbol: S12 = Sched.MRDate
Text Symbol: S11 = CoCd
Text Symbol: S10 = Contract
Text Symbol: S08 = Meter reading unit
Text Symbol: S07 = S
Text Symbol: S06 = BP
Text Symbol: S05 = Dv
Text Symbol: S04 = Scheduled BD
Text Symbol: S03 = Installat.
Text Symbol: S02 = MR unit
Text Symbol: S01 = Portion
Text Symbol: A14 = AMI Monitor
Text Symbol: A13 = Display all Billing Orders
Text Symbol: A12 = Details
Text Symbol: A11 = Not Billable
Text Symbol: A10 = Non-Billable MR Documents
Text Symbol: A09 = Billable
Text Symbol: A08 = Billable MR Documents
Text Symbol: A07 = Billing Orders
Text Symbol: A06 = Select All
Text Symbol: A05 = Deselect All
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_ETRG_SELECT_UNIT call function 'ISU_DB_ETRG_SELECT_UNIT' exporting x_ableinh = ts_etrgs-ableinh x_abrdats = ts_etrgs-abrdats x_abrvorg = ts_etrgs-abrvorg tables ty_etrg = ty_etrg exceptions not_found = 1 others = 2.
ISU_DB_ETRG_SELECT_UNIT call function 'ISU_DB_ETRG_SELECT_UNIT' exporting x_ableinh = ts_etrgs-ableinh x_abrdats = ts_etrgs-abrdats x_abrvorg = ts_etrgs-abrvorg x_trigstat = trigstat tables ty_etrg = ty_etrg exceptions others = 2.
ISU_DB_ETRG_SELECT_PORTION call function 'ISU_DB_ETRG_SELECT_PORTION' exporting x_portion = x_portion x_mdusrqstat_rtab = rt_mdusrqstat " MDUS Project EhP5 tables tx_portion = range_portion tx_abrdats = range_abrdats tx_abrvorg = range_abrvorg tx_trigstat = range_trigstat ty_etrg = t_etrg exceptions not_found = 1 others = 2.
ISU_DB_ETRG_SELECT_UNIT call function 'ISU_DB_ETRG_SELECT_UNIT' exporting x_ableinh = x_ableinh x_mdusrqstat_rtab = rt_mdusrqstat " MDUS Project EhP5 tables tx_ableinh = range_ableinh tx_abrdats = range_abrdats tx_adatsoll = range_adatsoll tx_abrvorg = range_abrvorg tx_trigstat = range_trigstat ty_etrg = t_etrg exceptions not_found = 1 others = 2.
ISU_DB_EVER_SELECT_IN_RANGE call function 'ISU_DB_EVER_SELECT_IN_RANGE' exporting x_maxrows = f_maxrows tables tx_vertrag = range_vertrag ty_ever = t_ever exceptions not_found = 1 others = 2.
ISU_DB_ETRG_SELECT_INSTALL call function 'ISU_DB_ETRG_SELECT_INSTALL' exporting x_anlage = t_ever-anlage x_mdusrqstat_rtab = rt_mdusrqstat " MDUS Project EhP5 tables tx_abrdats = range_abrdats tx_adatsoll = range_adatsoll_temp tx_abrvorg = range_abrvorg tx_trigstat = range_trigstat ty_etrg = t_etrg_temp exceptions not_found = 1 others = 2.
ISU_DB_ETRG_SELECT_INSTALL call function 'ISU_DB_ETRG_SELECT_INSTALL' exporting x_anlage = x_anlage x_mdusrqstat_rtab = rt_mdusrqstat " MDUS Project EhP5 tables tx_anlage = range_anlage tx_abrdats = range_abrdats tx_adatsoll = range_adatsoll tx_abrvorg = range_abrvorg tx_trigstat = range_trigstat ty_etrg = t_etrg exceptions not_found = 1 others = 2.
ISU_DERIVE_ICON_FROM_MDUSREQID * CALL FUNCTION 'ISU_DERIVE_ICON_FROM_MDUSREQID' * EXPORTING * IV_MDUSREQUESTID = L_ETRG_ALV_DETAIL-MDUSREQUESTID * IMPORTING * EV_ICON = L_ETRG_ALV_DETAIL-MDUSREQUESTID_ICON.
ISU_S_TE420_DISPLAY call function 'ISU_S_TE420_DISPLAY' exporting x_termschl = t_etrg-portion exceptions others = 0.
ISU_S_TE422_DISPLAY call function 'ISU_S_TE422_DISPLAY' exporting x_termschl = t_etrg-ableinh exceptions others = 0.
ISU_S_CONTRACT_DISPLAY call function 'ISU_S_CONTRACT_DISPLAY' exporting x_vertrag = etrgd-vertrag exceptions others = 0.
ISU_S_INSTLN_DISPLAY call function 'ISU_S_INSTLN_DISPLAY' exporting x_anlage = t_etrg-anlage x_keydate = t_etrg-adatsoll x_no_change = 'X' x_no_other = 'X' exceptions others = 0.
ISU_S_TRIGGER_CHANGE call function 'ISU_S_TRIGGER_CHANGE' exporting x_anlage = t_etrg-anlage x_abrdats = t_etrg-abrdats x_abrvorg = t_etrg-abrvorg x_upd_online = 'X' importing y_db_update = db_update exceptions others = 10.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
ISU_S_TRIGGER_DISPLAY call function 'ISU_S_TRIGGER_DISPLAY' exporting x_anlage = t_etrg-anlage x_abrdats = t_etrg-abrdats x_abrvorg = t_etrg-abrvorg x_upd_online = 'X' exceptions others = 10.
call function 'ISU_S_TRIGGER_DELETE' exporting x_anlage = t_etrg-anlage x_abrdats = t_etrg-abrdats x_abrvorg = t_etrg-abrvorg x_upd_online = 'X' importing y_db_update = db_update y_anzeabl_pre = sumeabl_pre y_anzeabl_ent = sumeabl_ent y_anzeablg = sumeablg exceptions others = 10.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
ISU_S_TRIGGER_DISPLAY call function 'ISU_S_TRIGGER_DISPLAY' exporting x_anlage = t_etrg-anlage x_abrdats = t_etrg-abrdats x_abrvorg = t_etrg-abrvorg x_upd_online = 'X' x_no_change = 'X' x_no_other = 'X' exceptions others = 10.
ISU_ABRVORG_ABLESGR_TRANSFORM call function 'ISU_ABRVORG_ABLESGR_TRANSFORM' exporting x_abrvorg = t_etrg-abrvorg x_actual = space importing y_ablesgr = ablesgr exceptions others = 0.
ISU_ABRVORG_ABLESGR_TRANSFORM call function 'ISU_ABRVORG_ABLESGR_TRANSFORM' exporting x_abrvorg = t_etrg-abrvorg x_actual = space importing y_ablesgr = ablesgr exceptions others = 0.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-t01 "order delete text_question = text-001 "delete order default_button = '1' display_cancel_button = 'X' importing answer = answer.
ISU_S_TRIGGER_DELETE call function 'ISU_S_TRIGGER_DELETE' exporting x_anlage = t_etrg-anlage x_abrdats = t_etrg-abrdats x_abrvorg = t_etrg-abrvorg x_upd_online = 'X' x_no_dialog = 'X' importing y_anzeabl_pre = anzeabl_pre y_anzeabl_ent = anzeabl_ent y_anzeablg = anzeablg exceptions others = 10.
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
ISU_JBP_CUST_GET call function 'ISU_JBP_CUST_GET' importing y_iejbp = t_iejbp exceptions general_fault = 1 others = 2.
ISU_ABRVORG_ABLESGR_TRANSFORM call function 'ISU_ABRVORG_ABLESGR_TRANSFORM' exporting x_abrvorg = t_etrg-abrvorg x_actual = space importing y_ablesgr = l_ablesgr exceptions others = 0.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = ' ' x_actual = space x_ab = l_sel_date x_bis = l_sel_date tables xt_path = ipath t_eanl = ieanl t_ever = iever exceptions path_invalid = 1 date_invalid = 2 others = 3.
ISU_AUTH_MTRREADCHECK_MRUNIT call function 'ISU_AUTH_MTRREADCHECK_MRUNIT' exporting x_activity = x_activity importing y_partly_authorized = f_partly_authorized tables xt_portion = xt_portion_isuranges xt_ableinh = xt_ableinh_isuranges yt_ableinh = yt_ableinh_isuranges exceptions input_error = 1 system_error = 2 not_authorized = 3 others = 4.
ISU_AUTHORITY_METERREAD_CHECK call function 'ISU_AUTHORITY_METERREAD_CHECK' exporting x_activity = co_monitoring tables xyt_etrg = xt_etrg exceptions input_error = 1 not_authorized = 2 others = 4.
ISU_S_TE420_DISPLAY call function 'ISU_S_TE420_DISPLAY' exporting x_termschl = g_etrg_alv_detail-portion exceptions others = 01.
ISU_S_TE422_DISPLAY call function 'ISU_S_TE422_DISPLAY' exporting x_termschl = g_etrg_alv_detail-ableinh exceptions others = 01.
ISU_S_CONTRACT_DISPLAY call function 'ISU_S_CONTRACT_DISPLAY' exporting x_vertrag = g_etrg_alv_detail-vertrag exceptions others = 01.
ISU_S_INSTLN_DISPLAY call function 'ISU_S_INSTLN_DISPLAY' exporting x_anlage = g_etrg_alv_detail-anlage x_keydate = g_etrg_alv_detail-adatsoll x_no_change = 'X' x_no_other = 'X' exceptions others = 01.
ISU_S_TRIGGER_DISPLAY call function 'ISU_S_TRIGGER_DISPLAY' exporting x_anlage = g_etrg_alv_detail-anlage x_abrdats = g_etrg_alv_detail-abrdats x_abrvorg = g_etrg_alv_detail-abrvorg x_upd_online = 'X' x_no_change = 'X' x_no_other = 'X' exceptions others = 10.
ISU_ABRVORG_ABLESGR_TRANSFORM call function 'ISU_ABRVORG_ABLESGR_TRANSFORM' exporting x_abrvorg = g_etrg_alv_detail-abrvorg x_actual = space importing y_ablesgr = ablesgr exceptions others = 1.
ISU_ABRVORG_ABLESGR_TRANSFORM call function 'ISU_ABRVORG_ABLESGR_TRANSFORM' exporting x_abrvorg = g_etrg_alv_detail-abrvorg x_actual = space importing y_ablesgr = ablesgr exceptions others = 1.
ISU_S_TE420_DISPLAY call function 'ISU_S_TE420_DISPLAY' exporting x_termschl = g_etrg_alv-portion exceptions others = 01.
ISU_S_TE422_DISPLAY call function 'ISU_S_TE422_DISPLAY' exporting x_termschl = g_etrg_alv-ableinh exceptions others = 01.
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 RELETRG1 or its description.
RELETRG1 - Billing Orders RELETRG1 - Billing Orders RELEINHP - Mass Change to Meter Reading Unit: Maintenance Dialog Parameter Groups RELEINHP - Mass Change to Meter Reading Unit: Maintenance Dialog Parameter Groups RELEINH1 - Mass changes to meter reading unit RELEINH1 - Mass changes to meter reading unit