SAP Reports / Programs

RELADB01 SAP ABAP Report - Evaluation of Installations, Devices, and Registers for MR Unit







RELADB01 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 RELADB01 into the relevant SAP transactions such as SE38 or SE80


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 RELADB01. "Basic submit
SUBMIT RELADB01 AND RETURN. "Return to original report after report execution complete
SUBMIT RELADB01 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: AKT_DAT = Date
Selection Text: SEL_ABL = MR unit
Title: Evaluation of Installations, Devices, and Registers for MR Unit
Text Symbol: 001 = MR unit
Text Symbol: 002 = Instln
Text Symbol: 003 = I.type
Text Symbol: 004 = Contract
Text Symbol: 005 = Device
Text Symbol: 006 = RegNr
Text Symbol: 007 = RegCa.
Text Symbol: 008 = Register type
Text Symbol: 009 = Number of installations
Text Symbol: 010 = Number of devices:
Text Symbol: 011 = No. of registers:
Text Symbol: 012 = No installations exist.
Text Symbol: 013 = Statistics
Text Symbol: 014 = Evaluation of Installations, Devices, and Regs. for MR Unit


INCLUDES used within this REPORT RELADB01

INCLUDE: EMSG, "MACROS FOR MESSAGES


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:

ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = space x_actual = space x_structure = 'X' x_ab = akt_dat x_bis = akt_dat tables xt_path = ipath yt_struc = istruc t_bcont = ibcont t_eabl = ieabl t_eablg = ieablg t_eabp = ieabp t_eanl = ieanl t_easti = ieasti t_eastl = ieastl t_easts = ieasts t_eaus = ieaus t_eausv = ieausv t_eein = ieein t_eeinv = ieeinv t_eger = ieger t_egpl = iegpl t_ehau = iehau t_ekun = iekun t_etdz = ietdz t_evbs = ievbs t_ever = iever t_ezug = iezug t_ezuz = iezuz t_fkkvkp = ifkkvkp t_te420 = ite420 t_te422 = ite422 exceptions path_invalid = 1 date_invalid = 2 selection_failed = 3 others = 99.



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