CNV_MBT_RFC_MNGMNT_SIMPLE_MAC 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_RFC_MNGMNT_SIMPLE_MAC 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_RFC_MNGMNT_SIMPLE_MAC
INCLUDE CNV_MBT_OVERVIEW_COLTREE_F03.
No SAP DATABASE tables are accessed within this REPORT code!
RFC_READ_R3_DESTINATION call function 'RFC_READ_R3_DESTINATION' exporting destination = gd_cnvmbtdest_&1-destination_id authority_check = ' ' importing user = gd_cnvmbtdest_&1-username exceptions authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 others = 5.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' "#EC * exporting "#EC * i_log_handle = gd_logh "#EC * i_s_msg = gs_msg. "#EC *
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = gd_logh i_s_msg = gs_msg.
RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = ld_cnvmbtdest_call-destination_id exceptions destination_not_open = 1 others = 2.
CNV_MBT_RFC_SYNC_DEST call function 'CNV_MBT_RFC_SYNC_DEST' destination ld_cnvmbtdest_call-destination_id tables it_rfcdes = lt_rfcdes "#EC ENHOK it_cnvmbtdest = lt_cnvmbtdest_sync it_cnvmbtdestvers = lt_cnvmbtdestvers_sync it_rfcdoc = lt_rfcdoc exceptions error_modify_rfcdes = 1 error_modify_cnvmbtdest = 2 error_modify_cnvmbtdestvers = 3 others = 4.
AUTHORITY_CHECK call function 'AUTHORITY_CHECK' destination p_gt_cnvmbtdest-destination_id exporting field1 = 'MBT_PR_ARE' field2 = 'MBT_PR_LEV' field3 = 'ACTVT' object = 'S_DMIS' user = p_gt_cnvmbtdest-username value1 = &1 value2 = 'PACKAGE' value3 = '02' exceptions user_dont_exist = 1 user_is_authorized = 2 user_not_authorized = 3 user_is_locked = 4 others = 5.
CNV_MBT_RFC_REPROCESS_PWDS call function 'CNV_MBT_RFC_REPROCESS_PWDS' destination gd_cnvmbtdest_&1-destination_id exporting check_lock = t_yes tables pt_pwds = it_reprocess_pwds exceptions authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 destination_already_exist = 5 destination_enqueue_reject = 6 trfc_entry_invalid = 7 unknown_error = 8 others = 9.
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_RFC_MNGMNT_SIMPLE_MAC - Include CNV_MBT_RFC_MNGMNT_SIMPLE_MAC CNV_MBT_RFC_MNGMNT_SIMPLE_INCL - Include CNV_MBT_RFC_MNGMNT_SIMPLE_INCL CNV_MBT_RFC_MNGMNT_SIMPLE_0180 - Include CNV_MBT_RFC_MNGMNT_SIMPLE_0180 CNV_MBT_RFC_MNGMNT_SIMPLE_0170 - Include CNV_MBT_RFC_MNGMNT_SIMPLE_0170 CNV_MBT_RFC_MNGMNT_SIMPLE_0160 - INCLUDE for table control data (gen.) CNV_MBT_RFC_MNGMNT_SIMPLE_0124 - INCLUDE for table control data (gen.)