Hello.
Now I'm doing a big complicated custom validation logic in SAP BPC 10 with helping of BADI UJ_VALIDATION_RULE_LOGIC. And I have a little question.
Scenario.
We have some input form in Excel. We input data in some basic cells, and when we are saving data, values in parent cells are computed automatically. I need to do validation on parent cells.
Problem.
BADI UJ_VALIDATION_RULE_LOGIC is calling for all base cells separately, and I can work only with data in only one cell. But I need to work with all new data in Excel form.
Question.
How can I get all data from Excel form (including new unsaved data)? Or maybe it's possible to create validation logic for parent cells (which are closed for direct input, but values its values can be changed during work with input Excel form) ?