cancel
Showing results for 
Search instead for 
Did you mean: 

How to update Consolidation Pie Chart of Standardization Step

deepakmk1996
Explorer
0 Kudos

Hello SAP Experts,

We are creating Vendor via MDC Process via File Upload using Fiori Tile( Import Data for Consolidation).

In the Standarization Step, we are validating Address Data and if there is any error we are rasing the error in the same step

But the error is not logged properly in the Pie Chart of the Fiori. Pie Chart is showing in Green Color instead of red, which is not correct behaviour as you can see from the attachment that there are 2 errors, but Pie Chart is Green.

There are 3 Status in Standarization Step: Accurate,Defective and Modified Record

But in this case it is coming as Accurate instead of Defective record. Please find attached Screenshot for your reference.

Does anybody knows from where this piechart gets updated or How to correct this ?

Any help/suggestion is appriciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Manikandaraja
Explorer

Hi Deepak,

Which release of MDC components you are using.

Your address standardization based on BAS or HANA smart data quality? Are you using custom adapter class for Standardization.

For example: if you are using address standardization with BAS then the adapter class is CL_MDC_ADAPTER_BP_BAS_STD.

In this adapter class check the method KPIS_FOR_STANDARDIZATION. Generally the Pie chart information's are updated with the structure MDC_ADAPTER_KPI_STD.

So in this method check the KPIS at line no: 90 to 92 ( defective records should be updated to at line no 91 )

Please refer the below screen shot and let me know if any further details required.

Thank you

Best Regards

Mani

deepakmk1996
Explorer
0 Kudos

Hello Mani,

We found the Solution of this issue. It was basically due to some code missing in our Custom Class. This solution we found out by debugging Standard Class.