SAP Reports / Programs | Application Platform | Master Data | Master Data Synchronization(AP-MD-BF-SYN) SAP AP

MDS_CONSISTENCY_TOOL SAP ABAP dialog Program - Program MDS_CONSISTENCY_TOOL







MDS_CONSISTENCY_TOOL is a standard Module pool for a dialog screen ABAP Program 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 MDS_CONSISTENCY_TOOL 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

MDS_CONSISTENCY_TOOL - Consistency check Tool for MDS
MDS_COMPARE_TOOL - Compare Tool for Master Data Sync.


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


Text pool values


Title: Program MDS_CONSISTENCY_TOOL
Text Symbol: 084 = exist only on source side
Text Symbol: 085 = Fieldname
Text Symbol: 086 = Sign
Text Symbol: 087 = Option
Text Symbol: 088 = Low value
Text Symbol: 089 = Do you really want to change the Compare process?
Text Symbol: 090 = Yes
Text Symbol: 091 = No
Text Symbol: 092 = Compare Tool for Master Data Synchronization
Text Symbol: 093 = Status
Text Symbol: 094 = Source Object ID
Text Symbol: 095 = Target Object ID
Text Symbol: 096 = Dataset
Text Symbol: 097 = Source Table
Text Symbol: 098 = Source Field
Text Symbol: 099 = Source Value
Text Symbol: 100 = Target Table
Text Symbol: 101 = Target Field
Text Symbol: 102 = Target Value
Text Symbol: 103 = Consistent
Text Symbol: 104 = Message
Text Symbol: 105 = Description
Text Symbol: 106 = Compare
Text Symbol: 107 = What do you want to view?
Text Symbol: 108 = Consistent Fields
Text Symbol: 109 = Inconsistent Fields
Text Symbol: 110 = All Fields
Text Symbol: 111 = User
Text Symbol: 112 = Date
Text Symbol: 113 = Time
Text Symbol: 114 = Compare Tool
Text Symbol: 115 = High value
Text Symbol: 083 = synchronized objects are inconsistent
Text Symbol: 050 = Include
Text Symbol: 051 = Exclude
Text Symbol: 052 = Equal to Low Value
Text Symbol: 053 = Between Low Value and High Value





Text Symbol: 054 = Search Pattern
Text Symbol: 055 = Greater than or Equal to Low Value
Text Symbol: 056 = Greater than Low Value
Text Symbol: 057 = Less than or Equal to Low Value
Text Symbol: 058 = Less than Low Value
Text Symbol: 059 = Not Between Low Value and High Value
Text Symbol: 060 = Not Equal to Low Value
Text Symbol: 061 = Do not search pattern
Text Symbol: 062 = Selection Screen
Text Symbol: 063 = Select Compare Process
Text Symbol: 064 = Show Selection Criteria
Text Symbol: 065 = Hide Selection Criteria
Text Symbol: 066 = Selection Criteria for Source Objects
Text Symbol: 067 = Select Filter criteria
Text Symbol: 068 = Select Datasets for Comparison
Text Symbol: 069 = Save selected Datasets for current User
Text Symbol: 070 = Address
Text Symbol: 071 = Bank Details
Text Symbol: 072 = Credit Cards Details
Text Symbol: 073 = Industries
Text Symbol: 074 = Relationships
Text Symbol: 075 = Tax Details
Text Symbol: 076 = Trading Partner Details
Text Symbol: 077 = BP -> Customer
Text Symbol: 078 = BP -> Vendor
Text Symbol: 079 = Customer -> BP
Text Symbol: 080 = Vendor -> BP
Text Symbol: 081 = Objects exist on source side
Text Symbol: 082 = synchronized objects are consistent


INCLUDES used within this REPORT MDS_CONSISTENCY_TOOL

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:

No SAP FUNCTION MODULES are executed within this report code!



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