cancel
Showing results for 
Search instead for 
Did you mean: 

Customize the error message while infotype creation

Former Member
0 Kudos

Hi,

I have created one infotype, in that one field called sexual orientation i am using search help, search help table contain value from 1--10,

If any one type other than 1 to 10 let say 15, it is throwing error "Entry 15 does not exixt in table(search help table name) (check entry)"

I want to modify this error message

Please suggest, from where it can be done

Thanks!

Piyush

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You are getting an automatic domain check from the framework. You can't really change the text of the message since this is generic message. You could change the context attribute to not reference this data dictionary domain. You would then be responsible for the domain check in your applicatoin code and could issue any message you want.