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

Regarding ListBox

Former Member
0 Likes
355

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.

2 REPLIES 2
Read only

Former Member
0 Likes
335

u filter it with if statement

as

if sy-ucomm = 'TAB_NAME'.

  • load values u...

endif

Jogdand M b

Reward if helpful.

Read only

Former Member
0 Likes
335

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