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

CNV_MBT_RFC_MNGMNT_SIMPLE_MAC SAP ABAP INCLUDE - Include CNV_MBT_RFC_MNGMNT_SIMPLE_MAC







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


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_RFC_MNGMNT_SIMPLE_MAC. "Basic submit
SUBMIT CNV_MBT_RFC_MNGMNT_SIMPLE_MAC AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_RFC_MNGMNT_SIMPLE_MAC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include CNV_MBT_RFC_MNGMNT_SIMPLE_MAC


INCLUDES used within this REPORT CNV_MBT_RFC_MNGMNT_SIMPLE_MAC

INCLUDE CNV_MBT_OVERVIEW_COLTREE_F03.


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:

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.



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