SAP Reports / Programs

DMC_IU SAP ABAP Report - MWB Upgrade: Integrated Upgrade







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MWBIU - MWB: Integrated Upgrade


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 DMC_IU. "Basic submit
SUBMIT DMC_IU AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_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_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


INCLUDES used within this REPORT DMC_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:

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.



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