‎2007 Apr 02 10:26 AM
i am using the tabstrip.whenever i click the tabs the listbox values get loaded.the listbox should get value only when i click the particular tab.what i should do.
‎2007 Apr 02 10:31 AM
u filter it with if statement
as
if sy-ucomm = 'TAB_NAME'.
load values u...
endif
Jogdand M b
Reward if helpful.
‎2007 Apr 02 10:32 AM
hi s magesef
what u need to do is just put a if condition before the piece of code where the list box gets filled as follows
if active-tab = 'fcode of tab u want to use'
or u can use if syucomm = 'fcode of tab u want to use'
fill list box
endif
this will do
regards
navjot
reward points
Message was edited by:
navjot sharma