Hi guys.
I´ve implemented the BADI UJE_DIM_PROCESSED_BADI, in order to perform several activities once the user save and process new records for an specific dimension. My problem is when I´m checking those records inside the BADI, and the code find an error, as in the BADI interface we dont have available EXPORTING PARAMETERs as ef_success or et_message, I cant trigger an error to specify what is wrong and to stop the dimension process.
I also tried to call the method cl_ujk_logger=>log( i_object = lv_log ) but it doesnt work.
any ideas?
Thanks in advanced.
Regards.