Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem downloading spool data

Former Member
0 Likes
671

Hi,

We have a requirment wherein we need to print chinese text in the script.We are facing problem while downloading the file from the spool(SP02).The chinese text is showing up perfectly in the spool but when we download it,and open it,it shows junk characters..is there any setting to be done in SAP?

Thanks..

4 REPLIES 4
Read only

Former Member
0 Likes
571

Hi,

This is a setting to do in Presentation Server i.e in ur PC.

In MS WORD,EXCEL u need to install Chinese char font...Take the help of technical support guys...

Sreedhar

Read only

rahulkavuri
Active Contributor
0 Likes
571

Steps to be done

a. Font in local PC & R/3 (can be loaded by SE73).

b. Use the type-settings of the font installed.

c. Develop Style and use in Form.

d. Just print (Print preview will be junk only but print out will be perfect).

Read only

Former Member
0 Likes
571

hii rakesh

The logic to build SAP Script and Smart form of all languages will be same. But while working on Asian language please take care of the following points.

1 Make sure you logon to SAP in CHINESE language only.

2 At the Operating system level install the hungarian language.[Control panel - >Regional and language Option - >language Tab - > Click on Install Files for East Asian languages] If these language already installed then click on Detail and add the CHINESE languages .

3 At SAP level click on Customizing of Local layout[Alt+F12] and click on options.Go to tab I18N and click on Activate the multi-byte functionalities to support check box.

4.Take care of the Font while assigning to Character formar or paragraph format. Dont use normal font name.

USE CHINESE FONT

REGARDS

Naresh

Read only

Former Member
0 Likes
571

Hi,

Try this FM <b>RSPO_DOWNLOAD_SPOOLJOB</b>, pass the spool number and download path , it will download the spool directly to the path which you gave.

Regards

vijay