Hi all,
we are using run_rsdri_query() to extract data from our Model, inside a BAdI.
We implemented this code: ABAP Code (BPC 10 NW) to read an application's transaction data within the BAdI
However, the final TABLE contains all dimensions populated, while MEASURES exists but it is empty.
The author of that code said to check the presence of the MEASURES column. We double checked it and it is correct.
So is this a way to retrive MEASURES value using run_rsdri_query() ?
Thank you