SAPMV56_CAR_PL_TN_EV is a standard Module pool for a dialog screen ABAP Program 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 SAPMV56_CAR_PL_TN_EV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VT34M - Event Reports for Carriers via WML
VT34 - Event Reports for Carriers via HTML
VT33 - Ship.Planning for Carriers
VT30N - Tendering Events for Carriers
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: Programm SAPRV56_CAR_PL_TN_EV
Text Symbol: TXT = Texts for shipment:
Text Symbol: TIT = Totalize duration and distance of stages
Text Symbol: MSG = Message:
Text Symbol: GG3 = No blocking ind. set for dang.goods
Text Symbol: GG2 = Blocking ind. for dang.goods set
Text Symbol: GG1 = Shipm.does not contain dng.goods
Text Symbol: GG0 = Shipment contains dang.gds
Text Symbol: 103 = Time of delivery
Text Symbol: 102 = Overall transportation status
Text Symbol: 101 = Scheduling end time
Text Symbol: 100 = Date of end of planning
Text Symbol: 031 = Display Deadlines
Text Symbol: 030 = Change Deadlines
Text Symbol: 021 = Delivery detail
Text Symbol: 020 = Shipment detail
Text Symbol: 016 = Show/Hide
Text Symbol: 015 = Change Status
Text Symbol: 014 = Sort Descending
Text Symbol: 013 = Sort Ascending
Text Symbol: 012 = Save Shipment
Text Symbol: 011 = Delete Shipment
Text Symbol: 010 = Change/Display
Text Symbol: 009 = Create new Shipment
Text Symbol: 008 = Remove Delivery from Shipment
Text Symbol: 007 = Include Delivery in Shipment
Text Symbol: 006 = View Detail
Text Symbol: 005 = Deselect all entries
Text Symbol: 004 = Select all entries
Text Symbol: 003 = Remove from worklist
Text Symbol: 002 = Show Selection
Text Symbol: 001 = Hide_Selection
INCLUDE MV56_CAR_PL_TN_EVTOP.
INCLUDE MV56_CAR_PL_TN_EVIO_SEL.
INCLUDE MV56_CAR_PL_TN_EVIO_MAIN.
INCLUDE MV56_CAR_PL_TN_EVIO_DETAIL.
INCLUDE MV56_CAR_PL_TN_EVIO_LIST.
INCLUDE MV56_CAR_PL_TN_EVIO_DETAIL_STA.
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.