SAP Reports / Programs

SAPMV56_CAR_PL_TN_EV SAP ABAP dialog Program - Programm SAPRV56_CAR_PL_TN_EV







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT SAPMV56_CAR_PL_TN_EV

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.




INCLUDE MV56_CAR_PL_TN_EVO01.
INCLUDE MV56_CAR_PL_TN_EVF01.
INCLUDE MV56_CAR_PL_TN_EVF02.
INCLUDE MV56_CAR_PL_TN_EVF03.
INCLUDE MV56_CAR_PL_TN_EVIO_DETAIL_EV.
INCLUDE MV56_CAR_PL_TN_EV_MOBILE.


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