SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

SAPMV13H SAP ABAP dialog Program - Maintenance of Conditions for Batch Determination







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

VCH3 - Display Batch Search Strategy
VCH2 - Change Batch Search Strategy
VCH1 - Create Batch Search Strategy
COB3 - Display batch search strategy- prod.
COB2 - Change batch search strategy - prod.
COB1 - Create batch search strategy - prod.
VKC3 - Display General Strategy
VKC2 - Change General Strategy
VKC1 - Create General Strategy
MBC3 - Display MM Batch Determ. Strategy
MBC2 - Change MM Batch Determ. Strategy
MBC1 - Create MM Batch Search Strategy
LS53 - Display Batch Search Strategy - WM
LS52 - Change Batch Search Strategie - WM
LS51 - Create Batch Search Strategy - WM


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


Text pool values


Title: Maintenance of Conditions for Batch Determination
Text Symbol: 001 = Batch determination


INCLUDES used within this REPORT SAPMV13H

INCLUDE MV13HTOP.
INCLUDE MV13HO0C.
INCLUDE MV13HO0D.
INCLUDE MV13HO0F.
INCLUDE MV13HO0T.
INCLUDE MV13HO0X.
INCLUDE MV13HI0D.
INCLUDE MV13HI0F.
INCLUDE MV13HI0G.
INCLUDE MV13HI0K.
INCLUDE MV13HI0M.
INCLUDE MV13HI0R.
INCLUDE MV13HI0S.
INCLUDE MV13HI0V.
INCLUDE MV13HI0X.
INCLUDE MV13HF0F.
INCLUDE MV13HF0M.
INCLUDE MV13HF0T.
INCLUDE MV13HF00.
INCLUDE MV13HO0K.
INCLUDE MV13HO0R.
INCLUDE MV13HF0R.
INCLUDE MV13HF0S.
INCLUDE MV13HF0B.
INCLUDE MV13HO0V.
INCLUDE MV13HF0K.
INCLUDE MV13HO0S.


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