cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Validation - UJ_VALIDATION Badi or CUSTOM_LOGIC BADI

selva_amd
Participant
0 Likes
880

Hi,

Need your help in data validation while saving data in BPC - When to use UJ_VALIDATION and CUSTOM_LOGIC Badi for validation? Which is best in performance?

Thanks,

Selva.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Custom logic badi is not related to data input validation. For validation you can use validation badi to validate record after record and write back badi to validate all records sent by user at once.