SAP Reports / Programs | Logistics Execution | Yard Management(LE-YM) SAP LE

RLYREGISTER SAP ABAP Report - Registration







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


Transaction Code(s):

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


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 RLYREGISTER. "Basic submit
SUBMIT RLYREGISTER AND RETURN. "Return to original report after report execution complete
SUBMIT RLYREGISTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 005 = Actual time
Text Symbol: 004 = Plan time
Text Symbol: 003 = Checkpoint
Text Symbol: 002 = Select fields
Text Symbol: 001 = Search


INCLUDES used within this REPORT RLYREGISTER

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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