I have a table element in my layout which is bind to a dictionary table and displaying the records correctly.I have input fields in the same view along with the add buttoon which inserts the entered record into the dictionary table successfully.
Till now its fine but what I want is after adding the record, the displayed record in the table should be refreshed automatically.I guess one method would be that in action of button click i fetch the records using select query into an internal table and bind it again to the table.
Is there any other method to do this. Also will supply function be helpful in this case???
THanks