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

SAPMV14A SAP ABAP dialog Program - Main Report for Generating Pricing Reports







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

8KEG_02 - Change Pricing Report
8KEG - Create Condition List
V12LCB - Change Pricing Report
V12LCA - Create Pricing Report
V12L3V_D - Execute Pricing Report for Camp.Det.
V12L3V_C - Display Pricing Report for Camp.Det.
V12L3V_B - Change Pricing Report for Camp. Det.
V12L3V_A - Create Pricing Report for Camp. Det.
V/LD - Execute pricing report
V/LC - Display Pricing Report
M_LA - Purchasing: Condition List
PMLA - Create: Portfolio List
PMLB - Change: Portfolio List
PMLC - Display: Portfolio List
PMLD - Execute: Portfolio List
M_LB - Change Condition List
T_LD - Execute pricing report
M_LC - Display Condition List
T_LC - Display pricing report
V/LB - Change Pricing Report
V/LA - Create Pricing Report
8KEG_03 - Display Pricing Report
8KEG_16 - Execute Pricing Report
V12LDVG_A - Create Condition List GTIN Mapping
V12LDVG_B - Change Condition List GTIN Mapping
V12LDVG_C - Display Condition List GTIN Mapping
V12L_D - Execute Pricing Report
V12L_C - Display Pricing Report
V12L_B - Change Pricing Report
V12L_A - Create Pricing Report
V12LEV_D - Execute Pricing Report (Rebate)
V12LEV_C - Display Transactions (Rebate)
V12LEV_B - Change Pricing Report (Rebate)
V12LEV_A - Create Pricing Report (Rebate)
V12LDV_D - Execute Pricing Report
V12LDV_C - Display Pricing Report
CACSCONDLC - Display Pricing Report
CACSCONDLB - Change Pricing Report
CACSCONDLA - Create Pricing Report
V12LDV_B - Change Pricing Report
V12LDV_A - Create Pricing Report
V12LDVG_D - Execute Condition List GTIN Mapping
JLLD - Execute Condition List
M_LD - Execute Condition List
T_LA - Create Pricing Report
KE4O - Display Pricing Report
J/H5 - Create Condition List Prices JA
J/H6 - Change Condition List Prices JA
J/H7 - Display Condition List Prices
J/H8 - IS-M: Execute Condition List JA
J/LA - Create Condition List
J/LB - Change Condition List
J/LC - Display Condition List
J/LD - Execute Condition List
J/LE - IS-M/SD: Create Pr.Report- Post.Chrg
J/LF - IS-M: Change Pr.Report f.Post.Sett
J/LG - IS-M/SD: Display Pr.Rept f.Post.Chgs
J/LH - IS-M: Pr.Report for Postal Charges
KE4Q - Execute Pricing Report
JB4L - Create List of Conditions
JB4N - Change List of Conditions
JB4O - Display List of Conditions
JB4Q - Execute List of Conditions
JHDA - Create Condition List Prices JC
JHDB - IS-M: Change Cond.List Prices JC
JHDC - IS-M: Display Cond.List Prices JC
JHDD - IS-M: Execute Condition List JC
JHDE - IS-M: Create Cond.List Prices JE
JHDF - IS-M: Change Cond.List Prices JE
JHDG - IS-M: Display Cond.List Prices JE
JHDH - IS-M: Execute Condition List JE
JLLC - Display Pricing Report
JLLB - Change Pricing Report
JLLA - Create Pricing Report
T_LB - Change pricing report
KE4L - Pricing report
KE4N - Change Pricing Report
JLL4 - Execute Condition List
JLL3 - Display Pricing Report
JLL2 - Change Pricing Report
F/LD - Execute pricing reports
F/LC - Display pricing reports
F/LB - Change pricing reports
F/LA - Create Pricing Report
J/H1 - Create pricing report COA scale
J/H2 - Change pricing report COA scale
J/H3 - Display pricing report COA scale
JLL1 - Create Pricing Report
J/H4 - Execute pricing report COA scale


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


Text pool values


Title: Main Report for Generating Pricing Reports
Text Symbol: 030 = Condition type
Text Symbol: 029 = All
Text Symbol: 028 = Cond.type
Text Symbol: 027 = Amount Unit per UoM
Text Symbol: 026 = Valid from Valid to
Text Symbol: 025 = Scale qty UoM Amount Unit per UoM
Text Symbol: 024 = Delete
Text Symbol: 023 = Do you want to delete the
Text Symbol: 022 = report ?
Text Symbol: 021 = - No validity period specified
Text Symbol: 020 = - Validity period specified
Text Symbol: 019 = - Without scale display
Text Symbol: 018 = - With scale display
Text Symbol: 017 = Warning
Text Symbol: 016 = Do you want to generate report?
Text Symbol: 015 = Report exceeds 132 characters
Text Symbol: 014 = Validity period
Text Symbol: 013 = Valid from
Text Symbol: 010 = Cancel report maintenance
Text Symbol: 009 = processing of the report? ;;
Text Symbol: 008 = Do you still want to exit
Text Symbol: 007 = Selection criterion
Text Symbol: 006 = appear together?
Text Symbol: 005 = tables where the selected fields
Text Symbol: 004 = Do you want to select only those
Text Symbol: 003 = Item
Text Symbol: 002 = Group header
Text Symbol: 001 = Page header


INCLUDES used within this REPORT SAPMV14A

INCLUDE MV14ATOP .
INCLUDE MV14AO0A.
INCLUDE MV14AO0B.
INCLUDE MV14AO0C.
INCLUDE MV14AO0R.
INCLUDE MV14AO0S.
INCLUDE MV14AO0T.
INCLUDE MV14AO0X.
INCLUDE MV14AI0A.




INCLUDE MV14AI0F.
INCLUDE MV14AI0G.
INCLUDE MV14AI0H.
INCLUDE MV14AI0M.
INCLUDE MV14AI0S.
INCLUDE MV14AI0T.
INCLUDE MV14AI0V.
INCLUDE MV14AI0X.
INCLUDE MV14AF0A.
INCLUDE MV14AF0B.
INCLUDE MV14AF0C.
INCLUDE MV14AF0K.
INCLUDE MV14AF0L.
INCLUDE MV14AF0O.
INCLUDE MV14AF0P.
INCLUDE MV14AF0R.
INCLUDE MV14AF0S.
INCLUDE MV14AF0T.
INCLUDE MV14AF0U.
INCLUDE MV14AF0V.
INCLUDE MV14AF0X.
INCLUDE MV14AF0H.
INCLUDE MV14AI0R.
INCLUDE MV14AF0I.
INCLUDE MV14AF0E.
INCLUDE MV14AO0F.
INCLUDE MV14AF0F.


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