Hi team,
I am using a BW query and i am calling it programmatically using the class CL_RSR_REQUEST . This query has a default filter which excludes a certain value.
How can I cancel this exclusion via abap code?
I already tried the function set_filter() and some other functions of the class cl_rsr_request but in vain.
Thank You
Add comment