Skip to Content
0
Former Member
Nov 22, 2013 at 04:55 AM

Agregation level exit variable problem

42 Views

Hi Dear All,

I'm trying to use cmod variable for agreggation level in input-ready query . I have one real time cube and two different agregation levels.

Exit checks comp_code value (which is processed by authorization, single value) and get infoprovider variable value (single value), and it works but query is locked for input.When I use constant value of agregation level in query, it is unlocked. I made tests in rsrt and values for comp_code and agregation level are filled correct way. We have BW 7.01.

query locked for input even if I hardcode value of infoprovider in exit, I checked it on I_STEP = 1 and I_STEP = 2.

l_s_range-low = 'ZPF_LEVEL'.
l_s_range-sign = 'I'.
l_s_range-opt = 'EQ'.
APPEND L_S_RANGE TO E_T_RANGE.
ENDLOOP.

Can anybody explain me why input is locked?