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

BADI_UJ_VALIDATION_RULE_LOGIC implementation

babu_y
Explorer
0 Likes
463

We are currently using UJ-Validation with Use Logic Table to validate Inter company accounts etc..

This Logic table opting can't able to work for the new accounts unless we manually insert them into the table.

to overcome the manual intervention, we wan to Use BAdI implementation method option.

Can any one give me the link which drive me through this Badi implementation. I am searching in the community could not able to get a proper helpfull document.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Validation badi is similar to write back badi. But validation badi checks only single member intersection at one time (write back will have full table of all records to be written to the cube). I prefer to use write back for validation because it write back it's possible to check combination of records...

Anyway, read sample of write back badi:

https://www.sap.com/documents/2015/08/42906352-557c-0010-82c7-eda71af511fa.html