Hi,
I've created a User Exit variable (of type Interval, Mandatory) on 0CALMONTH and populating it in exit.
The problem is at the time of query execution, I get "BRAIN 657" error i.e. "Value <value> is Invalid for Variable <variable name>".
After doing some analysis I figured out that once the user-exit code is performed, system validates the entries populated in this Variable against the values in InfoProvider and gives error when it doesn't find those values.
E.g. lets say InfoProvider has values for 0CALMONTH from 06.2010 till 10.2010 and if I populate my variable with range 03.2009 till 12.2010 then it throws above error. But if I populate the variable with exact values i.e. 06.2010 till 10.2010 then it works.
Any idea how can I remove this validation and populate with my own value range?
Regards,
Vikrant.
Add a comment