APPLY A FILTER USING STORED PROCEDURE

Hanen
Hanen Member Posts: 281
Hi,
I use a stored procedure to retrieve records from a table.
in C/AL, I need to filter the response of the select statement by customer using the 'reqfilterfields' propriety in my report.
Example:
the stored procedure : select * from customer
in my report I need to retrieve only the customer defined on the filter. (CustomerN°0045..CustomerN°C0067)
how can I use this filter from C/AL using stored procedure ?
Regards

Hanen TALBI