MOMBEF10 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 MOMBEF10 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.
Title: Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'TCUCH' varkey = mandant EXCEPTIONS foreign_lock = 4 system_failure = 8.
ENQUEUE_E_TABLES CALL FUNCTION 'ENQUEUE_E_TABLES' * gesperrt, damit Anzeige durch Änderung anderer ungültig wird.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
CLOB_GET_CLASSTYPE_FOR_BATCH CALL FUNCTION 'CLOB_GET_CLASSTYPE_FOR_BATCH' EXPORTING table = cl_table ptable = cl_ptable IMPORTING classtype = cl_klart EXCEPTIONS classtype_not_found = 01 classtype_not_active = 02.
CLOB_GET_CLASSTYPE_FOR_BATCH CALL FUNCTION 'CLOB_GET_CLASSTYPE_FOR_BATCH' EXPORTING table = cl_table ptable = cl_ptable IMPORTING classtype = cl_klart EXCEPTIONS classtype_not_found = 01 classtype_not_active = 02.
CLOB_SET_INITFLAG_FOR_BATCH CALL FUNCTION 'CLOB_SET_INITFLAG_FOR_BATCH' EXPORTING atable = k_table_mcha itable = k_table_mch1.
L_BATCH_STATUS_CHECK_WM CALL FUNCTION 'L_BATCH_STATUS_CHECK_WM' TABLES i_werke = xwrkz EXCEPTIONS OTHERS = 1.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ls_ko200 iv_no_standard_editor = 'X' iv_no_show_option = 'X' EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING * WI_ORDER = ' ' wi_ko200 = ls_ko200 iv_no_standard_editor = 'X' iv_no_show_option = 'X' TABLES wt_e071k = ls_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.