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
Below is a list of transaction codes which are relevant to this SAP report
E43C - List of Sched. Recs
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.
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
INCLUDE REATERM5_ALV_TOP.
INCLUDE REATERM5_ALV_INITIALIZATION.
INCLUDE REATERM5_ALV_SELECTION_SCREEN.
INCLUDE REATERM5_ALV_START_SELECTION.
INCLUDE REATERM5_ALV_FORM_ROUTINES.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REATERM5_ALV - Schedule List of Meter Reading Units/Portions REATERM5_ALV - Schedule List of Meter Reading Units/Portions REATERM4_TOP - Include REATERM4_TOP REATERM4F01 - Include REATERM4F01 REATERM4 - Analysis Report for Alternative Portion in Contract REATERM4 - Analysis Report for Alternative Portion in Contract