cancel
Showing results for 
Search instead for 
Did you mean: 

Validation message in leave request

Former Member
0 Kudos

Hi,

When we enter some invalid time like 3#4 Duration field in Leave request it is throwing validation message

Enter the value in the format -2,733.34

Where is this handled.I think it is not calling any FM to validate and it should be validating on the java side itself.Please point me to correct component

Thanks

Bala Duvvuri

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bala,

I know this is a old post. I am facing the same issue. Could you please help how you resolved it. I can not even find the message in messagepool in DC.

Regards,

Nutan

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

I checked further, This is a generic message for Integer types and cannot be customied, please read here further

About the validation mechanism read more here:

http://help.sap.com/saphelp_nw70/helpdata/EN/df/5893426f257073e10000000a

155106/frameset.htm

Regarding the Message handing check this example:

http://help.sap.com/saphelp_nw70/helpdata/EN/3c/f2674039c6c549e10000000

a1550b0/frameset.htm

There is something called messagepool, where you can have Without Validation' option, and error message wont appear

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

pt_arq_request_check*

The decimal separators, comma and decimal point are dependent on the

locale of the browser(i.e user logon language).

If the logon language is English then the separator is decimal point. So

if you enter 3.5 then it will remain as 3.5 itself.

if you enter 3,5 then it will be converted to 35.

If the logon language is German then the separator is comma. So

if you enter 3,5 then it will remain as 3,5 itself.

if you enter 3.5 then it will be converted to 35.

Former Member
0 Kudos

Thanks Siddharth.But i want to understand where is this validation message coming from

Thanks

Bala Duvvuri

Former Member
0 Kudos

H

go to your portal and go to jco maintanance there check the language that you have used to connect please.

Can you please reconfirm if your browser langauge is English UK

tools->internet options ->languages ->English (United Kingdom)in the UME