SAPMV80R 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 SAPMV80R into the relevant SAP transactions such as SE38 or SE80
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: ?...
Text Symbol: T05 = End Point
Text Symbol: T04 = Leg
Text Symbol: T03 = Start Point
Text Symbol: T02 = Ctry
Text Symbol: T01 = Route
Text Symbol: 027 = Define routes
Text Symbol: 026 = User guidance: Route definition
Text Symbol: 025 = Back
Text Symbol: 024 = Save data first?
Text Symbol: 023 = You are about to leave the details screen -
Text Symbol: 022 = to delete?
Text Symbol: 021 = Do you wish
Text Symbol: 020 = Delete data record
Text Symbol: 019 = Legs help
Text Symbol: 018 = (Correction)
Text Symbol: 017 = (Insert)
Text Symbol: 016 = (Append)
Text Symbol: 015 = Transit Route
Text Symbol: 014 = Legs to Point
Text Symbol: 013 = Legs from Point
Text Symbol: 012 = Details by Point
Text Symbol: 011 = Points
Text Symbol: 010 = Legs
Text Symbol: 009 = Create New Legs
Text Symbol: 008 = Select Leg
Text Symbol: 007 = Mode of Transport
Text Symbol: 006 = Shipping Type
Text Symbol: 005 = Legs by Route
Text Symbol: 004 = Details by Route
Text Symbol: 003 = Routes
Text Symbol: 002 = Maintain:
Text Symbol: 001 = Display:
INCLUDE MV80RTOP.
INCLUDE MV80R200.
INCLUDE MV80R210.
INCLUDE MV80R300.
INCLUDE MV80R400.
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.