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

CNV_CMIS_M_10_TECH_FORMS SAP ABAP INCLUDE - Form include for CNV_CMIS_M_10_TECH_SETTING







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


Text pool values


Title: Form include for CNV_CMIS_M_10_TECH_SETTING


INCLUDES used within this REPORT CNV_CMIS_M_10_TECH_FORMS

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_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'P' IMPORTING destination_id = gf_rfc_destination TABLES desttab = lt_desttab EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.

CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' DESTINATION gf_rfc_destination EXPORTING packid = p_pack IMPORTING project = gf_project subproject = gf_subproject EXCEPTIONS communication_failure = 1 MESSAGE gf_rfc_text system_failure = 2 MESSAGE gf_rfc_text OTHERS = 3.

CNV_MBT_RFC_SYSTEM_INFO_GET CALL FUNCTION 'CNV_MBT_RFC_SYSTEM_INFO_GET' DESTINATION gv_dest_id_snd IMPORTING * SYSTEM_ID = system_client = gv_snd_client * SYSTEM_RELEASE = * INSTALLATION_NUMBER = * LOGSYS = * IS_CUSTOMER_SYSTEM = EXCEPTIONS communication_failure = 1 MESSAGE gf_rfc_text system_failure = 2 MESSAGE gf_rfc_text OTHERS = 3.

CNV_MBT_CONTROL_TABLES_GET * CALL FUNCTION 'CNV_MBT_CONTROL_TABLES_GET' "Commented by AT19112012 * EXPORTING * packid = gd_packid * select_cnvmbtcobj = 'X' ** SELECT_CNVMBTTABLES = ** SELECT_CNVMBTFIELDS = ** SELECT_CNVMBTFIPARS = ** SELECT_CNVMBTDOMS = ** SELECT_CNVMBTRULES = ** SELECT_CNVMBTRULEPARS = ** SELECT_CNVMBTRENAME = ** SELECT_CNVMBTCONFLICTS = ** SELECT_CNVMBTDOMCONFL = ** SELECT_CNVMBTTREE = ** SELECT_CNVMBTFORKEY = ** SELECT_CNVMBTTABSTRUC = ** SELECT_CNVMBTINCL = ** SELECT_CNVCMIS_TAB_POST = ** SELECT_CNVCMIS_MAPPING = * TABLES ** I_TABLES = * e_cnvmbtcobj = gt_cnvmbtcobj ** E_CNVMBTTABLES = ** E_CNVMBTFIELDS = ** E_CNVMBTFIPARS = ** E_CNVMBTDOMS = ** E_CNVMBTRULES = ** E_CNVMBTRULEPARS = ** E_CNVMBTRENAME = ** E_CNVMBTCONFLICTS = ** E_CNVMBTDOMCONFL = ** E_CNVMBTTREE = ** E_CNVMBTFORKEY = ** E_CNVMBTTABSTRUC = ** E_CNVMBTINCL = ** E_CNVCMIS_TAB_POST = ** E_CNVCMIS_MAPPING = * .

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = gd_packid * LOCAL = '' paramname = 'PC002_TECHNICAL_GLOBAL_SETTING' * ALL_PARAMS = '' TABLES paratab = gt_cnvmbtparams EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5 .

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.

CNV_MBT_CONTROL_TABLES_WRITE CALL FUNCTION 'CNV_MBT_CONTROL_TABLES_WRITE' EXPORTING packid = gd_packid mode = 'M' TABLES i_cnvmbtcobj = lt_cnvmbtcobj * I_CNVMBTTABLES = * I_CNVMBTFIELDS = * I_CNVMBTFIPARS = * I_CNVMBTDOMS = * I_CNVMBTRULES = * I_CNVMBTRULEPARS = * I_CNVMBTINCL = * I_CNVMBTRENAME = * I_CNVMBTCONFLICTS = * I_CNVMBTDOMCONFL = * I_CNVMBTTREE = * I_CNVMBTFORKEY = * I_CNVMBTTABSTRUC = * I_CNVCMIS_TAB_POST = * I_CNVCMIS_MAPPING = * I_CNVMBTSELREF = EXCEPTIONS insert_duplicate_key = 1 OTHERS = 2 .

CNV_MBT_DOCU_ACTIVITY CALL FUNCTION 'CNV_MBT_DOCU_ACTIVITY' EXPORTING iv_activity_id = p_act_id EXCEPTIONS activity_not_exists = 1 document_id_not_exists = 2 OTHERS = 3.

