CNV_MBT_USER_PREDEF_FORM 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_USER_PREDEF_FORM 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!
CNV_MBT_PARAMS_READ call function 'CNV_MBT_PARAMS_READ' exporting packid = p_pack local = 'X' * PARAMNAME = all_params = 'X' tables paratab = it_check_params exceptions action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 others = 5.
CNV_MBT_ADM_PACKAGES_GET call function 'CNV_MBT_ADM_PACKAGES_GET' exporting subproject = ld_subproject tables lt_cnvmbtpack = lt_cnvmbtpack lt_cnvmbtactive = lt_cnvmbtactive exceptions no_package = 1 others = 2.
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_USER_PREDEF_FORM - CNVMBTUSERPREDEFFORM CNV_MBT_USER_PREDEF_CONST - CNVMBTUSERPREDEFCONST CNV_MBT_UNLOCK_USER - Unlock Users CNV_MBT_UNLOCK_USER - Unlock Users CNV_MBT_UNLOCK_ONE_SYSTEM - Unlock the users in the receiver system in a given package CNV_MBT_UNLOCK_ONE_SYSTEM - Unlock the users in the receiver system in a given package