CNV_MBT_PLK_MAINTAIN_MODULES 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 CNV_MBT_PLK_MAINTAIN_MODULES 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: Include CNV_MBT_PLK_MAINTAIN_MODULES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING IM_AREA = ' ' im_level = 'PROJECT' im_activity = '01' EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.
CNV_MBT_LS_GET_STATE CALL FUNCTION 'CNV_MBT_LS_GET_STATE' IMPORTING ep_state = gd_plk_state ep_key_alias = gd_key_alias ep_timestamp = gd_timestamp ep_user_name = gd_plk_user EXCEPTIONS get_state_failed = 1 OTHERS = 2.
CNV_MBT_KY_GET_ALL_ALIAS CALL FUNCTION 'CNV_MBT_KY_GET_ALL_ALIAS' TABLES et_key_alias = gt_alias EXCEPTIONS no_alias_found = 1 OTHERS = 2.
CNV_MBT_ES_GET_STATE CALL FUNCTION 'CNV_MBT_ES_GET_STATE' TABLES et_engine_state = gt_engine_state.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_PLK_MAINTAIN_MODULES - Include CNV_MBT_PLK_MAINTAIN_MODULES CNV_MBT_PLK_MAINTAIN_FORM - Include CNV_MBT_PLK_MAINTAIN_FORM CNV_MBT_PLK_MAINTAIN - Program CNV_MBT_PLK_MAINTAIN CNV_MBT_PLK_MAINTAIN - Program CNV_MBT_PLK_MAINTAIN CNV_MBT_PLK_FORM - Available functions for Production lock CNV_MBT_PLK - Definitions for Production Lock