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
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: 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
INCLUDE: EMSG, "MACROS FOR MESSAGES
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.