Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

module pool- clear the table control when we click back

Former Member
0 Kudos

hai,

I am working with module pool. and my requirement is that i have to create 2 screens, one for input and the other for output.

when date is given in the 1st screen and when clicked on display, to goes to the 2nd screen and fetches data.

now when i click on the back button and change the date and givce display, the datas fetched in the table control previously have not changed. i mean the previous output is not cleared.

i tried by giving clear statement in PAI but its of no use.

can some one help me out with this.. please

With Regards,

Sunitha.S

1 REPLY 1

Former Member
0 Kudos

Hi Sunitha,

You need to REFRESH the internal table which you are displaying in the table control.

Instead of clearing the table control when going back, you can REFRESH the itnernal table before you populate it for the new date in the input screen.

Please try and let me know if it helps.

Cheers,

Aditya