‎2007 Sep 24 7:47 AM
hi,
iam working in module pool programming.
i have 2 screens, in second screen i have a table control
with 9 tabs.
now when iam swiching in between tabs , i want to refresh the selection of records.
points wil be rewarded.
bye
kirthi.
‎2007 Sep 26 8:18 AM
hi
When you click on tab then PAI is triggered so you can refresh your data in case statement before activating the tab. There is no need to do anything in PBO.
If still any confussion tell me the issue in detail.
Aditya
‎2007 Sep 24 7:50 AM
hI,
WRITE THE SELECT STATEMENT IN THE PBO WITHOUT ANY CONDITION SO THAT IT EXECUTES ALL THE TIME...
REWARD IF HELPFUL
VIVEKANAND
‎2007 Sep 24 8:04 AM
hi,
Thaks for your response.
I cant write the select statements in PBO,
because it wil effect the performance.
bye,
kirthi
‎2007 Sep 24 8:11 AM
If you want the most up-to-date data every time, then you will need to refresh this from the database... having data access in PBO is not necessarily inefficient - SAP does it frequenct. However if the data is static, you could load it into a global internal table once at the start of your logic, and then just refresh the screen lists from it whenever the user changes tabs.
Jonathan
‎2007 Sep 26 8:18 AM
hi
When you click on tab then PAI is triggered so you can refresh your data in case statement before activating the tab. There is no need to do anything in PBO.
If still any confussion tell me the issue in detail.
Aditya