SAP Reports / Programs

SAPMV80R SAP ABAP dialog Program - ?...







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


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


Text pool values


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:


INCLUDES used within this REPORT SAPMV80R

INCLUDE MV80RTOP.
INCLUDE MV80R200.
INCLUDE MV80R210.
INCLUDE MV80R300.
INCLUDE MV80R400.




INCLUDE MV80R410.
INCLUDE MV80R500.
INCLUDE MV80R600.
INCLUDE MV80R700.
INCLUDE MV80R800.
INCLUDE MV80R810.
INCLUDE MV80R900.
INCLUDE MV80R905.
INCLUDE MV80R910.
INCLUDE MV80R950.
INCLUDE MV80R100.
INCLUDE MV80RF0A.
INCLUDE MV80RF0B.
INCLUDE MV80RF0C.
INCLUDE MV80RF0D.
INCLUDE MV80RF0F.
INCLUDE MV80RF0T.


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