Hello Team,
I have two determination like below where I want to update admin fields,
determination AdminCreate on save { create; }
determination AdminUpdate on save { create, update; }
While creating instance, I want create admin fields should be populated and while updating instance, update admin fields should be populated but somehow it causes infinite loop and getting below dump
The application has indicated exception "LCX_ABAP_BEHV_DETVAL_ERROR" as the reason for the
termination:
Infinite loop caused by cyclical triggering of on-save determinations
I need to understand,
Thanks a lot.
Best Regards,
Muthu