Dear All,
I am facing issue with BPC validation rules through BADI
1) I have created validation rule using the t code - UJ_VALIDATION and these rules should be processed through
badi UJ_VALIDATION_RULE_LOGIC, so I have created a custom BADI implementation over this standard badi and assigned to z class,
then in the method I have written my logic in DO_VALIDTION_LOGIC method.
2) I have assigned proper filter ,in both the places say
T-code UJ_VALIDATION :
APPSET ID : ABC
DIMENSION: XYZ
RULE_LOGIC: 1
BADI Implemented in UJ_VALIDATION_RULE_LOGIC using the below filters
APPSET_ID : ABC
DIMENSION : XYZ
RULE_LOGIC : 1
But when I try to execute BADI is not triggered. I have kept break point over both the places say in class CL_UJXD_PACKAGES_RES and in the newly created custom BADI, but break point not triggers.
Please advise .thanks in advance.
Regards,
Ajay