CNV_CMIS_M_10_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_CMIS_M_10_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: Include CNV_TDMS_01_FROM_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_PROTOCOL_MESSAGE call function 'CNV_MBT_L_PROTOCOL_MESSAGE' exporting msgty = &2 msgid = &1 msgno = &3 msgv1 = &4 msgv2 = &5 msgv3 = &6 msgv4 = &7 level = &8 probclass = &9.
CNV_MBT_L_STATE_UPDATE call function 'CNV_MBT_L_STATE_UPDATE' exporting packid = &1 phase = &2 activity_id = &3 state_log = &4 exceptions update_failed = 1 others = 2.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = &1 i_s_msg = gs_messages importing e_s_msg_handle = &9 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
BAL_LOG_MSG_DELETE call function 'BAL_LOG_MSG_DELETE' exporting i_s_msg_handle = &1 exceptions msg_not_found = 1 log_not_found = 2 others = 3.
CNV_MBT_L_PROTOCOL_WRITE_DB call function 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
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_CMIS_M_10_MACROS - Include CNV_TDMS_01_FROM_DATA CNV_CMIS_M_10_FORMS_01 - Main Include for CMIS Migration CNV_CMIS_M_10_FORMS - Include CNV_CMIS_M_10_DOM_FORM - general routines CNV_CMIS_M_10_FLD_RULES_MAIN - Include for conversion rules (special fields migration). Main Include. CNV_CMIS_M_10_FLD_RULES_CONV - Include for conversion rules (fields migration). Conversion routines. CNV_CMIS_M_10_FIELD_RULES - Include for Field rules