Application Development and Automation 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: 
Read only

module pool

Former Member
0 Likes
434

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

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

4 REPLIES 4
Read only

Former Member
0 Likes
419

hI,

WRITE THE SELECT STATEMENT IN THE PBO WITHOUT ANY CONDITION SO THAT IT EXECUTES ALL THE TIME...

REWARD IF HELPFUL

VIVEKANAND

Read only

0 Likes
419

hi,

Thaks for your response.

I cant write the select statements in PBO,

because it wil effect the performance.

bye,

kirthi

Read only

0 Likes
419

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

Read only

Former Member
0 Likes
420

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