SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

SAPMJV01 SAP ABAP dialog Program - IS-M/SD: Carrier Routes (Master Data)







SAPMJV01 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 SAPMJV01 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

JV01 - IS-M: Create Carrier Route
JV02 - IS-M: Change Carrier Route
JV03 - IS-M: Display Carrier Route


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


Text pool values


Title: IS-M/SD: Carrier Routes (Master Data)
Text Symbol: VTL = Ad pre-print zone
Text Symbol: VCU = Change
Text Symbol: TXT = Comment
Text Symbol: TIT = Carrier route
Text Symbol: HCU = Create
Text Symbol: BLG = Insert zone
Text Symbol: ACU = Display


INCLUDES used within this REPORT SAPMJV01

INCLUDE MJ000TOP . " IS-PSD : ALLGEMEIN *
INCLUDE MJS00T02 . " DATENDEF. FÜR DIE GEOEINHEIT *
INCLUDE MJG00TRO . " DATENDEF. GP-ROLLEN *
INCLUDE MJR00T04 . " BEABLADESTELLE *
INCLUDE LJR02PT1 . " BEABLADESTELLE - SCHNITTSTELLENPARAMETER *
INCLUDE JTEXTTOP . " SAP-SCRIPT DEFINITIONEN *
INCLUDE MJS00T99 . " DEFINTIONEN TRANSAKTIONSCODES STRUKTUREN *
INCLUDE LJS01PT1 . " DEFINTIONEN PARAMETER STRUKTURPFLEGE *
INCLUDE MJV01TOP . " DATENDEF. FÜR TRANSAKTION BEZIRK *
INCLUDE MJV01TTP . " DATENDEF. SAPSCRIPT FÜR BEZIRK *
INCLUDE MJV01ODI . " DATENINITIALISIERUNGEN *
INCLUDE MJ000ONA. " NAVIGATION ÜBER FOLGEBILDSTEUERUNG *
INCLUDE MJV01OSM . " SCREENMODIFIKATION FÜR X-FELDER (EIN/AUSCHALTEN)*
INCLUDE MJV01IOP . " BEZIRK_PRUEFEN, BEZIRK_REF_PRUEFEN *
INCLUDE MJ000INA. " NAVIGATION ÜBER FOLGEBILDSTEUERUNG *
INCLUDE MJ000FDI . " IS-PSD INITIALISIERUNGEN ALLG. *
INCLUDE MJ000FNA . " NAVIGATION *
INCLUDE MJ000FNA . " NAVIGATION *

INCLUDE MJV01FRE . " AT VALUE REQUEST *
INCLUDE MJV01FDI . " INITIALISIERUNGEN *
INCLUDE MJV01FOP . " NUMMER_PRUEFEN, *
INCLUDE MJV01FOB . " BEZIRK BEARBEITEN *
INCLUDE MJV01FBT . " *
INCLUDE MJV01FGP . " GESCHÄFTSPARTNER ZUM BEZIRK *
INCLUDE MJV01FSM . " SCREENMODIFIKATION X-FELDER: XKONSIST, ... *
INCLUDE MJV01FUP . " UPDATE *
INCLUDE MJV01FST . " ANZEIGEN VERWENDUNG UND STRUKTUR *
INCLUDE MJV01FTX . " SAP-SCRIPT BEARBEITUNG *
INCLUDE MJV01F10 . " ZUSATZZUSTELLUNG *
INCLUDE MJV01F20 . " POTENTIALE ERMITTELN *




INCLUDE MJV0FB02 . " AUFRUF DER VERBUCHUNGSBAUSTEINE /FUNKTIONSB. *
INCLUDE MJTEXTFO .
INCLUDE MJV01IVO.


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:

ISP_JVTBEZHPVA_INSERT CALL FUNCTION 'ISP_JVTBEZHPVA_INSERT' IN UPDATE TASK EXPORTING BEZIRK = IN_BEZIRK DRERZ = IN_DRERZ PVA = IN_PVA.

ISP_JVTBEZHPVA_UPDATE CALL FUNCTION 'ISP_JVTBEZHPVA_UPDATE' IN UPDATE TASK EXPORTING BEZIRK = IN_BEZIRK DRERZ = IN_DRERZ PVA = IN_PVA.



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