SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_MBT_EXTENDED_MONITOR_FORMS SAP ABAP INCLUDE - Include for all the forms in CNV_MBT_EXTENDED_MONITOR







CNV_MBT_EXTENDED_MONITOR_FORMS 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_EXTENDED_MONITOR_FORMS 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_EXTENDED_MONITOR_FORMS. "Basic submit
SUBMIT CNV_MBT_EXTENDED_MONITOR_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_EXTENDED_MONITOR_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include for all the forms in CNV_MBT_EXTENDED_MONITOR


INCLUDES used within this REPORT CNV_MBT_EXTENDED_MONITOR_FORMS

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_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' EXPORTING packid = p_pack IMPORTING phase = lv_act_phase EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 OTHERS = 4.

CNV_MBT_UI_GET_USER_PARAMETER CALL FUNCTION 'CNV_MBT_UI_GET_USER_PARAMETER' EXPORTING parameter_id = 'PCL_CUST_MON' IMPORTING parameter_value = gv_p_cust_mon EXCEPTIONS does_not_exist = 1 OTHERS = 2.

CNV_MBT_CWB_CONVERT_PHASE CALL FUNCTION 'CNV_MBT_CWB_CONVERT_PHASE' EXPORTING i_pcl_phase = ls_out-activity_id IMPORTING e_is_conv_phase = lv_is_conv_phase.

CNV_MBT_ACTIVITY_NODETEXT_GET CALL FUNCTION 'CNV_MBT_ACTIVITY_NODETEXT_GET' EXPORTING activity_id = iv_activity_id IMPORTING node_text = xv_node_text EXCEPTIONS no_text_found = 1 OTHERS = 2.

BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = sy-mandt jobcount = gs_out_jobname-jobcount jobname = gs_out_jobname-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS cant_read_joblog = 1 jobcount_missing = 2 joblog_does_not_exist = 3 joblog_is_empty = 4 joblog_name_missing = 5 jobname_missing = 6 job_does_not_exist = 7 OTHERS = 8.

CNV_MBT_INFO_JOBLOG_RFC CALL FUNCTION 'CNV_MBT_INFO_JOBLOG_RFC' DESTINATION gs_out_jobname-destination EXPORTING jobcount = gs_out_jobname-jobcount jobname = gs_out_jobname-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS joblog_error = 1 OTHERS = 2.

CNV_MBT_CWB_JOBLOG_READ CALL FUNCTION 'CNV_MBT_CWB_JOBLOG_READ' DESTINATION gs_out_jobname-destination EXPORTING jobcount = gs_out_jobname-jobname jobname = gs_out_jobname-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS joblog_error = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-046 text_question = text-045 text_button_1 = 'Yes'(042) text_button_2 = 'No'(043) IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

CNV_MBT_UI_SET_USER_PARAMETER CALL FUNCTION 'CNV_MBT_UI_SET_USER_PARAMETER' EXPORTING parameter_id = gc_parameter_id parameter_value = gv_parameter_value EXCEPTIONS does_not_exist = 1 OTHERS = 2.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = p_pack phase = ls_out_port-phase activity_id = ls_out_port-activity_id exec_num = gv_exce_num EXCEPTIONS OTHERS = 1.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING session_id = ls_out_port-session_id subact_id = gv_subact_id task_id = ls_out_port-task_id EXCEPTIONS OTHERS = 1.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = p_pack phase = ls_out_port-phase activity_id = ls_out_port-activity_id exec_num = gv_exce_num EXCEPTIONS OTHERS = 1.

CNV_MBT_DOCU_ACTIVITY CALL FUNCTION 'CNV_MBT_DOCU_ACTIVITY' EXPORTING iv_activity_id = gc_info_activity EXCEPTIONS activity_not_exists = 1 document_id_not_exists = 2 OTHERS = 3.

CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' EXPORTING packid = p_pack IMPORTING scenario = gv_scenario EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2.

CNV_MBT_PROCTYPE_GET CALL FUNCTION 'CNV_MBT_PROCTYPE_GET' EXPORTING packid = p_pack IMPORTING is_slop = gv_is_slop EXCEPTIONS package_not_found = 1 OTHERS = 2.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id IMPORTING last_exec_num = gv_execution_no EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = gc_domain value = lv_char IMPORTING dd07v_wa = ls_ddo7v_wa EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.

CNV_MBT_CWB_CONV_OVW_GET CALL FUNCTION 'CNV_MBT_CWB_CONV_OVW_GET' EXPORTING i_packid = p_pack TABLES et_cnvmbtsubstate = gt_cnvmbtsubstate.

CNV_MBT_STATE_GET





CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = p_pack phase = gs_out-phase activity_id = gs_out-activity_id IMPORTING last_exec_num = gv_execution_no EXCEPTIONS entry_does_not_exist = 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_EXTENDED_MONITOR_FORMS or its description.