cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset selection of row in Web Planning application

Former Member
0 Kudos
65

I have implemented scenario for executing planning functions for selected lines in planning layout. This works great.

But how I can reset selection of rows with press of button like "Reset selection"?

If I reset value of corresponding variable on button click, line is still selected in layout, because manual planning layout holds selection apart of variable.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Vlad,

Do you mean 'reseting' so that the radio button is NOT selected in the relevant layout line after execution......?

If thats what you are after, you can use javascript to loop through the rows of your layout and identify the row in which the radio object is selected. Once you know the cell id, then you can change the property to 'unchecked'.....

Regards,

Rael

Former Member
0 Kudos

>Do you mean 'reseting' so that the radio button is NOT selected in the relevant layout line >after execution...

Yes, exactly

>you can use javascript to loop through the rows of your layout and identify the row in >which the radio object is selected. Once you know the cell id, then you can change the >property to 'unchecked'.....

I tried it, but layout holds selection in internal private structures of class, so other functions, that use selection of layout work wrong after resetting only in HTML.

I need some kind of "official" method to reset selection.

Former Member
0 Kudos

I wrote message to SAP support.

Their answer is "Unfortunately, this is impossible".

Question is closed.