Skip to Content
1
Aug 10, 2023 at 09:48 AM

Push application job result to user in RAP context

87 Views

Hi,

I have implemented application jobs in the rap context according to this blog post: https://blogs.sap.com/2022/12/16/how-to-schedule-application-jobs-from-a-rap-based-business-object/

The jobs are triggered from a custom Fiori application. After every application job run in background the log objects are filled and saved. This brings me to my question: Is there any possibility to inform the user about the result of the job (best case with a pop up) without reloading the Fiori Page?

Thanks!