cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Spool

Former Member
0 Kudos

Hi All,

I need to print 250 character lenght text in spool(SP02).but its showing only 132 characters even after downloading to a flat file.Is there anyway to get the whole text without getting truncated..

Thanks,

Rakesh..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rakesh,

IF you are trying to write your output in Spool,

Then try using LINE-SIZE with REPORT statement.

Eg: <b>REPORT zprint LINE-SIZE 250.</b>

    • Don't forget to reward points for useful replies.

Former Member
0 Kudos

Thanks vaibhav...it worked!!

Former Member
0 Kudos

Hi,

Please reward the relevant answers and close the thread if issue is resolved.

Thank you.

-Abhijit

Former Member
0 Kudos

vinod_gunaware2
Active Contributor
0 Kudos

Goto SPAD

Create ur own format

and attach with printer with same trasaction.

Using SPAD - SAP Spool Administration to print different paper size

The SAP spool system manages its own output devices. This includes mostly printers, but also fax and archiving devices. In order for you to use output devices defined in your operating system from the SAP System, you must define these devices in the SAP spool system.

Print to a dot matrix printer using computer paper with 66 lines

Define paper types

Formatting process Z_60_135

Page format DINA4

Orientation tick both Portrait and Orientation

Type in the comment and click save

Device initialization

Device type - OKI341

Formatting process Z_60_135 then click Execute

Double click Printer initilization

You must key the 66 lines hexadecimals for your printer. ( line no 9)

1 # oki341 x_paper

2 # reset

3 # \e\0x40

4 # select codepage multilingual 850

5 \e\0x52\0x1a

6 # disable skip perforation mode

7 \e\0x4f

8 # select 6 lpi

9 \e\0x32

10 # select page length 66 lines (66=hex $42)

11 \e\0x43\0x42

12 # select 10 cpi font

13 \e\0x60

regards

vinod