SAP Reports / Programs | Portioning and scheduling | SAP Utilities | Portioning and scheduling(IS-U-BF-PS) SAP IS

REATERM5_ALV SAP ABAP Report - Schedule List of Meter Reading Units/Portions







REATERM5_ALV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Schedule List of All Meter Reading Units or Portions For information purposes, this report lists all schedule records for those meter reading units or portions which you have selected...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 REATERM5_ALV 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

E43C - List of Sched. Recs


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 REATERM5_ALV. "Basic submit
SUBMIT REATERM5_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT REATERM5_ALV 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: ABRDATB = Period to
Selection Text: P_RB = Portion
Selection Text: A_RB = Meter reading unit
Selection Text: ABSL_KZ = BB amount due dates
Selection Text: ABRSCHL = Record key
Selection Text: ABRDATV = Period from
Title: Schedule List of Meter Reading Units/Portions
Text Symbol: 023 = Sched.MR date
Text Symbol: 022 = MR unit
Text Symbol: 021 = RecType
Text Symbol: 017 = Status
Text Symbol: 011 = To
Text Symbol: 024 = End MR per.
Text Symbol: 012 = Meter reading/bill. dates from
Text Symbol: 013 = RecType
Text Symbol: 014 = Key
Text Symbol: 015 = End of billing period
Text Symbol: 005 = preprd
Text Symbol: 004 = Actv.
Text Symbol: 003 = P
Text Symbol: 016 = Scheduled billing date
Text Symbol: 002 = P
Text Symbol: 001 = M
Text Symbol: 010 = Schedule record for MR unit, portion
Text Symbol: 009 = Billed
Text Symbol: 008 = Cncld
Text Symbol: 007 = Co.proc
Text Symbol: 006 = Pr.proc
Text Symbol: 025 = MR order cr.
Text Symbol: T99 = Display params
Text Symbol: T02 = Sch. recs
Text Symbol: 037 = Meter reading units
Text Symbol: 036 = Portions
Text Symbol: 030 = Devs
Text Symbol: 029 = Prpd insts
Text Symbol: 028 = EndBillPer
Text Symbol: 027 = Sch.bill.date
Text Symbol: 026 = Portion





Text Symbol: 035 = Print inv.
Text Symbol: 034 = Due
Text Symbol: 033 = Print/deb.
Text Symbol: 032 = BB
Text Symbol: 031 = Regs


INCLUDES used within this REPORT REATERM5_ALV

INCLUDE REATERM5_ALV_TOP.
INCLUDE REATERM5_ALV_INITIALIZATION.
INCLUDE REATERM5_ALV_SELECTION_SCREEN.
INCLUDE REATERM5_ALV_START_SELECTION.
INCLUDE REATERM5_ALV_FORM_ROUTINES.


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:

No SAP FUNCTION MODULES are executed within this report code!



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