MPZM2F01 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 MPZM2F01 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!
ENQUEUE_REPORT CALL FUNCTION 'ENQUEUE_REPORT' EXPORTING gclient = sy-mandt "#EC DOM_EQUAL gname = 'PREL' guname = sy-uname "#EC DOM_EQUAL IMPORTING number = lock_num subrc = lock_rc TABLES enq = temp_lock_tab.
ENQUEUE_REPORT CALL FUNCTION 'ENQUEUE_REPORT' EXPORTING gclient = sy-mandt gname = 'CATS_ENQUE' guname = sy-uname IMPORTING number = lock_num subrc = lock_rc TABLES enq = lock_tab.
ENQUE_DELETE CALL FUNCTION 'ENQUE_DELETE' TABLES enq = lock_tab.
ENQUEUE_REPORT CALL FUNCTION 'ENQUEUE_REPORT' EXPORTING gclient = sy-mandt gname = 'PLOGI' guname = sy-uname IMPORTING number = lock_num subrc = lock_rc TABLES enq = lock_tab.
ENQUE_DELETE CALL FUNCTION 'ENQUE_DELETE' TABLES enq = lock_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MPZM2F01 - documentation and ABAP source code MPZDAT03 - Table Definitions for Cluster VA MPZDAT02 - Contains Work Tables for Daily Work Schedule and Break Schedule MPZDAT01 - Utility Table for Converting Time Constraint 'Z' into '2' or '3' MPZDAT00 - documentation and ABAP source code MPZCONVT - Contains CONVERT Routines