SAP Reports / Programs | Trader's and Scheduler's Workbench | Industry Solution Oil | Trader's and Scheduler's Workbench(IS-OIL-DS-TSW) SAP IS

ROIJ_EL_BERTH_PL_TAB SAP ABAP Report - Berth Planning Board







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


Text pool values


Berth Planning Board
Selection Text: SR_VEH = D Vehicle Number
Selection Text: SR_NOMTK = D Nomination key
Selection Text: SR_NOMNR = D Nomination number
Selection Text: SR_LOCID = D Location ID
Selection Text: SR_DATE = Berth Schedule Date
Selection Text: SR_BERNR = D Berth Number
Selection Text: SR_BERID = D Berth Identifier
Selection Text: G_MAXSEL = D Maximum no. of hits
Title: Berth Planning Board
Text Symbol: 024 = Tank
Text Symbol: 023 = Dataloss warning
Text Symbol: 022 = data changes ?
Text Symbol: 021 = Do you want to save the
Text Symbol: 020 = Berth
Text Symbol: 019 = Display Graph
Text Symbol: 018 = Nomination Key
Text Symbol: 017 = Berth Identifier
Text Symbol: 016 = Change Nomination
Text Symbol: 015 = Display Nomination
Text Symbol: 014 = Display Vehicle
Text Symbol: 013 = Display Berth
Text Symbol: 012 = Display Location
Text Symbol: 011 = Required Assignment
Text Symbol: 010 = Vehicle Berth Assignment
Text Symbol: 009 = to
Text Symbol: 008 = Berth Schedule Date
Text Symbol: 007 = Nomination Number
Text Symbol: 006 = Vehicle
Text Symbol: 005 = Berth Number
Text Symbol: 004 = Location
Text Symbol: 003 = all
Text Symbol: 002 = Berth Planning Board
Text Symbol: 001 = Selection Criteria


INCLUDES used within this REPORT ROIJ_EL_BERTH_PL_TAB

INCLUDE LBARCCON.
INCLUDE SGRCCNST.
INCLUDE ROIJ_EL_BERTH_PL_TABTOP . "
INCLUDE ROIJ_EL_BPT_CL.




INCLUDE ROIJ_EL_BPT_ALVGRID_CL.
INCLUDE ROIJ_EL_BERPL_SEL_SCR.
INCLUDE ROIJ_EL_BPT_0100_PBO.
INCLUDE ROIJ_EL_BPT_0100_PAI.
INCLUDE ROIJ_EL_BPT_0100_SUBROUTINES.
INCLUDE ROIJ_EL_BPT_SUBROUTINE.
INCLUDE ROIJ_EL_BPT_CL_SUBROUTINE.
INCLUDE ROIJ_EL_BPT_0300_PAI.
INCLUDE ROIJ_EL_BPT_0300_PBO.
INCLUDE ROIJ_EL_BPT_0300_SUBROUTINE.


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