Hello Experts,
Can you please advise how can I force call PROCESS_EVENT of a generic form UIBB.
I am working in ESS CATS timesheet screen and I added one custom built form UIBB which should do something
once Save button pressed.
The Timesheet component (HRESS_C_CATS) should pass some data to the form UIBB screen after Save is pressed.
But my problem is that PROCESS_EVENT of the form UIBB is called first before the PROCESS_EVENT of HRESS_C_CATS is called when Save is pressed (FPM_SAVE event).
So I cannot get a chance to pass some data and do some processing in the PROCESS_EVENT of the form UIBB.
Is there any way I can force call the form UIBB's PROCESS_EVENT from the other component when Save is pressed.
Thanks
Arindam