hi
i am calling an RFC and populating data in the
3 itemlistbox , and filtering data on itemlistbox on each
and for filtering the data iam taking reference from
one of the table Structure called IT_Car_Data
which has column element as make , model , bodytype,year and each has data .
now sequence of the column element has been changed
make , model , year , bodytype and a fresh data has been
put in this element. now the problem when iam filtering
the data on the basis of this Structure table iam able
filter data for model but when it come to bodytype
its showing null or blank data in the itemlistbbox
data is not getting filtered .
is that column element has been moved from there positions , should i need to again re-import and restart
the server for getting reflected .
what can be the reason? can any one help ?