Hi experts,
I'm searching for a way to call a query via an ABAP-report.
Till here the function-module RRW3_GET_QUERY_VIEW_DATA would be suiteable for my needs.
Unfortunately I need to pass filter-values (=not variable-values!) to the query.
And this is the point where I get stuck.
Does anybody have a hint how this can be done?
Maybe some background:
I wanna use the Report-to-Report-Interface to jump from Query A to Query B.
But I'm not interested in passing the filters from Query A to B, but I need to
pass a characteristic-filter-value to Query B which might not be in the drilldown
of query A. Hence I wanna use an RRI-user-exit which calls (a variant of) QueryA
again (containing the needed characteristic) with the selection passed to the
RRI when the user initiated the jump. But I cannot find a way to call a query
from abap, with the possibility to set filters.