Hi all,
I'm using the if_ujo_write_back-> write_back in order to write some records into a model that is not my starting one
The write_back works but the problem is that, if for some reasons, one ore more record are rejected it writes the other records
This result is very misleading because we’ve a partial result
Just to clarify, some examples of reason to reject records:
- the user is not authorized to some values
- the target cube is in status "planning not allowed"
- some dimensions are not correct
So I'd like to make a preventive check on the data I'm going to write and in case of errors send a log with the detail
I'd tried to use the write_back with the parameter EXECUTE_BADI empty but it doesn't work and the correct values are written
Do you have any idea on how to perform a complete check before actually writing the values?
Thanks