cancel
Showing results for 
Search instead for 
Did you mean: 

How to do data quality check on XI?

Former Member
0 Kudos

Hi XI guru,

I am working on a project, our architect want XI to perform some data quality check to make sure the message contains correct data in future processing. Is there any existing solution or walk arround for XI to perform the data quality check?

For example: if field A and field B is not exist, then XI need to send a email to remind someone who support this interface.

For this kind of scenario, is that possible for XI to handle? What's the best option for XI?

Accepted Solutions (0)

Answers (3)

Answers (3)

prasad_ulagappan2
Contributor
0 Kudos

Yes it is possible in XI. You can do all kind of validations in mapping itslef...if you have more validations better to go with Java mapping which would be easier to develop......After this mapping either you can directly send it to receiver mail adapter or you can configure Alerts to send mails.....

MichalKrawczyk
Active Contributor
0 Kudos

hi,

with XI 7.1 you can do message validations according to XSD

with 7.0/3.0 you can also implement your own validations in a mapping (with XSLT) for example

if they will not work you can set up alerts that will be delivered to the admin

Regards,

Michal KRawczyk

Former Member
0 Kudos

Hi,

check all the condition in UDF and based on the condition result raise an alert.

follow below steps:

Michal Krawczyk

Configuration steps are: go to transaction ALRTCATDEF

1) Define Alert Category

2) Create container elements which are used for holding an error messages.

3) Recipient Determination.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/alert%2bconfiguration%2bin%2bxi

Alert can be triggered in different ways.

1) Triggering by Calling a Function Module Directly.

chirag