cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple row selection in table

Former Member
0 Kudos

Hi,

1) Is it possible to select multiple rows in table. If so how to do that?

2) How to add status (the button which will be green for success and red for failure) field in table.

Note: you can find such status buttons in any FM, In transaction se 37, import tab, the last field(long text) has such button.

Thanks in advance

Regards

Shanthi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shanti,

For multiple selection make node selection is 0..n along with cardinality then only you can select multiple rows.

and for your second point follow pankaj's suggestion.

Former Member
0 Kudos

HI,

1. For selecting multiple rows node selection should be 0:n.

2. To add the status button you sholud have the image UI Element in table column. Now bind this element with attribute of type string.

Now set the value of the attribute to WEBICON_LED_GREEN for Green LED display and to WEBICON_LED_RED for Red LED display.