Hi all,
I have two exit variables in i_step = 1 (0CALMONTH and 0PROFIT_CTR) which are configured as follows:
Single value = X
Ready for input = X
Change during navigation = X
Mandatory = X
The two variables are configured identical except for the reference to the InfoObject and the ABAP code to fill the default values.
What I would like to do is to execute a web application with the default values set in the variable exit (This means that variable screen is not forced).
However during query navigation the user should be able to change these default values by using the Change Variable in the content menu.
I got a problem doing this:
When I push the "Display Variable Entries" in the BEx WEB i get the message that the filter value for 0CALMONTH has changed.
Then the query is refreshed with an blank=0CALMONTH and a #=0PROFIT_CTR selektion.
If I then push the "Display Variable Entries" again i get a variable screen containing the 0CALMONTH variable but not the 0PROFIT_CTR variable. I can then enter the new 0CALMONTH value and execute the query again, however the 0PROFIT_CTR is still filtered to #.
There are no personalization on the 0PROFIT_CTR variable so thats not the issue.
Does anyone have an idea why the system is behaving like this?
I would expect it to do the following:
1) press "Display Variable Entries" button
2) the variable screen appears with the default values for both variables
3) change the variables and execute
Best regards
Keld