Skip to Content
0
Former Member
Apr 21, 2009 at 01:59 PM

fire query on table

20 Views

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