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

CNV_MBT_MT_CONVOBJECTS_DEFINE SAP ABAP Report - PCL Define Conversion Objects







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


Text pool values


Title: PCL Define Conversion Objects


INCLUDES used within this REPORT CNV_MBT_MT_CONVOBJECTS_DEFINE

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_MBT_SM_MACROS.


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_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'C' IMPORTING destination_id = gd_centerdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.

CNV_MBT_ADM_MAX_JOBS_GET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_GET' DESTINATION gd_centerdest EXPORTING packid = p_pack exec_target = 'C' phase = p_phase activity_id = p_act_id scheduler_mode = sy-batch get_total_value = 'X' IMPORTING ex_jobs_free = gd_jobs EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 1 .

DTL_MT_CONVOBJS_DEFINE CALL FUNCTION 'DTL_MT_CONVOBJS_DEFINE' DESTINATION gd_centerdest EXPORTING im_mode = 'E' im_applic = 'SLO' im_mt_id = gd_cnvmbtsubproject-mtid im_no_of_jobs = ld_jobs im_packid = p_pack im_session_id = gd_sess_id im_restart = gd_restart_mode i_tadir = 'X' IT_TABLES = gs_tables IMPORTING ex_lognumber = gd_lognumber EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.

CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING packid = p_pack phase = p_phase activity_id = gd_state_agent and_return = 'X' EXCEPTIONS transaction_does_not_exist = 1 program_does_not_exist = 2 no_authority = 3 scheduling_error = 4 variant_not_maintained = 5 destination_not_maint = 6 activity_log_error = 7 OTHERS = 8.

CNV_MBT_SUBSTATE_GET CALL FUNCTION 'CNV_MBT_SUBSTATE_GET' EXPORTING session_id = gd_sess_id subact_id = p_sub packid = p_pack TABLES t_substate = gt_substate EXCEPTIONS daten_not_found = 1 OTHERS = 2.

CNV_MBT_PROTOCOL_TRANSFER CALL FUNCTION 'CNV_MBT_PROTOCOL_TRANSFER' EXPORTING * IM_EXTNUMBER = im_lognumber = gd_substate-lognumber destination_id = gd_substate-destination IMPORTING ex_lognumber = gd_substate-lognumber_pcl EXCEPTIONS no_log_found = 1 invalid_call = 2 connection_failure = 3 internal_error = 4 OTHERS = 5.

CNV_MBT_L_SUBPROT_OPEN_NEW CALL FUNCTION 'CNV_MBT_L_SUBPROT_OPEN_NEW' EXPORTING lognumber_old = gd_substate-lognumber_pcl session_id = gd_substate-session_id subact_id = gd_substate-subact_id task_id = gd_substate-task_id * IMPORTING * LOGNUMBER = EXCEPTIONS internal_error = 1 modify_central_state_manag_err = 2 rfc_failure = 3 OTHERS = 4.

CNV_MBT_L_SUBPROT_MESSAGE CALL FUNCTION 'CNV_MBT_L_SUBPROT_MESSAGE' EXPORTING msgty = 'W' msgid = 'CNVMBT' msgno = '053' level = '2' probclass = '3' EXCEPTIONS OTHERS = 1.

CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB' EXCEPTIONS OTHERS = 1.

CNV_MBT_L_SUBSTATE_FINISH CALL FUNCTION 'CNV_MBT_L_SUBSTATE_FINISH' EXPORTING session_id = gd_substate-session_id subact_id = gd_substate-subact_id task_id = gd_substate-task_id with_log = 'X' * IMPORTING * EX_CNVMBTSUBSTATE = EXCEPTIONS entry_not_found = 1 parameters_not_defined = 2 update_failed = 3 error_during_dequeue = 4 rfc_failure = 5 pcl_update_failed = 6 OTHERS = 7.



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_MT_CONVOBJECTS_DEFINE or its description.