Folks,
need help.
I need to change displayed entries in a table view depends on button action. Like, table has both Positive and Negative values of amount (along with lot many fields). Now we have two buttons on view "Positive" and "Negative". All i want to do is just change the display of entries. If positive button clicked, show only Positive entries and show Negative entries when you press "Negative". I do not want to delete any entries at database level.
any idea How can i do that. any reference to standard component will also be good.
Thanks in Advance.
Hi,
Get all the entries in the collection
Loop that collection and remove (negative or positive field value ) using IF_BOL_BO_COL~remove
set back collection back to context node.
Regards,
Sumeet
Add a comment