cancel
Showing results for 
Search instead for 
Did you mean: 

input field error message

Former Member
0 Kudos

There's an input field having integer value. If I input

string value into that field, an error message already

written by SAP comes out.

What I want is to show the message written by myself, not

the ready-made one. Moreover, I want to show the message

'in Korean'.

Is it possible to do the above things? or is there any

better way that you would recommend us?

View Entire Topic
Former Member
0 Kudos

Hi,

Yes it can possible with internationalization concept.

goto your message pool there u need to chage your language.

Every entiity in you web dynpro application contains one .xlf file .

Goto navigator and goto project and componets-package-you find over there .xlf file.

There you can creaate en_.xlf file and KR_.xlf file there you can chage the language and text and that would be generated .properties file.

That would be change automatically.

Do you need any help post your issues.

Otherwise you can gothru the i18n pdf in saple examples.

Thanks,

Lohi.

former_member443992
Discoverer
0 Kudos

Hi Lohitha

Thanks for your advice.

Please explain required steps in detail,because I'm a beginner in development.

Reagards bk Kim.

Former Member
0 Kudos

Hi,

If you want to provide message by your own because of language reason, then instead of doing these much changes, directly change the browser language to Korean.

If this is not working then set application locale as Korean.

This you can set in application properties.

Open you webdynpro application, go to properties tab. here, add property and select locale.

Specify your korean locale value here.

It should work. SAP message will come in korean language.

Regards,

Bhavik

Former Member
0 Kudos

hi Bhavik

Thanks for your reply.

But , I can't find properties tab that you mentioned.

if possible, please explain required steps in detail.

Regards bk Kim.

Former Member
0 Kudos

Hi,

Double click on your application available under Applications node.

It will open your application. Here, you will have two tabs, one of the tabs is "Application Properties".

In Application properties, click on new button. It will open one dialog box.

Select Locale as one of the property here and specify Korean locale as its value.

One point here:

If your application requires user login and this user's locale is different than Korean locale then it will override.

Check it out following link for more info.

http://help.sap.com/saphelp_nw04/helpdata/en/18/f3674039c6c549e10000000a1550b0/frameset.htm

Regards,

Bhavik