SAPMV80P 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 SAPMV80P into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VOP2_OLD - Configuration: Partner
VOPA - Configuration: Partner
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: Customizing Partners
Text Symbol: 202 = Sales document item
Text Symbol: 201 = Sales document header
Text Symbol: 200 = Customer master
Text Symbol: 106 = Procedure Assignment
Text Symbol: 105 = Procedure Assignment
Text Symbol: 104 = Procedure Details
Text Symbol: 103 = Partner Procedures
Text Symbol: 102 = Partner Functions
Text Symbol: 101 = Partner Determin.
Text Symbol: 100 = Please select a partner object:
Text Symbol: 081 = Maintain:
Text Symbol: 080 = Display:
Text Symbol: 001 = Data record
Text Symbol: 203 = Delivery header
Text Symbol: ZUR = Back
Text Symbol: T01 = Delete data record
Text Symbol: DET = You are about to leave the details screen
Text Symbol: DAT = Save data first?
Text Symbol: BEN = User guide: Partner determination
Text Symbol: A01 = Do you want to delete the following object?
Text Symbol: 501 = Partner function conversion
Text Symbol: 500 = Allowed partner functions per account group
Text Symbol: 305 = Sales activity
Text Symbol: 205 = Billing item
Text Symbol: 204 = Billing header
INCLUDE MV80PTOP.
INCLUDE MV80P200.
INCLUDE MV80P300.
INCLUDE MV80P400.
INCLUDE MV80P600.
INCLUDE MV80P605.
INCLUDE MV80P610.
INCLUDE MV80P615.
INCLUDE MV80P620.
INCLUDE MV80P625.
INCLUDE MV80P630.
INCLUDE MV80P635.
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.