CNV_MBT_SM_MACROS 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_SM_MACROS 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: PCL additional state management macros
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_PROTOCOL_INIT call function 'CNV_MBT_L_PROTOCOL_INIT' exporting packid = p_pack phase = p_phase activity_id = p_act_id.
CNV_MBT_L_PROTOCOL_MESSAGE call function 'CNV_MBT_L_PROTOCOL_MESSAGE' exporting msgty = &1 msgid = &2 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 level = &8 probclass = &9 exceptions others = 1.
DB_COMMIT call function 'DB_COMMIT' .
CNV_MBT_MESSAGE_SHOW call function 'CNV_MBT_MESSAGE_SHOW' exporting msgty = &1 msgid = &2 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 exceptions others = 1.
CNV_MBT_MESSAGE_SHOW call function 'CNV_MBT_MESSAGE_SHOW' exporting msgty = &1 msgid = &2 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 raise = 'X' exceptions expected_raise = 1.
DB_COMMIT call function 'DB_COMMIT' .
CNV_MBT_L_PROTOCOL_WRITE_DB call function 'CNV_MBT_L_PROTOCOL_WRITE_DB' exceptions object_not_found = 1 subobject_not_found = 2 internal_errors = 3 others = 4.
CNV_MBT_L_STATE_INIT call function 'CNV_MBT_L_STATE_INIT' exporting packid = p_pack phase = p_phase activity_id = p_act_id restart = gd_restart importing session_id = gd_sess_id restart_mode = gd_restart_mode.
CNV_MBT_L_STATE_FINISH call function 'CNV_MBT_L_STATE_FINISH' "#EC * exporting packid = p_pack phase = p_phase activity_id = p_act_id exceptions others = 1.
CNV_MBT_L_STATE_UPDATE call function 'CNV_MBT_L_STATE_UPDATE' "#EC * exporting packid = p_pack phase = p_phase activity_id = p_act_id state_tec = &1 state_log = &2 aborted = &3 exceptions others = 1.
CNV_MBT_L_STATE_UPDATE call function 'CNV_MBT_L_STATE_UPDATE' "#EC * exporting packid = p_pack phase = p_phase activity_id = p_act_id rec_select = &1 rec_relevant = &2 rec_read = &3 rec_conv = &4 rec_upd = &5 rec_ins = &6 rec_trans = &7 rec_skipped = &8 force_update = &9 exceptions update_failed = 1 others = 2.
CNV_MBT_L_STATE_INSERT call function 'CNV_MBT_L_STATE_INSERT' exporting im_packid = p_pack im_phase = p_phase im_activity = p_act_id im_only_initial = 'X' exceptions insert_failed = 1 connection_failed = 2 others = 3.
RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = &1 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_SM_MACROS - PCL additional state management macros CNV_MBT_SM_EX_FORMS - MBT PCL state management and log functions CNV_MBT_SM_EX_FORMS - MBT PCL state management and log functions CNV_MBT_SM_CONSTANTS - MBT PCL constants in PCL state management CNV_MBT_SMPARAMS - PCL obligatory state management parameters CNV_MBT_SLOP - Program CNV_MBT_SLOP