cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Table

Former Member
0 Kudos

Guys, i have a question about refreshing the table. Here is the scenario. I have a table with all the workitems from the inbox. When the user approves or rejects the workitem, i call the necessary BAPI's and approve or reject. Now, since the workitem has been completed, how do i refresh my VC table? The output from the BAPI's is a table and return value of 0 or 1.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use timer for refreshing the Table.

Add a Timer to the the data service so that it will update the table in a interval time.

Give the interval ,initial delay and other Timer parameters.

Govindu

Answers (1)

Answers (1)

Former Member
0 Kudos

I am using the timer function with a guard condition. Thanks