SAP Reports / Programs

DMC_MT_CHECK_FIELDMAPPING SAP ABAP Report - MWB: DDIC Synchronization and Check of Field Relationships







DMC_MT_CHECK_FIELDMAPPING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Depending on the specified selection criteria, the following checks are made for one or more conversion objects: Do the sender and receiver structures in the containers of the conversion object in the Migration Workbench match the related Data Dictionary information in the sender and receiver system respectively (DDIC sync)? Data type deviations between sender and receiver fields Length deviations between sender and receiver fields Receiver field does not have a conversion rule assigned Sender fields are not used in transfer rules Rule parameters are not supplied with required information If you select the checkbox "Execute DDIC Sync", the field lists for the sender and receiver structures ar modified in accordance with the relevant Data Dictionary information from the sender system and the receiver system respectively...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter DMC_MT_CHECK_FIELDMAPPING 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 DMC_MT_CHECK_FIELDMAPPING. "Basic submit
SUBMIT DMC_MT_CHECK_FIELDMAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_CHECK_FIELDMAPPING 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: S_TAB = Table Name
Selection Text: S_COBJ = D Conversion Object
Selection Text: P_TRKORR = Request/Task
Selection Text: P_SPROJ = Subproject
Selection Text: P_PROJ = Project
Selection Text: P_MT_ID = Mass Transfer ID
Selection Text: P_DEVCL = D Package
Selection Text: P_DDIC = Perform DDIC Synchronization
Selection Text: P_APPL = D Application
Title: MWB: DDIC Synchronization and Check of Field Relationships
Text Symbol: TYP = DataType
Text Symbol: TY1 = Field Relationship with Conflict in Data Type
Text Symbol: T06 = Settings
Text Symbol: T05 = No mode was selected yet
Text Symbol: T04 = Currently Selected Mode:
Text Symbol: T03 = Processing of ...
Text Symbol: SPI = Checking Field Relations...
Text Symbol: S01 = Selection
Text Symbol: NUS = SenderFields
Text Symbol: NUR = Receiver Fields
Text Symbol: NS1 = Not Used Sender Fields
Text Symbol: NR1 = Empty Receiver Fields
Text Symbol: MPA = Rule Parameter
Text Symbol: MP1 = Field With Missing Rule Parameter
Text Symbol: MO3 = Assignment Proposal for a Mass Transfer
Text Symbol: MO2 = Assignment Proposal for a Set of Conversion Objects
Text Symbol: MO1 = Assignment Proposal for a Complete Subproject
Text Symbol: LEN = FldLength
Text Symbol: LE1 = Field Rel. With Conflict in Field Length
Text Symbol: F03 = Select one or more migration objects!
Text Symbol: F02 = Select a mass transfer ID
Text Symbol: F01 = Select a mode
Text Symbol: DDI = DDIC Compar.
Text Symbol: CID = Migration Object
Text Symbol: BT3 = Mass Processing
Text Symbol: BT2 = Migration Oject(s)
Text Symbol: BT1 = Subproject
Text Symbol: 100 = Check of Field Relations





INCLUDES used within this REPORT DMC_MT_CHECK_FIELDMAPPING

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-spi.



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