cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between data consistency and data quality

former_member342013
Contributor
0 Kudos

Hi Team,

I read too many ans in google regarding my question but unable to get the appropriate ans. Can any one please tell me the difference by giving simple example that relate to SAP which would help me in preparing presentation on data migration.

Accepted Solutions (1)

Accepted Solutions (1)

former_member42743
Active Contributor
0 Kudos

From my perspective in QM, I look at these things as follows:

Data consistency - My data matches the values allowed for the field and meets all the criteria for data loading.

Data quality - The data provided correctly matches the desired business practice.

For instance: I might have a business rule that all batch managed materials require a shelf life, a period indicator and a rounding rule. Maybe some materials that were not batch managed before in the legacy system are now becoming batch managed in SAP. Maybe legacy was all paper-based records.

My data is highly consistent if all materials have valid values for shelf life, period indicator and rounding rule and I get no load errors when I go to load my material master via an automated program or LSMW.

My data quality might be terrible if who ever is responsible for providing the data, simply defaulted in the values of 365, D and P for the shelf life, period indicator and rounding rule respectively for all materials. Without a business person reviewing the actual material, and making sure the correct data is inputted for each material, the data quality is questionable.

Data quality issues can happen, especially in new systems and conversions, when we apply "rules" to the various conversions. Like when I might say all "T" values in a legacy value will be converted to "P" values in SAP. What is the confidence level that this rule is correct 100% of the time for all "T" values? Default rules probably have the most risk. I.e. I have no equivalent value from a legacy system to convert to an SAP value but it is a required field for SAP. Therefore, the program is written that when no value is provided in the load file, I default in a value. Maybe I default the current date, or maybe I default in 12/31/9999. Or maybe I default an indicator to "selected". What is the confidence level all these defaults are correct in all cases?

Answers (2)

Answers (2)

JL23
Active Contributor
0 Kudos

the data quality of master data is high if your transactional processes such as sales or purchase order entry is going smooth and nothing which is maintained and defaulted from the master data needs to be entered or changed manually.

You could in general not create inconsistent data if you use the desired SAP transactions to perform creation and maintenance along with a good portion logical thinking and applying common sense.

Inconsistent data would for example be when you used purchasing group AAA in the material master and various purchase orders and then a an unexperienced consultant removes this purchasing group in customizing.

another example: if you add the batch management indicator into the material master while you have stock using an ABAP report or debugging options, as activation of batch management is usually not possible with standard maintenance transaction when you have stock.

ankurch
Active Contributor
0 Kudos

you have to create a good template regarding the data and that should be matched with business requirement and SAP requirement both,

Then you have to be ready for the data migration process.

Just give an example of data migration with the required data, whether it can be LSMW or BADI or BDC.

Thanks,

former_member342013
Contributor
0 Kudos

Hi Ankur,

Thanks for the reply. Could you please tell me the difference betweeen data quality and data consistency in sap.