cancel
Showing results for 
Search instead for 
Did you mean: 

Editable Table -> Submit -> RFC Call

Former Member
0 Kudos

Hi Experts.

I have a table iView that displays the content provided in a RFC. This table is editable. Once all changes within several rows are done I want to press a submit button to transfer the table content to another RFC.

How can I tell the submit button (within a form iView) to transfer the whole table content?

Thanks, Mathias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mathias,

You need to create a toolbar for the table. Right-click the table and click "Create Toolbar". Create a pushbutton eg 'Save" and assign it the system action "Submit Form" and draw a transition line from the table to the rfc (for event submit)

prachi

Answers (1)

Answers (1)

Former Member
0 Kudos

Perfect. Many thanks.