cancel
Showing results for 
Search instead for 
Did you mean: 

calling the event handler of one component in another component

Former Member
0 Kudos
536

Hello Experts,

My requirement is to call the event handler of one component in another.

Here the challenge is the event handler has the code as below

me->get_context_node etc

Please find the attached document for more details.

On clicking Process button (SRQM_INCIDENT_H), Screen1

The mail screen is launched (BT126H_MAIL) Screen2

On Clicking send button, I need to call the Event Handler i.e. the Process button in screen1 of component SRQM_INCIDENT_H because I need to Reload the email screen twice

screen1.jpg

screen2.jpg

Thanks and Regards,

Ranjana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Ivan for your reply.

My requirement is to load the mail screen 2 times and it is happening when I skip the outbound plug. However, it is creating only one email activity ID.

Hence, if I could call the process button again then the activity id will be created twice.

Please suggest.

Thanks and Regards,

Ranjana

0 Kudos

Dear Rajana

But why you need to reload the page from the Screen2 ?

I supose that when you press "Send" button, the system calls back to the screen1, there, you can detect that you are back from screen1 and

refresh it.

Thanks,

Iván