Hi,
I am using SAP design studio 1.4 SP1 version.
How to identify if there was a backend data fetch, and how many records retrieved ?
I have a hypothesis, on APPLICATION.setVariableValueExt() to test
Case1 : Say we have BEx query with 3 variables.
My understanding is this query executes 3 times , when I try to set value to each of these variable.
If incase we make one of the variable as a mandatory, so that the query does not execute until the mandatory variable is set.
That we can reduce the execution times
Case 2: Say we 3 different BEx queries, and all having filter on company code
If incase we define, the different variable name (Eg. Q1_COMP_CODE, Q2_COMP_CODE etc).
When we set APPLICATION.setVariableValueExt("Q1_COMP_CODE", "9031"), it may not invalidate the other 2 queries
To test these, I would need help to understand how to read the profiling statistics to identify the DB fetch and rows retrieved