MV13AFMT 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 MV13AFMT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_ARRANG_PURCHASE_GRP_SELECT CALL FUNCTION 'MM_ARRANG_PURCHASE_GRP_SELECT' EXPORTING purchase_group = ts_ekgrp IMPORTING e_t024 = t024 EXCEPTIONS purchase_group_not_found = 1 OTHERS = 2.
MM_ARRANG_PURCHASE_ORG_SELECT CALL FUNCTION 'MM_ARRANG_PURCHASE_ORG_SELECT' EXPORTING purchase_org = ts_ekorg IMPORTING e_t024e = t024e EXCEPTIONS purchase_org_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV13AFMT - documentation and ABAP source code MV13AFMS - Payment Cards: Select Address Data MV13AFMR - documentation and ABAP source code MV13AFMP - documentation and ABAP source code MV13AFMM - SD Credit Data: Read Open Order, Delivery and Billing Values MV13AFML - documentation and ABAP source code