cancel
Showing results for 
Search instead for 
Did you mean: 

Submitting data to BAPI from multiple forms

Former Member
0 Kudos

Hi All,

With one of the BAPI I'm working on takes input from an "Input Form" and "Table Input". I'm having a "Submit" button in Input Form which should submit the data from both the forms. How do I do this..... because table doesnt allow me to put a button, with which I can provide same event as "Submit" button.

How do I solve this problem??

Thanks and Regards,

Mausam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

On the connector line from the table to the BAPI, rename the event to *SUBMIT. This will make sure that whenever you raise a SUBMIT event - all connectors marked with *SUBMIT will also be triggered.

This of course works for all events, not just SUBMIT.

Also, make sure that you capitalize all event names.

One more thing to note: you cannot send input from 2 different interactors (forms, tables) into the same Input port of the BAPI - you have to have 2 different ports on the BAPI.

Hope this helps,

Lior

Former Member
0 Kudos

Thanks Lior,

Glad to have an answer from Robinhood of VC himself.It really helped me for the scenario I was working on.

Thanks and regards,

Mausam