cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese forms

Former Member
0 Kudos

Hi,

We have a requirement to create smart forms for our new site in japan.

i want to know what all needs to be done from scratch.

do i have to install a language pack

do i need to develop new forms and not use existing ones.

Please briefly explain.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Its Same as other Smartforms , Design and code in English , and where ever you have Japanese Texts either Hard Code it

or goto Tcode SE63 and Do the Translations after you have activated the SSF.

and when you call the form name in Driver program pass the language in CONTROL_PARAMETERS-langu = 'JA'..

Thats it . and also check whether your printer is capable of printing Japanese characters or not .

Thank you .

surya

Answers (2)

Answers (2)

Former Member
0 Kudos

open or create the form by puttin form lang as 'JA'

then the japansee text is visible in the output

and rest everthing is same is same.

regards

venkat

arindam_m
Active Contributor
0 Kudos

Hi Saad,

First figure out if your system is unicode system or non-Unicode in both the case you shall be required to call the symbols differently.

if it is a non-unicode system then u might have to know the codepage value to use any japanese font else it might appear as junk in unicode system you may not be required to call different code page as all fonts and symbols are present in a single code page.