MV60AF0V is a standard ABAP INCLUDE 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 MV60AF0V into the relevant SAP transactions such as SE38 or SE80
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.
INCLUDE MV60AF0V_VBRK_BEARBEITEN . " VBRK_BEARBEITEN
INCLUDE MV60AF0V_VBRK_UNTERLEGEN . " VBRK_UNTERLEGEN
INCLUDE MV60AF0V_VBRK_VORBEREITEN . " VBRK_VORBEREITEN
INCLUDE MV60AF0V_VBRP_BEARBEITEN . " VBRP_BEARBEITEN
INCLUDE MV60AF0V_VBRL_BEARBEITEN . " VBRL_BEARBEITEN
INCLUDE MV60AF0V_VBRP_UNTERLEGEN . " VBRP_UNTERLEGEN
INCLUDE MV60AF0V_VBRL_UNTERLEGEN . " VBRL_UNTERLEGEN
INCLUDE MV60AF0V_VBRK-TAXKX_PRUEFEN . " VBRK-TAXKX_PRUEFEN
INCLUDE MV60AF0V_VBRK-TAXKX_PRUEFEN_AL . " VBRK-TAXKX_PRUEFEN_ALLE
INCLUDE MV60AF0V_VBAK_LESEN . " VBAK_LESEN
INCLUDE MV60AF0V_VBRK-VBELN_ERMITTELN . " VBRK-VBELN_ERMITTELN
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.