RELABGRP 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 RELABGRP into the relevant SAP transactions such as SE38 or SE80
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.
Meter Reading Groups
Selection Text: OPTYP = Operand category
Selection Text: SPARTE = Division
Title: List of Meter Reading Groups
Text Symbol: T01 = List of Meter Reading Groups
Text Symbol: T02 = Description
001 Description of Meter Reading Groups
INCLUDE: IE00FLAG.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_S_DIGITS_CHANGE call function 'ISU_S_DIGITS_CHANGE' exporting x_spras = syst-langu x_ablesgrup = lt_te017t-ablesgrup x_upd_online = 'X'.
ISU_S_DIGITS_DISPLAY call function 'ISU_S_DIGITS_DISPLAY' exporting x_spras = syst-langu x_ablesgrup = lt_te017t-ablesgrup x_upd_online = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.