SAP Reports / Programs

SAPMV60A SAP ABAP dialog Program - Processing Billing Documents







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

VF03 - Display Billing Document
VF03_ITEM - Display Invoice with Item
VF27 - Display invoice list from archive
VF02 - Change Billing Document
VF01 - Create Billing Document
VF26 - Cancellation invoice list
VF07 - Display bill. document from archive
VF11 - Cancel Billing Document
VF21 - Create Invoice List
VF22 - Change invoice list
VF23 - Display Invoice List
VFX2 - Display Blocked Billing Documents


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


Text pool values


Title: Processing Billing Documents
Text Symbol: 400 = (CpD-master record)
Text Symbol: 303 = proforma invoice?
Text Symbol: 302 = Do you want to complete the
Text Symbol: 301 = Complete proforma
Text Symbol: 202 = Document 2
Text Symbol: 201 = Document 1
Text Symbol: 200 = Different header fields
Text Symbol: 199 = Different header partners
Text Symbol: 101 = Billing Type
Text Symbol: 100 = Billing document
Text Symbol: 059 = Tax Classification 9 Material
Text Symbol: 058 = Tax Classification 8 Material
Text Symbol: 057 = Tax classification 7 for material
Text Symbol: 056 = Tax classification 6 for material
Text Symbol: 055 = Tax classification 5 for material
Text Symbol: 054 = Tax Classification 4 Material
Text Symbol: 053 = Tax Classification 3 Material
Text Symbol: 052 = Tax Classification 2 Material
Text Symbol: 051 = Tax Classification 1 Material
Text Symbol: 041 = Tax Class. 9 for Customer
Text Symbol: 040 = Tax Class. 8 for Customer
Text Symbol: 039 = Tax Class. 7 for Customer
Text Symbol: 038 = Tax Class. 6 for Customer
Text Symbol: 037 = Tax Class. 4 for Customer
Text Symbol: 036 = Tax Class.3 for Customer
Text Symbol: 035 = Tax Classif.2 for Customer
Text Symbol: 034 = Tax Class. 1 for Customer
Text Symbol: 033 = Tax Class. 5 for Customer
Text Symbol: 012 = Simulate
Text Symbol: 011 = Cancel
Text Symbol: 010 = Display from archive
Text Symbol: 009 = Note
Text Symbol: 008 = Item
Text Symbol: 007 = Document
Text Symbol: 006 = Processed
Text Symbol: 005 = Canceled
Text Symbol: 004 = Incorrect





Text Symbol: 003 = Change
Text Symbol: 002 = Create
Text Symbol: 001 = Display


INCLUDES used within this REPORT SAPMV60A

INCLUDE MV60ATOP.
INCLUDE MV60AO0C.
INCLUDE MV60AO0D.
INCLUDE MV60AO0F.
INCLUDE MV60AO0I.
INCLUDE MV60AO0R.
INCLUDE MV60AO0S.
INCLUDE MV60AO0T.
INCLUDE MV60AO0V.
INCLUDE MV60AO0X.
INCLUDE MV60AI0B.
INCLUDE MV60AI0D.
INCLUDE MV60AI0F.
INCLUDE MV60AI0K.
INCLUDE MV60AI0N.
INCLUDE MV60AI0R.
INCLUDE MV60AI0V.
INCLUDE MV60AI0X.
INCLUDE MV60AV0V.
INCLUDE MV60AF0B.
INCLUDE MV60AF0C.
INCLUDE MV60AF0E.
INCLUDE MV60AF0F.
INCLUDE MV60AF0K.
INCLUDE MV60AF0N.
INCLUDE MV60AF0S.
INCLUDE MV60AF0T.
INCLUDE MV60AF0V.
INCLUDE MV60AF0X.
INCLUDE FV61BF00.
INCLUDE MV60AI0P_PASS_FCODE.
INCLUDE MV60AI0G_GET_FCODE.
INCLUDE MV60AI0S_STATUS_6900.
INCLUDE MV60AO0F_TABLECONTR.
INCLUDE MV60AO0P_PBO_TABSTRIP.
INCLUDE MV60AF0P_PBO_TABSTRIP.





INCLUDE MV60AI0P_PAI_TABSTRIP.
INCLUDE MV60AF0P_PAI_TABSTRIP.
INCLUDE MV60AI0X_XVBRP_INIT.
INCLUDE MV60AF0X_XVBRP_INIT.
INCLUDE TCRTDATA.
INCLUDE MV60AF0F_FIELDCHECK_ARC.
INCLUDE MV60AOLB.
INCLUDE MV60AILB.
INCLUDE MV60AF0F_FCODE_PDKO.
INCLUDE MV60A_GET_ITEMI01.
INCLUDE MV60A_START_VF03I01.
INCLUDE MV60AF0F_FCODE_PCHA.
INCLUDE MV60AF0F_FCODE_PEVA.
INCLUDE MV60AI0V_VBRK_GET_CURSOR.
INCLUDE MV60A_SET_PRICING_SCREENO01.


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