CNV_MBT_SNAP_DATA 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_SNAP_DATA 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: Include CNV_MBT_SNAP_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_PROTOCOL_MESSAGE call function 'CNV_MBT_L_PROTOCOL_MESSAGE' exporting msgty = &2 msgid = &1 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 level = &8 probclass = &9 exceptions others = 1.
CNV_MBT_PACK_PROC_TREE_CHANGE CALL FUNCTION 'CNV_MBT_PACK_PROC_TREE_CHANGE' EXPORTING im_activity_id = &1 im_phase = &2 im_packid = &3 im_parent_id = &4 im_pre_id = &5 * IM_REPLACE_ID = im_insert_del_flag = &6 * IM_STATE_MOD = ' ' IM_PROC_VIEW = &7 * IM_OPTIONAL = ' ' * IM_USED_VARIANT = ' ' * EXCEPTIONS * INVALID_CALL = 1 * INVALID_PRE_ID_INFORMATION = 2 * INVALID_REPLACE_ID = 3 * OTHERS = 4 .
CNV_MBT_L_STATE_UPDATE call function 'CNV_MBT_L_STATE_UPDATE' exporting packid = &1 phase = &2 activity_id = &3 state_log = &4 exceptions update_failed = 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_SNAP_DATA - Include CNV_MBT_SNAP_DATA CNV_MBT_SNAP_ANALYSE_FORMS - Include CNV_MBT_SNAP_ANALYSE_FORMS CNV_MBT_SNAP_ANALYSE - Program CNV_TEMPLATE_ACTIVITY_WITH_SM CNV_MBT_SNAP_ANALYSE - Program CNV_TEMPLATE_ACTIVITY_WITH_SM CNV_MBT_SM_PARAMS_NODISPLAY - PCL obligatory state management parameters CNV_MBT_SM_PARAMS - PCL obligatory state management parameters