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
Below is a list of transaction codes which are relevant to this SAP report
EL42 - Display Meter Reading Units
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.
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
INCLUDE:
INCLUDE:
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.