cancel
Showing results for 
Search instead for 
Did you mean: 

Changing a textfield message

Former Member
0 Kudos

Hello to all

I have a doubt, about on how to change a message that appears in a text field. When someone doesn't fill a textfield that is required, the message "This field is required" appears. This far is everything ok but, our users speak spanish so, is there a way to change the text of this message to write it in spanish?.

Regards IA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Armando,

Try the following steps to solve your problem.

1. Open the properties of corresponding 'Input Field'.

2. Select 'Validation' tab.

3. Add a condition like this.

Condition='Equals' Value='' (the two single quotes means empty) Errormessage= ' (your spanish message)'

Hope this will help you.

Kind Regards,

Basheer

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For that particular Text filed you shoulduse the transaltion mechanism .

see the below blog

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1072e2e6-4710-2a10-cdac-94476f06...

Govindu