SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CNV_CMIS_M_10_TAB_M_CON_FOR2 SAP ABAP INCLUDE - Include CNV_CMIS_M_10_TAB_M_CON_FOR2







CNV_CMIS_M_10_TAB_M_CON_FOR2 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_TAB_M_CON_FOR2 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_CMIS_M_10_TAB_M_CON_FOR2. "Basic submit
SUBMIT CNV_CMIS_M_10_TAB_M_CON_FOR2 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CMIS_M_10_TAB_M_CON_FOR2 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_CMIS_M_10_TAB_M_CON_FOR2


INCLUDES used within this REPORT CNV_CMIS_M_10_TAB_M_CON_FOR2

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-087 diagnose_object = 'CNVCMIS_M_DT_POSTPONE' "#EC * text_question = lv_question text_button_1 = text-049 * ICON_BUTTON_1 = ' ' text_button_2 = text-050 * ICON_BUTTON_2 = ' ' default_button = '1' "#EC * display_cancel_button = 'X' "#EC * * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 5 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2 .

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = iv_path filetype = 'ASC' * HAS_FIELD_SEPARATOR = ';' * HEADER_LENGTH = 0 * READ_BY_LINE = 'X' * DAT_MODE = ' ' * IMPORTING * FILELENGTH = * HEADER = TABLES data_tab = lt_raw EXCEPTIONS file_open_error = 1 file_read_error = 2 * NO_BATCH = 3 * GUI_REFUSE_FILETRANSFER = 4 * INVALID_TYPE = 5 * NO_AUTHORITY = 6 * UNKNOWN_ERROR = 7 * BAD_DATA_FORMAT = 8 * HEADER_NOT_ALLOWED = 9 * SEPARATOR_NOT_ALLOWED = 10 * HEADER_TOO_LONG = 11 * UNKNOWN_DP_ERROR = 12 * ACCESS_DENIED = 13 * DP_OUT_OF_MEMORY = 14 * DISK_FULL = 15 * DP_TIMEOUT = 16 * OTHERS = 17 .

CNV_CMIS_GET_CONFLICTS_CONFIG CALL FUNCTION 'CNV_CMIS_GET_CONFLICTS_CONFIG' EXPORTING iv_pack = p_pack IMPORTING et_config_tab = et_cnvcmis_config.

CNV_CMIS_M_10_CONFL_GET CALL FUNCTION 'CNV_CMIS_M_10_CONFL_GET' EXPORTING iv_packid = p_pack TABLES xt_cnvcmis_confl = lt_cnvcmis_m_confl EXCEPTIONS no_conflict_values = 1 OTHERS = 2.

CNV_MBT_CONTROL_TABLES_GET CALL FUNCTION 'CNV_MBT_CONTROL_TABLES_GET' EXPORTING packid = p_pack select_cnvmbtconflicts = 'X' TABLES e_cnvmbtconflicts = lt_cnvmbtconflicts.

CNV_MBT_CONTROL_TABLES_GET CALL FUNCTION 'CNV_MBT_CONTROL_TABLES_GET' EXPORTING packid = p_pack select_cnvmbtcobj = 'X' select_cnvmbtfields = 'X' select_cnvmbtfipars = 'X' select_cnvmbttables = 'X' TABLES i_tables = lt_tables_with_conf e_cnvmbtfields = lt_cnvmbtfields e_cnvmbtfipars = lt_cnvmbtfipars e_cnvmbtcobj = lt_cnvmbtcobj e_cnvmbttables = lt_cnvmbttables.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_reject "icon_interval_exclude text = text-080 info = text-097 add_stdinf = ' ' IMPORTING RESULT = ev_icon_bt_exclude EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_allow "icon_interval_include text = text-081 info = text-098 add_stdinf = ' ' IMPORTING RESULT = ev_icon_bt_include EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_alarm text = text-033 info = text-099 add_stdinf = ' ' IMPORTING RESULT = ev_icon_bt_postpone EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_system_undo text = text-034 info = text-100 add_stdinf = ' ' IMPORTING RESULT = ev_icon_bt_undopost EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

CNV_MBT_ADM_PACKDESCR_GET CALL FUNCTION 'CNV_MBT_ADM_PACKDESCR_GET' EXPORTING packid = p_pack spras = sy-langu IMPORTING pack_descr = lv_description.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack TABLES desttab = lt_cnvmbtdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 OTHERS = 6.



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