SAP Reports / Programs

REL_DEV_NOT_IN_MSR SAP ABAP Report - Display Meter Reading Units







REL_DEV_NOT_IN_MSR 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 REL_DEV_NOT_IN_MSR 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

EL42 - Display Meter Reading Units


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


Text pool values


Allocation of Devices to Street Route
Selection Text: RESULT = Display All MR Units
Selection Text: SO_ABL = Meter Reading Unit
Title: Display Meter Reading Units
Text Symbol: 001 = Selection
Text Symbol: 002 = Meter Reading Units Containing Devices Without Allocation to a Meter Reading Sequence
Text Symbol: 003 = Meter Reading Units Whose Devices Are Allocated to a Meter Reading Sequence
Text Symbol: 004 = Status
Text Symbol: 005 = Allocation of Devices to Meter Reading Sequence
Text Symbol: 006 = Legend
Text Symbol: 007 = Description
001 Status MRU


INCLUDES used within this REPORT REL_DEV_NOT_IN_MSR

INCLUDE: , EMSG, IE00FLAG.
INCLUDE: , EMSG, IE00FLAG.


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_TE422_SELECT_IN_RANGE call function 'ISU_DB_TE422_SELECT_IN_RANGE' exporting x_maxrows = '925' tables ty_te422 = xy_te422 tx_termschl = range_ableinh exceptions not_found = 1 unqualified_select = 2 others = 3.

ISU_O_STREET_ROUTE_OPEN call function 'ISU_O_STREET_ROUTE_OPEN' exporting x_ableinh = x_termschl x_wmode = co_display x_no_dialog = 'X' importing y_obj = xy_obj exceptions not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 invalid = 5 number_error = 6 system_error = 7 others = 8.

ISU_O_STREET_ROUTE_CLOSE call function 'ISU_O_STREET_ROUTE_CLOSE' changing xy_obj = xy_obj.

ISU_DB_TE422_MRU_LEADER call function 'ISU_DB_TE422_MRU_LEADER' exporting x_mru = f_ableinh importing y_lead_mru = leading_mru y_single_mru = single_mru tables yt_mru = tab_mru exceptions not_found = 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 REL_DEV_NOT_IN_MSR or its description.