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?

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

If you run your SAP application in korean languge , the message that you would be in korean languiage ...

Double click on the application and addd the property default locale = ko

AM

Former Member
0 Kudos

Hi,

Please go thorugh this tutorial which explains how to create a webdynpro application for international use.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/internationalization%20of%20web%20dynpro%20applications.pdf">Internationalization of WebDynpro</a>

Former Member
0 Kudos

You misinterpret the situation.

For example, there is inputfield which has Date type.

I input not date type but string type in the inputFeild.

Then an error message already written by SAP comes out.

--> Message : Enter the value in the format 1987-11-25

I want to see korean language type message.

how do I change SAP message (korean)

regrads bk Kim

Former Member
0 Kudos

Hai,

By using Message Pool, you can display You rowan messages in different Languages.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/a%20simple%20input%20form%20with%20message%20and%20error%20service%20support.pdf">Using Message Pool</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#59">Internationalization</a>

Regards,

Naga