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

REL_METERREADER_DISPOSITION SAP ABAP Report - Meter Reader Planning







REL_METERREADER_DISPOSITION 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_METERREADER_DISPOSITION 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

EL44 - MAU Planning Meter Reading Orders


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_DISPOSITION. "Basic submit
SUBMIT REL_METERREADER_DISPOSITION AND RETURN. "Return to original report after report execution complete
SUBMIT REL_METERREADER_DISPOSITION 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: S_DAT = Meter Reading Date
Selection Text: S_ABLESG = Meter Reading Reason
Selection Text: S_ABLEIN = Meter Reading Unit
Selection Text: P_ABLART = Planned Meter Reading Type
Title: Meter Reader Planning
Text Symbol: 032 = Tuesday
Text Symbol: 033 = Wednesday
Text Symbol: 034 = Thursday
Text Symbol: 035 = Friday
Text Symbol: 036 = Saturday
Text Symbol: 037 = Sunday
Text Symbol: 040 = Meter Reader Planning
Text Symbol: 050 = No Selection Criteria Available
Text Symbol: 051 = No Street
Text Symbol: 052 = No House Number
Text Symbol: 053 = No Values Found
Text Symbol: 054 = Internal Error
Text Symbol: 055 = Error
Text Symbol: 056 = Select Meter Reader
Text Symbol: 057 = No City
Text Symbol: 058 = Error in USer Exit for Enhancement of CI_Include
Text Symbol: 059 = Error Creating Selection Date
Text Symbol: 060 = Address for Installation
Text Symbol: 061 = Inconsistent or Not Found
Text Symbol: 062 = No Changes Made
Text Symbol: 063 = House number
Text Symbol: 065 = GT_TE115
Text Symbol: 066 = TE115
Text Symbol: 067 = Device
Text Symbol: 001 = Selection of MR Orders for Meter Readers
Text Symbol: 002 = MR Orders
Text Symbol: 004 = Not Allocated
Text Symbol: 005 = Date
Text Symbol: 006 = Number
Text Symbol: 007 = Frm &1
Text Symbol: 008 = Prog. Selection
Text Symbol: 009 = Portion
Text Symbol: 010 = Selection Criteria





Text Symbol: 011 = Control Parameters
Text Symbol: 012 = PM Message Number
Text Symbol: 013 = To &2
Text Symbol: 014 = City
Text Symbol: 015 = Divis.
Text Symbol: 016 = C/MR
Text Symbol: 017 = Full
Text Symbol: 018 = Open
Text Symbol: 019 = MR Planning
Text Symbol: 020 = Cycle
Text Symbol: 021 = Control
Text Symbol: 022 = M-Out
Text Symbol: 023 = Read
Text Symbol: 024 = Notes
Text Symbol: 025 = Entered Diff.
Text Symbol: 026 = Meter Reading Reason
Text Symbol: 027 = Street
Text Symbol: 028 = Meter Reading Unit
Text Symbol: 030 = Error Generating Field Catalog
Text Symbol: 031 = Monday


INCLUDES used within this REPORT REL_METERREADER_DISPOSITION

INCLUDE IELABLGR.
INCLUDE IELABART.
INCLUDE IELABLST.
INCLUDE IEE17COD.
INCLUDE IEE17CON.
INCLUDE IEADRTYP.
INCLUDE IEWMODES.
INCLUDE IEOKCODE.
INCLUDE IEAMSG00.
INCLUDE MEAPROT0.
INCLUDE REL_METERREADER_DISPOS_INC1.
INCLUDE REL_METERREADER_DISPOS_INC2.
INCLUDE REL_METERREADER_DISPOS_INC3.
INCLUDE REL_METERREADER_DISPOS_INC4.
INCLUDE REL_METERREADER_DISPOS_INC5.
INCLUDE REL_METERREADER_DISPOS_INC6.
INCLUDE REL_METERREADER_DISPOS_INC7.
INCLUDE REL_METERREADER_DISPOS_INC8.


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:

DATE_COMPUTE_DAY call function 'DATE_COMPUTE_DAY' exporting date = sy-datum importing day = lv_daynr.



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