MNB01FMB 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 MNB01FMB 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_AUTHORITY_CHECK CALL FUNCTION 'MM_ARRANG_AUTHORITY_CHECK' EXPORTING I_AKTYP = T180-AKTYP I_KONA = KONA I_BUIS_COMP_AKTIV = YES DEQUEUE = YES EXCEPTIONS AUTHORITY_CHECK_FAILED = 1 OTHERS = 2.
SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING OBJTYPE = L_OBJTYPE OBJKEY = KONA-KNUMA EXCEPTIONS OBJTYPE_NOT_FOUND = 1 ERROR_MESSAGE = 2 OTHERS = 3.
MM_VAKEY_TO_2LINES CALL FUNCTION 'MM_VAKEY_TO_2LINES' EXPORTING VARIABLE_KEY = BV_VAKE IMPORTING VAKEY_TEXT_HEADER = BV_WMB01-VAKEY1 VAKEY_TEXT = BV_WMB01-VAKEY2 EXCEPTIONS INVALID_CONDITION_TABLE = 01.
MM_VAKEY_TO_2LINES CALL FUNCTION 'MM_VAKEY_TO_2LINES' EXPORTING VARIABLE_KEY = VAKE IMPORTING VAKEY_TEXT_HEADER = RV13A-VAKEY1 VAKEY_TEXT = RV13A-VAKEY2 EXCEPTIONS INVALID_CONDITION_TABLE = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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. MNASTO03 - IS-H: Routines for Redesigned Partial and Full Cancellation