Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Validation Sequence for Parent and Child Entity
If there is a validation on Parent Entity and a validation on Child Entity in Managed BO and Managed BO with additional save, Is there a sequence in which the Validations run for Parent and Child Entity or the sequence is uncontrolled?
validation checkParent on save { create ; }
validation checkItem on save { field matnr; create }
thanks
Normally, I'd say it doesn't really matter. The validations can work independently of each other, since the RAP buffer is filled and won't be changed. So far, the documentation seems to say that the order isn't fixed.
Greetings Björn