am calling a bapi from my ASP.NET(C#) application and i am getting a (ref) tbl_inter table
as output.
i am getting around 22 colunmns and 1000 rows as a output and i wnat to filter data from this table.
so for that i need to fire a query on this table
Is there any way i can query data on that table
Pls help