cancel
Showing results for 
Search instead for 
Did you mean: 

script

Former Member
0 Kudos

Hi friends,

My requiremet is to print the address in form(script) which is in korean lang .In debugging mode the fields iam displaying contains correct korean address .but while in printpreview it is printing as #. please can u provide a solution...............

Thanx In Advance

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hai Praja,

Try This option So That U r Problem Will be Solved.

Country-Dependent Formatting: SET COUNTRY

The formatting for certain field types depends on the country settings. These field types include, for example, date fields and number fields that include either a decimal point or the ‘thousands’ separator character. The formatting options defined in the user master record are usually the ones used here. To choose a formatting option other than the one specified in the user master record, use the SET COUNTRY control command. The country-dependent formatting options are stored in the T005X table.

Syntax:

/: SET COUNTRY country_key

You can enter the country key either as a literal value enclosed in quotes or as a symbol.

/: SET COUNTRY 'CAN'

/: SET COUNTRY &country_key&

Use a blank country name to revert to the setting found in the user master record:

/: SET COUNTRY ' '

This SAPscript command actually calls the corresponding ABAP command internally. This guarantees the effect of the SAPscript command to be identical with that of the ABAP command.

If the formatting turns out not to be as required, then you should check the settings in table T005X.

If Found Help Full.

Reward.

Regards.

Eshwar.

Former Member
0 Kudos

Please can u tell me is it not possible to display korean in a EN version form...........

Former Member
0 Kudos

Hi,

If your system supports korean texts, then it is very much possible to display the same.

Regards,

Narendra.

Former Member
0 Kudos

Praja, did u try taking a printout(hard copy) of the script? If the problem still persists, please go through the following lines.

I assume that the original language of the script is not in Korean (maybe EN or DE) and you are trying to print Korean in the address fields. Create a style with Korean as the original language and define paragraph formats, character formats, etc., as per your requirement. Use the above created style for printing the address. This may solve your problem. Please mention if you require further assistance.

Former Member
0 Kudos

Hi,

If it is a hardcoded message or text then it has to be converted using language translation (SE63).

Else your system has to support that language to show correctly in print preview, also your printer needs to be configured to support that language while taking prints.

Regards,

Narendra.

Former Member
0 Kudos

Thanx for ur quick response.

Yes there is entry in table t002 for korea....

Former Member
0 Kudos

Hi Praja,

May be Korean language is not defined in the SAP system you are using. Go to the table T002 and see whether Korean is installed in your system or not.