SAPMJVSO 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 SAPMJVSO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JVSO1 - Create Shipping Order
JVSO2 - Change Shipping Order
JVSO3 - Display Shipping Order
JVSO4 - Delete Shipping Order
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: IS-M/SD: Shipping Order Maintenance
Text Symbol: 001 = Exit Without Saving
Text Symbol: 002 = Shipping Address
Text Symbol: 003 = You must save before this step.
Text Symbol: 004 = Do you want to save now?
Text Symbol: 005 = Plan Shipping Order
Text Symbol: 006 = Encode Shipping Addresses
Text Symbol: 007 = Perform Delivery Viability Determination
Text Symbol: 008 = Confirm Deletion
Text Symbol: 009 = Do you really want to delete this shipping order?
Text Symbol: 010 = Refresh Item Overview
Text Symbol: 011 = Delete Deliveries
Text Symbol: 012 = Perform Full Import
Text Symbol: 013 = Perform Delta Import
Text Symbol: 020 = TMC
Text Symbol: 021 = CarRte
Text Symbol: 022 = Geo. Unit
Text Symbol: 023 = Househld
INCLUDE MJVSOTOP.
INCLUDE MJVSOO01.
INCLUDE MJVSOI01.
INCLUDE MJVSOF01.
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.