Hello All,
I am trying to create a cross entity check. Two entities in question are BP_COMPNY (Company Code) and BP_BKDTL (Bank Detail).
RULE: For a selected Payment Method on UI a check should be made if Bank Number is filled or not. In case Bank Number is missing then an error message must appear asking for bank detail.
I implemented this using BRF+ Check entity. Created a function with name DERIVE_BP_COMPNY and in Signature tab added the two entities BP_COMPNY (Company Code) and BP_BKDTL (Bank Detail).
Next, I added a ruleset with the above mentioned rule.
But on UI, after entering Payment Method, an error comes with message "Data object BP_BKDTL does not adhere to naming convention".
Please let me know what is wrong here ?
Thanks,
Swati