Hi Deepan,
I hope you are using bindAggregation something like this:
oTable.bindAggregation("items","/EntitySet",oTableItems,null,[oFilter1,oFilter2,oFilter3,oFilter4]);
Above does the single calls and passes the filter values into the service method with parameter - it_filter_select_options
Hope this helps.