Skip to Content
0
Former Member
Jan 09, 2008 at 10:13 PM

Case sensitive problem in EVS Framework

19 Views

Hi all,

I am using EVS framework in my application and the values in the valueset is populated by an RFC. But I have a doubt regarding that framework. Suppose the values that are coming in the valuset are in Uppercase (eg: ABC) and is user is giving the value in that field manually (eg; abc) then on performing any action it is giving the error that

Character string "{abc" does not exist in the set of allowed values

I tried to convert the Lowercase abc to Uppercase ABC on certain action but it seems that on any action first the above validation is done by this Framework and then any code will execute. So before converting that to Uppercase it is giving error.

Is there any way to convert that to lowercase or is this the limitation of the framework.

Thasnxs in advance!!!!!