CNV_MBT_SUB_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_SUB_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: MBT PCL State management and log functions for sub-activities
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_SUBSTATE_INIT call function 'CNV_MBT_L_SUBSTATE_INIT' exporting session_id = &1 subact_id = &2 taskid = &3 exceptions entry_not_found = 1 error_during_enqueue = 2 update_failed = 3 start_not_possible = 4 others = 5.
CNV_MBT_L_SUBSTATE_INIT call function 'CNV_MBT_L_SUBSTATE_INIT' exporting session_id = &1 subact_id = &2 taskid = &3 with_log = ' ' exceptions entry_not_found = 1 error_during_enqueue = 2 update_failed = 3 start_not_possible = 4 others = 5.
CNV_MBT_L_STATE_CHECK_SESSION call function 'CNV_MBT_L_STATE_CHECK_SESSION' exporting session_id = &1 * PACKID = exceptions others = 1.
CNV_MBT_L_SUBSTATE_UPDATE call function 'CNV_MBT_L_SUBSTATE_UPDATE' exporting * SESSION_ID = * SUBACT_ID = * TASK_ID = state_tec = &1 state_log = &2 aborted = &3 * rec_select = * rec_relevant = * rec_read = * rec_conv = * REC_UPD = * REC_INS = * REC_TRANS = * REC_SKIPPED = * FORCE_UPDATE = ' ' exceptions parameters_not_defined = 1 entry_not_found = 2 update_failed = 3 others = 4.
CNV_MBT_L_SUBSTATE_UPDATE call function 'CNV_MBT_L_SUBSTATE_UPDATE' exporting session_id = &4 subact_id = &5 task_id = &6 state_tec = &1 state_log = &2 aborted = &3 * rec_select = * rec_relevant = * rec_read = * rec_conv = * REC_UPD = * REC_INS = * REC_TRANS = * REC_SKIPPED = * FORCE_UPDATE = ' ' exceptions parameters_not_defined = 1 entry_not_found = 2 update_failed = 3 others = 4.
CNV_MBT_L_SUBSTATE_UPDATE call function 'CNV_MBT_L_SUBSTATE_UPDATE' exporting * SESSION_ID = * SUBACT_ID = * TASK_ID = * STATE_TEC = * STATE_LOG = * ABORTED = 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 = ' ' exceptions parameters_not_defined = 1 entry_not_found = 2 update_failed = 3 others = 4.
CNV_MBT_L_SUBSTATE_FINISH call function 'CNV_MBT_L_SUBSTATE_FINISH' * EXPORTING * SESSION_ID = * SUBACT_ID = * TASK_ID = * IMPORTING * EX_CNVMBTSUBSTATE = exceptions entry_not_found = 1 parameters_not_defined = 2 update_failed = 3 error_during_dequeue = 4 others = 5.
CNV_MBT_L_SUBSTATE_FINISH call function 'CNV_MBT_L_SUBSTATE_FINISH' exporting session_id = &1 subact_id = &2 task_id = &3 with_log = ' ' * IMPORTING * EX_CNVMBTSUBSTATE = exceptions entry_not_found = 1 parameters_not_defined = 2 update_failed = 3 error_during_dequeue = 4 others = 5.
CNV_MBT_L_SUBPROT_MESSAGE call function 'CNV_MBT_L_SUBPROT_MESSAGE' exporting msgty = &1 msgid = &2 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 level = &8 probclass = &9 exceptions others = 1.
CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB' EXCEPTIONS INTERNAL_ERRORS = 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_SUB_SM_MACROS - MBT PCL State management and log functions for sub-activities CNV_MBT_SUBPROJ_DEFINE - PCL Create Project CNV_MBT_SUBPROJ_DEFINE - PCL Create Project CNV_MBT_SUBACT_TEMPLATE_DATA - Data Include for CNV_MBT_SUBACT_JOBS_TEMPLATE CNV_MBT_SUBACT_JOBS_TEMPLATE_B - MBT : Template for Schedule and Execute Jobs. Type B CNV_MBT_SUBACT_JOBS_TEMPLATE_B - MBT : Template for Schedule and Execute Jobs. Type B