SAP Reports / Programs

CNV_MBT_JOBS_CONTROL_NEW SAP ABAP Report - Jobs Control (new version)







CNV_MBT_JOBS_CONTROL_NEW is a standard Executable ABAP Report 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_JOBS_CONTROL_NEW into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_MBT_JOBS_CONTROL_NEW. "Basic submit
SUBMIT CNV_MBT_JOBS_CONTROL_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_JOBS_CONTROL_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Jobs Control (new version)
Text Symbol: 001 = Save Changes
Text Symbol: 002 = Changed
Text Symbol: 003 = (Use Max Jobs)
Text Symbol: 004 = Maximum Jobs
Text Symbol: 005 = created by Auto-Restart-Function


INCLUDES used within this REPORT CNV_MBT_JOBS_CONTROL_NEW

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CNV_MBT_LOCK_FOR_MAINTENANCE CALL FUNCTION 'CNV_MBT_LOCK_FOR_MAINTENANCE' EXPORTING im_packid = p_pack im_tabname = 'CNVMBTJOBSCT' * IM_VARKEY = EXCEPTIONS foreign_lock = 1 OTHERS = 2 .

CNV_MBT_GP_GET_GP_VALUE CALL FUNCTION 'CNV_MBT_GP_GET_GP_VALUE' EXPORTING ip_global_parameter = 'GLOBAL_HIDE_AUTORESTART' IMPORTING ep_low = lv_low TABLES et_cnvmbtparams = lt_params EXCEPTIONS gp_no_valid_found = 1 no_client_or_all = 2 gp_no_value_found = 3 OTHERS = 4.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = p_pack local = 'X' paramname = gc_param_maxjobs TABLES paratab = lt_cnvmbtparams EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5.

POPUP_TO_CONFIRM_DATA_LOSS CALL FUNCTION 'POPUP_TO_CONFIRM_DATA_LOSS' EXPORTING titel = text-001 IMPORTING answer = lv_answer.

CNV_MBT_UNLOCK_FOR_MAINTENANCE CALL FUNCTION 'CNV_MBT_UNLOCK_FOR_MAINTENANCE' EXPORTING im_packid = p_pack im_tabname = 'CNVMBTJOBSCT'.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = lv_docu suppress_edit = 'X' EXCEPTIONS OTHERS = 1.

STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = 'CNV_MBT_EXEC_TARGET' iv_value = p_exec_target IMPORTING ev_value_text = lv_text EXCEPTIONS value_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' value_org = 'S' TABLES value_tab = it_values EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

CNV_MBT_PACK_PROC_TREE_GET CALL FUNCTION 'CNV_MBT_PACK_PROC_TREE_GET' EXPORTING im_packid = p_pack im_view = 'E' im_sorted = 'X' im_check_tree = '' TABLES et_cnvmbtimg = lt_cnvmbtimg.

CNV_MBT_ADM_MAX_JOBS_SET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_SET' EXPORTING packid = p_pack phase = gs_details-phase activity_id = gs_details-activity_id no_popup = 'X' new_value = gs_details-jobs_max.

CNV_MBT_PARAMS_MODIFY CALL FUNCTION 'CNV_MBT_PARAMS_MODIFY' EXPORTING packid = p_pack local = 'X' TABLES paratab = lt_cnvmbtparams EXCEPTIONS action_failed = 1 rfc_calling_error = 2 rfc_destination_error = 3 OTHERS = 4.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = p_pack local = 'X' paramname = gc_param_defactjobs TABLES paratab = lt_cnvmbtparams EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5.

CNV_MBT_PACK_PROC_TREE_GET CALL FUNCTION 'CNV_MBT_PACK_PROC_TREE_GET' EXPORTING im_packid = p_pack im_view = 'E' im_sorted = 'X' im_check_tree = '' TABLES et_cnvmbtimg = lt_cnvmbtimg.

CNV_MBT_PC_AUTORESTART_GET CALL FUNCTION 'CNV_MBT_PC_AUTORESTART_GET' EXPORTING packid = p_pack IMPORTING autorestart_active = gv_autorestart EXCEPTIONS action_failed = 1 OTHERS = 2.

CNV_MBT_PC_AUTORESTART_SET CALL FUNCTION 'CNV_MBT_PC_AUTORESTART_SET' EXPORTING packid = p_pack autorestart_active = gv_autorestart EXCEPTIONS action_failed = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_MBT_JOBS_CONTROL_NEW or its description.