MV13AFMC 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 MV13AFMC 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_COMPANY_CODE_SELECT call function 'MM_ARRANG_COMPANY_CODE_SELECT' exporting company_code = le_bukrs importing e_t001 = t001 exceptions no_company_code = 1 internal_error = 2 others = 3.
WLF_READ_CHARACTERISTIC_DATA call function 'WLF_READ_CHARACTERISTIC_DATA' exporting iv_atnam_tc = is_komg-atnam_tc * IV_DATE = SY-DATUM iv_text_read = 'X' * IV_LANGU = SY-LANGU importing ev_text = lv_text exceptions error = 1 others = 2.
WLF_READ_CHARACTERISTIC_DATA call function 'WLF_READ_CHARACTERISTIC_DATA' exporting iv_atnam_tc = komg-atnam_tc * IV_DATE = SY-DATUM * IV_LANGU = SY-LANGU importing es_cabn = ls_cabn exceptions error = 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.