cancel
Showing results for 
Search instead for 
Did you mean: 

Toolbar for table

Former Member
0 Kudos

There is a toolbar option for table element, but i cannot find a way to add any elements to the toolbar.

How can the toolbar be used?

Thanks,

Anna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you Lior,

I can see a few predefined actions that can be added to the toolbar, but the interesting one is [User-defined] one.

How do you program the action for this button?

Regards,

Anna

Former Member
0 Kudos

Hi,

The user defined action is actually any event you would like to raise in the model.

You name the action and that will be the event that will be raised when pressing that button.

After you define this action on a button, you can use it somewhere else in the model, e.g. you can define a toolbar button that will raise a 'ShowDetails' event, and connect a line from that table to another RFC, with the same event name ('ShowDetails') on the line (look at the line properties). This way, when the button is pressed, that event is raised, and that exact line will be followed.

This way you can have one RFC to execute on the predefined 'Select' event, and another on another event.

Note that user defined events are also applicable for buttons appearing on forms, not just toolbars.

Hope this helps,

Lior

Former Member
0 Kudos

Hi,

Try right clicking on the table and choose -> Customize Toolbar from the menu.

Lior