CNV_CMIS_M_10_INC_OBJ_CREATE CALL FUNCTION 'CNV_CMIS_M_10_INC_OBJ_CREATE' EXPORTING iv_param_packid = gd_packid iv_param_create = 'X' TABLES it_cnvmbtincobj = incr_itab it_activity = actvt_itab.

CNV_MBT_CONTROL_TABLES_WRITE CALL FUNCTION 'CNV_MBT_CONTROL_TABLES_WRITE' EXPORTING packid = gd_packid mode = 'M' TABLES i_cnvmbtcobj = lt_cnvmbtcobj EXCEPTIONS insert_duplicate_key = 1 OTHERS = 2.

CNV_CMIS_M_10_REBUILD_OBJECTS CALL FUNCTION 'CNV_CMIS_M_10_REBUILD_OBJECTS' EXPORTING im_x_bkpf = lv_bkpf im_x_cdhdr = lv_cdhdr im_x_pcdhdr = lv_pcdhdr im_pack = gd_packid im_simulation = '' im_x_konv = lv_konv im_x_edid4 = lv_edid4 * IM_ARCH = EXCEPTIONS error_modify_table = 1 OTHERS = 2 .

CNV_CMIS_M_10_GET_SPLIT_VALUES CALL FUNCTION 'CNV_CMIS_M_10_GET_SPLIT_VALUES' DESTINATION dest_id_s EXPORTING im_mode = 'S' im_tabname = ls_cnvcmis_split_kb-tabname im_fieldname = ls_cnvcmis_split_kb-field * IMPORTING * EX_JOBSTATUS = * EX_JOBNAME = * EX_JOBCOUNT = TABLES ex_analysis = lt_analysis EXCEPTIONS * JOB_BP_JOB_READ_ERROR = 1 * JOB_SCHEDULING_ERROR = 2 * JOB_CANT_START_IMMEDIATE = 3 * JOB_JOBNAME_MISSING = 4 * JOB_JOB_CLOSE_FAILED = 5 * JOB_JOB_NOSTEPS = 6 * JOB_LOCK_FAILED = 7 * JOB_INVALID_STARTDATE = 8 * JOB_JOB_NOTEX = 9 * JOB_ERROR = 10 communication_failure = 88 system_failure = 99 OTHERS = 11 .

DMC_ANALYZE_TABLE_COLUMNS * CALL FUNCTION 'DMC_ANALYZE_TABLE_COLUMNS' DESTINATION GV_DEST_ID_SND * EXPORTING * IM_TABNAME = LS_CNVCMIS_SPLIT_KB-TABNAME * IM_FIELDNAME = LS_CNVCMIS_SPLIT_KB-FIELD * TABLES * EX_ANALYSIS = LT_ANALYSIS * EXCEPTIONS * INVALID_TABNAME = 1 * INVALID_FIELDNAME = 2 * INVALID_TABCLASS = 3 * NO_AUTHORITY = 4 * COMMUNICATION_FAILURE = 88 MESSAGE LV_ERROR_MESSAGE * SYSTEM_FAILURE = 99 MESSAGE LV_ERROR_MESSAGE * OTHERS = 5.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id exec_num = '0000' all_as_table = 'X' TABLES t_ex_cnvmbtstate = lt_cnvmbtstate_initial EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.

CNV_MBT_STATE_INSERT CALL FUNCTION 'CNV_MBT_STATE_INSERT' EXPORTING im_cnvmbtstate = ls_cnvmbtstate_initial EXCEPTIONS insert_failed = 1 OTHERS = 2.

CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id state_tec = '' state_log = '' aborted = 'X'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = iv_percent text = iv_text.

CNV_CMIS_M_10_GET_SPLIT_VALUES





CALL FUNCTION 'CNV_CMIS_M_10_GET_SPLIT_VALUES' DESTINATION dest_id_s EXPORTING im_mode = 'C' im_tabname = ls_cnvcmis_split_kb-tabname im_fieldname = ls_cnvcmis_split_kb-field * IMPORTING * EX_JOBSTATUS = * EX_JOBNAME = * EX_JOBCOUNT = TABLES ex_analysis = lt_analysis * EXCEPTIONS * JOB_BP_JOB_READ_ERROR = 1 * JOB_SCHEDULING_ERROR = 2 * JOB_CANT_START_IMMEDIATE = 3 * JOB_JOBNAME_MISSING = 4 * JOB_JOB_CLOSE_FAILED = 5 * JOB_JOB_NOSTEPS = 6 * JOB_LOCK_FAILED = 7 * JOB_INVALID_STARTDATE = 8 * JOB_JOB_NOTEX = 9 * JOB_ERROR = 10 * OTHERS = 11 .



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