DMC_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 DMC_IU into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MWBIU - MWB: Integrated Upgrade
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.
Selection Text: P_IU_RFC = RFC Destin. of Target System
Selection Text: P_IUCLNT = Target Client
Title: MWB Upgrade: Integrated Upgrade
Text Symbol: XPF = Select XPRA list
Text Symbol: TRK = Ugrade Transport:
Text Symbol: TRD = Schedule transport dispatcher
Text Symbol: TPP = Select TP parameter file
Text Symbol: T01 = Integrated Upgrade
Text Symbol: STS = Change Status
Text Symbol: SPL = Select BOM
Text Symbol: R3T = Check R3TRANS
Text Symbol: OPM = Operation Mode
Text Symbol: LAN = Choose Language
Text Symbol: I38 = This function counts the table entries after BC Set handling
Text Symbol: I37 = This function re-activates the BC Sets
Text Symbol: I36 = This function initializes the BC Set handling (incl. counting)
Text Symbol: I35 = This function starts language replenishment in client &CLNT
Text Symbol: I34 = This function starts the XPRAs in client &CLNT
Text Symbol: I33 = This function starts the import to client &CLNT
Text Symbol: I32 = This function starts the export from client 000
Text Symbol: I31 = This function makes preparations for the export in the receiver system
Text Symbol: I23 = This function determines the XPRAs for a client from the CMIS configuration
Text Symbol: I22 = This function sets the release passage for the target client
Text Symbol: I21 = This function reads the XPRAs for a client from a file
Text Symbol: I12 = This function analyzes the relevant data from Support Package differences
Text Symbol: I11 = This function extracts the relevant data from the buffer files
Text Symbol: FUN = integrated upgrade
Text Symbol: FU3 = Load XPRA list
Text Symbol: FU1 = Maintain alternative TP param. file
Text Symbol: EXE = Execute function
Text Symbol: DOC = Display documentation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'IDENT' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = i_dynpfield window_title = text-spl value_org = 'S' TABLES value_tab = it_values.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PIECE_LIST' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = i_dynpfield window_title = text-spl value_org = 'S' TABLES value_tab = it_values.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = ls_iu_prtcl_lnk-guid.
DMC_IU_GET_CLIENTUPG_DATA CALL FUNCTION 'DMC_IU_GET_CLIENTUPG_DATA' DESTINATION i_rfc EXPORTING i_client = i_clnt IMPORTING es_clientupg = ls_iu_clientupg EXCEPTIONS no_hdr_record = 1 communication_failure = 12 MESSAGE msg_text system_failure = 16 MESSAGE msg_text.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = ls_iu_prtcl_lnk-protocol.
WRITE_LIST CALL FUNCTION 'WRITE_LIST' EXPORTING write_only = 'X' TABLES listobject = listobject EXCEPTIONS OTHERS = 0.
DISPLAY_LIST CALL FUNCTION 'DISPLAY_LIST' EXPORTING fullscreen = 'X' TABLES listobject = listobject EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_IU - MWB Upgrade: Integrated Upgrade DMC_IU - MWB Upgrade: Integrated Upgrade DMC_INIT_LOADED_FLAGS - MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO) DMC_INIT_LOADED_FLAGS - MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO) DMC_INCL_X_JEST_JEST_OLD - DMCINCLXJESTJESTOLD DMC_INCL_UPDATE_STATE - Form update_State (activity records)