In CR I make use of 2 kinds of parameters:
- "Query" parameters: I use ABAP functions to extract data from SAP R3 directly into Crystal Reports. Import parameters are used to restrict the dataset volume returned by R/3.
- "Report" parameters: within the dataset returned by SAP R/3 I use report parameters too to further restrict the output
However, every time I change a report parameter CR returns to the database to retrieve data. Is it possible to prevent CR from returning to R/3 when changing these report parameters and still make use of the query params?
(I guess i want some kind of a two-step data retrieval and I want to execute these steps independently ...)
thx marcel