Dear all,
BEx Query NOT GETTING I_STEP = 2
But does anybody have any Idea who I do NOT get I_STEP : 2 ?
(not even in the debugger). I get step 1 & 3. But it always goes directly from
step 1 to 3 (even in the debugger)
I want to use to transfer variable values of 0FISCPER (keep in mind 0FISCPER also requires a mandatory entry for 0FISCPER) to other custom variables of an InfoObject ZFISCPER in step = 2 (so after the user input).
I use SELections on Keyfigures incorperating ZFISCPER (& FISCPER).
I have created 2 custom Variables (z_per_from / z_per_to) type 'Customer Exit' / Not Ready for Input / 'non mandatory' for a custom InfoObject ZFISCPER (which is referenced to 0FISCPER). Keep in mind although I select 'non mandatory' the system automatically gives a message that these variables have been set to Mandatory due to the depencie to 0FISCVARNT. But this in not displayed in the Variable definition.
I can fill them in I_STEP = 1 with default values.
But I want to change them in Step 2; but this step never appears (de debugger goes directly to step 3).
Tried the same for 0FISCPER (including 2 other new variables var_fiscper_from/var_fiscper_to type customer Exits but these are ready for Input).
But even these variables do not produce an i_step = 2 (they go directly from step 1 to 3).
Coding solutions are very welcome.
Other Filters used in the query are: 0COMP_CODE & 0CURRENCY
BW system isP:
SAP ABAP/BASIS : SAPKA70018
& BW: SAPKW70020
Regards, JRE