cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering Multiple Events Simultaneously

arunneerolil
Contributor
0 Kudos

Hi All,

Can we trigger more than one events simultaneouly.

For example when i click a button i want to call two bapis

simultaneously and also i need two pop up messages.

How this can be done ??

Can anyone help.

Thanks in Advance

Chemmanz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chemmanz,

create a new RFC-function (Z_BAPI_...), in this you can call all data-services you need. Then you can call this data-service in VC with one Input-form and one submit-button.

Thanks in advance,

Deep.

arunneerolil
Contributor
0 Kudos

Hi Deep,

Is there anyother way other than the one you have mentioned ??

It dosen't look straight forward.

Regards,

Chemmanz

Lisi
Advisor
Advisor
0 Kudos

Hi Chemmanz,

You can simply drag a few lines from the form holding the button.

for example, if you have a button with an action called a, you drag one line from the form and connect it to an RFC,then you can drag another line from the same form and connect it to a popup.

In order to execute all of them at the same time you simply have to name the event on the connecting lines as the action name. (in this case a)

Regards,

Lisi

Answers (0)