CNV_MBT_EXECUTE_STEP 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_EXECUTE_STEP 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.
Title: Execute Preselection step
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_BP_EXE_PRESEL_STEP CALL FUNCTION 'CNV_TDMS_BP_EXE_PRESEL_STEP' DESTINATION pv_rfc EXPORTING iv_ts_guid = pv_tsuid iv_step_key = pv_step iv_namespace = pv_namsp it_related_packages = pv_relpk iv_pcl_package_id = pv_pclpk IMPORTING et_packages = ct_packages et_protocol = lt_protocol.
RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = pv_rfc EXCEPTIONS destination_not_open = 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_EXECUTE_STEP - Execute Preselection step CNV_MBT_EXECUTE_STEP - Execute Preselection step CNV_MBT_EDIT_SYSTEM_MESSAGE - Report CNV_MBT_EDIT_SYSTEM_MESSAGE CNV_MBT_EDIT_SYSTEM_MESSAGE - Report CNV_MBT_EDIT_SYSTEM_MESSAGE CNV_MBT_D_SCHEME_INCLUDE - Conversion: Type definitions for schemas CNV_MBT_DTL_TECHNICAL_SETTINGS - Trouble Shooting: Change Technical Settings