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

CNV_MBT_SM_MACROS SAP ABAP INCLUDE - PCL additional state management macros







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


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_SM_MACROS. "Basic submit
SUBMIT CNV_MBT_SM_MACROS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_SM_MACROS 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 additional state management macros


INCLUDES used within this REPORT CNV_MBT_SM_MACROS

No INCLUDES are used within this REPORT code!


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_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.



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