SAP Reports / Programs

CNV_CMIS_G_10_CHECK_CVERS SAP ABAP Report - CMIS Gen: Checks for release/component status







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


Text pool values


Title: CMIS Gen: Checks for release/component status
Text Symbol: 040 = PCL:
Text Symbol: 039 = CEN:
Text Symbol: 038 = RCV:
Text Symbol: 037 = SND:
Text Symbol: 036 = Codepages:
Text Symbol: 035 = Unicode system
Text Symbol: 034 = MDMP system
Text Symbol: 033 = Single code page system
Text Symbol: 032 = logon language:
Text Symbol: 031 = Codepages:
Text Symbol: 030 = Control System:
Text Symbol: 029 = Sender System
Text Symbol: 028 = Receiver System:
Text Symbol: 027 = Sender System:
Text Symbol: 026 = Code pages information:
Text Symbol: 025 = Component replaced (old/new)
Text Symbol: 024 = Upgrade status flag (N=No, U=Upgrade, S=SP-Difference, C=Cancel):
Text Symbol: 023 = not installed in the sender system.
Text Symbol: 022 = ,improve program
Text Symbol: 021 = Error handling is incomplete in function module
Text Symbol: 020 = RFC destination error in Function Module
Text Symbol: 019 = for package
Text Symbol: 018 = RFC calling error in Function Module
Text Symbol: 017 = Storing the upgrade status in the table CNVMBTPARAMS failed, rc:
Text Symbol: 016 = than in the receiver syst.:
Text Symbol: 015 = than in the sender syst.:
Text Symbol: 014 = with a
Text Symbol: 013 = The receiver system contains
Text Symbol: 012 = not installed in the receiver system
Text Symbol: 011 = The sender system contains
Text Symbol: 010 = The sender basis release is lower than the allowed minimum release
Text Symbol: 009 = No entries found in table CNVCMIS_G_CVERS for package
Text Symbol: 008 = upgrade test
Text Symbol: 007 = higher support package level
Text Symbol: 006 = lower release
Text Symbol: 005 = an add-on
Text Symbol: 004 = a component





Text Symbol: 003 = sender
Text Symbol: 002 = receiver
Text Symbol: 001 = empty
Text Symbol: 000 = empty


INCLUDES used within this REPORT CNV_CMIS_G_10_CHECK_CVERS

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_L_SUBSTATE_INIT CALL FUNCTION 'CNV_MBT_L_SUBSTATE_INIT' EXPORTING SESSION_ID = P_SESSID SUBACT_ID = P_SUBACT TASKID = P_TASKID WITH_LOG = 'X' IMPORTING ER_LOGGER = GR_LOGGER "19042011 EXCEPTIONS ENTRY_NOT_FOUND = 1 ERROR_DURING_ENQUEUE = 2 UPDATE_FAILED = 3 START_NOT_POSSIBLE = 4 OTHERS = 5.

CNV_CMIS_G_10_SPECIAL_CHECKS * CALL FUNCTION 'CNV_CMIS_G_10_SPECIAL_CHECKS' * EXPORTING * im_hcm = gc_yes * IMPORTING * ex_hcm = gv_result.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING PACKID = P_PACK EXEC_TARGET = 'U' EXCEPTIONS NO_DESTINATIONS_FOR_PACKID = 1 NO_SPECIFIC_DESTINATION_TYPE = 2 GET_SYSTEM_INFO_FAILURE = 3 RFC_FAILURE = 4 SYSTEM_INFO_HAS_CHANGED = 5 LOGIN_NOT_POSSIBLE = 6 WRONG_UNICODE_SETTINGS = 7 OTHERS = 8.

CNV_CMIS_M_10_TRACE_WRITE CALL FUNCTION 'CNV_CMIS_M_10_TRACE_WRITE' TABLES XT_CNVCMIS_EXEC = GT_CMIS_LOG.

CNV_MBT_L_SUBSTATE_FINISH CALL FUNCTION 'CNV_MBT_L_SUBSTATE_FINISH' EXPORTING SESSION_ID = P_SESSID SUBACT_ID = P_SUBACT TASK_ID = P_TASKID WITH_LOG = 'X' * IMPORTING * EX_CNVMBTSUBSTATE = EXCEPTIONS ENTRY_NOT_FOUND = 1 PARAMETERS_NOT_DEFINED = 2 UPDATE_FAILED = 3 ERROR_DURING_DEQUEUE = 4 OTHERS = 5.

CNV_MBT_PARAMS_DEL CALL FUNCTION 'CNV_MBT_PARAMS_DEL' EXPORTING PACKID = P_PACK LOCAL = SPACE DEL_ALL_VALNUMS = GC_NO "gc_yes 05072009 TABLES PARATAB = GT_PARAMS EXCEPTIONS ACTION_FAILED = 1 ENTRY_NOT_FOUND = 2 RFC_DESTINATION_ERROR = 3 RFC_CALLING_ERROR = 4 OTHERS = 5.

CNV_MBT_PARAMS_WRITE CALL FUNCTION 'CNV_MBT_PARAMS_WRITE' EXPORTING PACKID = P_PACK LOCAL = SPACE TABLES PARATAB = GT_PARAMS EXCEPTIONS ACTION_FAILED = 1 RFC_CALLING_ERROR = 2 RFC_DESTINATION_ERROR = 3 OTHERS = 4.

CNV_MBT_PACK_PROC_TREE_CHANGE CALL FUNCTION 'CNV_MBT_PACK_PROC_TREE_CHANGE' EXPORTING IM_ACTIVITY_ID = PF_ACTIVITY IM_PHASE = PF_PHASE IM_PACKID = P_PACK IM_INSERT_DEL_FLAG = 'D' IM_STATE_MOD = 'X' EXCEPTIONS INVALID_CALL = 1 INVALID_PRE_ID_INFORMATION = 2 INVALID_REPLACE_ID = 3 OTHERS = 4.

CNV_CMIS_U_10_CHECK_COMP_TARG CALL FUNCTION 'CNV_CMIS_U_10_CHECK_COMP_TARG' EXPORTING IM_PACKID = P_PACK IM_COMP_SND = P_SND_COMPONENT IMPORTING EX_COMP_RCV = LV_COMP_RCV EX_REL_RCV = LV_REL_RCV EX_MOVED_STRING = LS_MOVED_STRING EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CNV_CMIS_U_10_CHECK_COMP_TARG CALL FUNCTION 'CNV_CMIS_U_10_CHECK_COMP_TARG' EXPORTING IM_PACKID = P_PACK * IM_COMP_SND = P_SND_ADDON_ID IM_ADDONID_SND = P_SND_ADDON_ID IMPORTING EX_COMP_RCV = LV_COMP_RCV EX_REL_RCV = LV_REL_RCV EX_MOVED_STRING = LS_MOVED_STRING EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CNV_CMIS_U_20_SET_XPRAS_DTL CALL FUNCTION 'CNV_CMIS_U_20_SET_XPRAS_DTL' DESTINATION LV_RCV_DEST EXPORTING I_PACKID = P_P_PACK TABLES IT_XPRAS = GT_XPRA_TAB ET_XPRAS_SET = GT_XPRA_SET EXCEPTIONS XPRAS_EXECUTED = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT OTHERS = 2.



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