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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-spi.
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_MT_CHECK_FIELDMAPPING - MWB: DDIC Synchronization and Check of Field Relationships DMC_MT_CHECK_FIELDMAPPING - MWB: DDIC Synchronization and Check of Field Relationships DMC_MT_CHANGE_READING_TYPE - Change the reading type for selected objects of a mass transfer DMC_MT_CHANGE_READING_TYPE - Change the reading type for selected objects of a mass transfer DMC_MT_ASSIGN_RULES - MWB: Assignment proposal for domain rules (mass transfer) DMC_MT_ASSIGN_RULES - MWB: Assignment proposal for domain rules (mass transfer)