MNB01FMC 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 MNB01FMC 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.
SD_CCTRL_TEXTEDIT_PREPARE CALL FUNCTION 'SD_CCTRL_TEXTEDIT_PREPARE' EXPORTING I_REPID = 'SAPMNB01' I_TEXT_CONTAINER = 'CCTRL_TEXTEDIT' I_TDOBJECT = U_TDOBJECT I_TDNAME = LO_TDNAME I_TDID = U_TDID I_CHANGE = LO_CHANGE IMPORTING E_TITEL = CCTRL_TEXTEDIT_TITLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNB01FMC - documentation and ABAP source code MNB01FMB - documentation and ABAP source code MNB01FMA - documentation and ABAP source code MNB01F0S - documentation and ABAP source code MNB01BLI - documentation and ABAP source code MNASTOCH - IS-H CH: Country-specific include CV_SWITZERLAND for invoice cancel.