cancel
Showing results for 
Search instead for 
Did you mean: 

get_attribute in camel case

Former Member
0 Kudos

Hi,

I have a view with two input fields username and password. If the user enters the username in camel case (Abap_Web) and i read the value by get_attribut the output is in upper case as (ABAP_WEB) but i wanted (Abap_Web) for Validation.

Guide me in this regard.

Regards,

Vino.

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Vinoth,

the case conversion happens because of the "Lower Case" setting the domain of the underlying data element. Solution for this

1. Identify for the data element of the input field.

2. Navigate to the domain of this data element

3. in the Definition tab of the Domain, check the Lower Case checkbox.

this will solve the problem. Incase if your using a standard data element, then I would suggest to create a custom data element along with domain.

BR, Saravanan

Answers (0)