SAP Reports / Programs

CNV_CMIS_U_GET_XPRA_LIST_IU SAP ABAP Report - Prepare XPRA's: CMIS logic for MWB IU (Integrated Upgrade)







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


Text pool values


Selection Text: P_RCV = Destination_ID
Selection Text: P_UG_ID = Upgrade ID
Title: Prepare XPRA's: CMIS logic for MWB IU (Integrated Upgrade)
Text Symbol: 001 = Upgrade Information
Text Symbol: 002 = Receiver Destination
Text Symbol: 003 = Prepare XPRA's
Text Symbol: 010 = Error when accessing the extracted buffer data
Text Symbol: 011 = CMIS Upgrade information is not available
Text Symbol: 012 = not found
Text Symbol: 013 = Upgrade Identificator


INCLUDES used within this REPORT CNV_CMIS_U_GET_XPRA_LIST_IU

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:

DTL_IU_XPRAS_GET_FROM_BUFFER CALL FUNCTION 'DTL_IU_XPRAS_GET_FROM_BUFFER' EXPORTING IM_UPGID = P_UG_ID IMPORTING EX_LOGNUMBER = GV_LOGNUMBER TABLES ET_XPRAS = GT_XPRA_TAB "#EC EXCEPTIONS XPRAS_GET_ERROR = 1 OTHERS = 2.

CNV_CMIS_U_20_XPRA_CHECKS CALL FUNCTION 'CNV_CMIS_U_20_XPRA_CHECKS' DESTINATION GV_RCV_DEST EXPORTING IM_XPRANAME = GS_XKDB_INFO-XPRANAME IMPORTING EX_RUN = G_NEEDED EXCEPTIONS COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

CNV_MBT_PC_CHECK_PROG CALL FUNCTION 'CNV_MBT_PC_CHECK_PROG' DESTINATION GV_RCV_DEST EXPORTING PROGNAME = GS_XKDB_INFO-CMISXPRA EXCEPTIONS PROG_NOEXIST = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT OTHERS = 2.

CNV_CMIS_U_20_XPRA_PREPARE CALL FUNCTION 'CNV_CMIS_U_20_XPRA_PREPARE' DESTINATION GV_RCV_DEST EXPORTING IM_XPRANAME = GS_XPRA_INFO-SUBSTITUTE IMPORTING EX_ERROR_MESSAGE = GV_ERR_MESSAGE EX_SYNTAX_ERROR = GV_SYNTAX_ERROR EXCEPTIONS XPRA_GET_CODE_ERROR = 1 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT OTHERS = 2.

CNV_CMIS_U_20_SET_XPRAS_DTL CALL FUNCTION 'CNV_CMIS_U_20_SET_XPRAS_DTL' DESTINATION GV_RCV_DEST 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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = IV_PERCENT TEXT = IV_TEXT.



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