RLYREGISTER 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 RLYREGISTER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LYCHP - Check-in / Check-out transaction
LYLDP - Load & unload transaction
LYVHC - Yard Inventory
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.
Title: Registration
Text Symbol: 300 = Selection for vehicles only
Text Symbol: 044 = Create a new vehicle and assign the document to it
Text Symbol: 043 = The license plate you entered is already used by a vehicle. Do you still want to create a new vehicle with this license plate?
Text Symbol: 042 = Insert Row
Text Symbol: 041 = No
Text Symbol: 040 = Yes
Text Symbol: 039 = Do you want to check in one vehicle for all documents? If not, the system will check-in a separate vehicle for each document
Text Symbol: 038 = Check-In For Multiple Documents
Text Symbol: 036 = Load/Unload Point
Text Symbol: 035 = Unload by delivery
Text Symbol: 034 = Load by delivery
Text Symbol: 033 = Location
Text Symbol: 032 = Unsealing
Text Symbol: 031 = Sealing
Text Symbol: 030 = Execution status
Text Symbol: 029 = Unload mode
Text Symbol: 028 = Load mode
Text Symbol: 027 = Check-out mode
Text Symbol: 026 = Check-in mode
Text Symbol: 025 = Finish unloading
Text Symbol: 024 = Start unloading
Text Symbol: 023 = Finish loading
Text Symbol: 022 = Start loading
Text Symbol: 021 = Door
Text Symbol: 020 = Unload
Text Symbol: 019 = Load
Text Symbol: 018 = Arrival time
Text Symbol: 017 = Insert row
Text Symbol: 016 = Clear
Text Symbol: 015 = Create Means of Trans.
Text Symbol: 014 = Create Trans.Equip
Text Symbol: 013 = Weighing
Text Symbol: 012 = Move
Text Symbol: 011 = Schedule
Text Symbol: 010 = Reject
Text Symbol: 009 = Check-out
Text Symbol: 008 = Check-in
INCLUDE INC_SEL_SCR_DEF.
INCLUDE INC_ALV_DEF.
INCLUDE INC_SEL_SCR_FORMAT.
INCLUDE INC_ALV_PBO.
INCLUDE INC_ALV_PAI.
INCLUDE INC_SEL_SCR_INITIAL.
INCLUDE INC_SEL_SCR_PAI.
INCLUDE INC_SEL_SCR_PBO.
INCLUDE SCREEN_100.
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.