cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering validations while importing records

Former Member
0 Kudos

Hi...

How do we trigger validations to validate records on import. If the record fails the validation, the record should not be imported. The validation is set to Callable = Yes and Automatic Execution = Error.

I do not want to use workflows.

Regards,

Anoop

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Anoop,

>>>>How do we trigger validations to validate records on import.

as per MDM faq question: "Do validations work during the import process?"

let me quote:

"Validation rules don’t work during importing through the Import Manager. To execute a validation (or a group of validations) over newly-imported records you may use the API. In such a case a special flag during importing can arise and then the validations can be executed against an easily found record set."

quoted from:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7dc6ba86-0501-0010-0b82-84943792...

for java API:

http://help.sap.com/javadocs/MDM/current/index.html

Regards,

Michal

Answers (0)