SAP Reports / Programs | Meter Reading | SAP Utilities | Meter Reading(IS-U-DM-MR) SAP IS

REL_METERREADER_DISPOS_INC6 SAP ABAP INCLUDE - RELMETERREADERDISPOSINC6







REL_METERREADER_DISPOS_INC6 is a standard ABAP INCLUDE 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 REL_METERREADER_DISPOS_INC6 into the relevant SAP transactions such as SE38 or SE80


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 REL_METERREADER_DISPOS_INC6. "Basic submit
SUBMIT REL_METERREADER_DISPOS_INC6 AND RETURN. "Return to original report after report execution complete
SUBMIT REL_METERREADER_DISPOS_INC6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT REL_METERREADER_DISPOS_INC6

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:

ISU_DB_TE115_SELECT_FORALL call function 'ISU_DB_TE115_SELECT_FORALL' tables t_te115 = gt_te115.

ISU_DB_TE609T_SELECT_FORALL call function 'ISU_DB_TE609T_SELECT_FORALL' importing t_te609t = gt_te609t.

ISU_DB_EABL_SELECT_DISPO_REL call function 'ISU_DB_EABL_SELECT_DISPO_REL' exporting x_ablstat = co_as_vorbereitet x_ablesart = p_ablart x_ablhinw = space x_maxcount = maxcount importing y_count = i_count tables ty_main_data = gt_main_data changing tx_ableinh_1 = hx_ableinh_1 tx_adatsoll_1 = hx_adatsoll_1 tx_ablesgr_1 = hx_ablesgr_1 exceptions not_found = 1 system_error = 2 not_qualified = 3 invalid_interval = 4 path_invalid = 5 date_invalid = 6 internal_error = 7 others = 8.

ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = co_for_installation x_read_adrc_regio = co_flag_marked x_read_isu_data = co_flag_marked x_anlage = -anlage importing y_eadrdat = lv_eadrdat exceptions address_inconsistency = 01 others = 2.

ENQUEUE_E_TE422 * CALL FUNCTION 'ENQUEUE_E_TE422' * EXPORTING * mandt = sy-mandt * termschl = -ableinh * EXCEPTIONS * foreign_lock = 01.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-056 i_selection = co_flag_marked i_zebra = co_flag_marked i_tabname = text-065 i_structure_name = text-066 importing es_selfield = es_selfield tables t_outtab = lt_te115 exceptions others = 1.

ISU_O_METERREAD_OPEN call function 'ISU_O_METERREAD_OPEN' exporting x_select2 = co_mrorders x_wmode = co_change x_upd_online = co_flag_marked importing y_obj = y_obj tables xt_eabl = xt_eabl exceptions not_found = 1 foreign_lock = 2 internal_error = 3 input_error = 4 existing = 5 number_error = 6 general_fault = 7 system_error = 8 others = 9.

ISU_O_METERREAD_ACTION call function 'ISU_O_METERREAD_ACTION' exporting x_okcode = co_prep_save changing xy_obj = y_obj exceptions others = 99.

ISU_O_METERREAD_ACTION call function 'ISU_O_METERREAD_ACTION' exporting x_okcode = co_save changing xy_obj = y_obj exceptions others = 99.

ISU_O_METERREAD_CLOSE call function 'ISU_O_METERREAD_CLOSE' exporting x_no_dialog = co_flag_marked importing y_db_update = f_db_update changing xy_obj = y_obj.



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