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

CNV_MBT_PROC_TREE_46_CLASSES SAP ABAP INCLUDE - Include CNV_MBT_PROC_TREE_46_CLASSES







CNV_MBT_PROC_TREE_46_CLASSES 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_PROC_TREE_46_CLASSES 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_PROC_TREE_46_CLASSES. "Basic submit
SUBMIT CNV_MBT_PROC_TREE_46_CLASSES AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_PROC_TREE_46_CLASSES 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 CNV_MBT_PROC_TREE_46_CLASSES


INCLUDES used within this REPORT CNV_MBT_PROC_TREE_46_CLASSES

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_INSERT_ACT CALL FUNCTION 'CNV_MBT_INSERT_ACT' EXPORTING i_packid = p_pack i_phase = gs_temp_node_key-phase i_activity_id = gs_temp_node_key-activity_id i_scenario = gv_scenario EXCEPTIONS cancelled_by_user = 1 error = 2 OTHERS = 3.

CNV_MBT_PC_PROG_START CALL FUNCTION 'CNV_MBT_PC_PROG_START' STARTING NEW TASK monitortask EXPORTING progname = gv_prog * AND_RETURN = gc_select TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 program_execution_failed = 2 no_authority = 3 OTHERS = 4.

CNV_MBT_PC_PROG_START CALL FUNCTION 'CNV_MBT_PC_PROG_START' STARTING NEW TASK monitortask EXPORTING progname = gv_prog * AND_RETURN = gc_select TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 program_execution_failed = 2 no_authority = 3 OTHERS = 4.

CNV_MBT_POPUP_CONFIRM_WITH_MSG * CALL FUNCTION 'CNV_MBT_POPUP_CONFIRM_WITH_MSG' * EXPORTING * defaultoption = 'N' * diagnosetext1 = text-228 * diagnosetext2 = text-229 * diagnosetext3 = text-230 * textline1 = text-231 * titel = text-227 * cancel_display = '' * i_msgclass = 'CNVMBT' * i_message = 115 * IMPORTING * answer = lv_popup_answer.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = gs_temp_node_key-packid phase = gs_temp_node_key-phase activity_id = gs_temp_node_key-activity_id exec_num = gs_out-exec_num EXCEPTIONS OTHERS = 1.

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = gs_temp_node_key-packid phase = gs_temp_node_key-phase session_id = gs_temp_node_key-session_id task_id = gs_cnvmbtsubstate-task_id subact_id = gs_temp_node_key-activity_id EXCEPTIONS OTHERS = 1.

BP_JOBLOG_SHOW ** CALL FUNCTION 'BP_JOBLOG_SHOW' ** EXPORTING ** client = sy-mandt ** jobcount = gs_out-jobcount *** JOBLOGID = SPACE ** jobname = gs_out-jobname ** EXCEPTIONS ** error_reading_jobdata = 1 ** error_reading_joblog_data = 2 ** jobcount_missing = 3 ** joblog_does_not_exist = 4 ** joblog_is_empty = 5 ** joblog_show_canceled = 6 ** jobname_missing = 7 ** job_does_not_exist = 8 ** no_joblog_there_yet = 9 ** no_show_privilege_given = 10 ** OTHERS = 11 ** .

BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = sy-mandt jobcount = gs_out-jobcount jobname = gs_out-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-destination EXPORTING jobcount = gs_out-jobcount jobname = gs_out-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-destination EXPORTING jobcount = gs_out-jobcount jobname = gs_out-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS joblog_error = 1 OTHERS = 2.

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

CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = p_pack phase = gs_temp_node_key-phase session_id = ls_history-session_id task_id = ls_cnvmbtsubstate-task_id subact_id = ls_history-activity_id EXCEPTIONS OTHERS = 1.

BP_JOBLOG_SHOW * CALL FUNCTION 'BP_JOBLOG_SHOW' * EXPORTING * client = sy-mandt * jobcount = ls_out-jobcount ** JOBLOGID = SPACE * jobname = ls_out-jobname * EXCEPTIONS * error_reading_jobdata = 1 * error_reading_joblog_data = 2 * jobcount_missing = 3 * joblog_does_not_exist = 4 * joblog_is_empty = 5 * joblog_show_canceled = 6 * jobname_missing = 7 * job_does_not_exist = 8 * no_joblog_there_yet = 9 * no_show_privilege_given = 10 * OTHERS = 11 * .

BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = sy-mandt jobcount = ls_out-jobcount jobname = ls_out-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 ls_out-destination EXPORTING jobcount = ls_out-jobcount jobname = ls_out-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS joblog_error = 1 OTHERS = 2.

CNV_MBT_CWB_JOBLOG_READ CALL FUNCTION 'CNV_MBT_CWB_JOBLOG_READ' DESTINATION ls_out-destination EXPORTING jobcount = ls_out-jobcount jobname = ls_out-jobname TABLES joblogtbl = gt_joblog EXCEPTIONS joblog_error = 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_PROC_TREE_46_CLASSES or its description.