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

What defines spool width?

Former Member
0 Likes
402

Hi exparts,

I'm facing a problem about WRITE statement.

In an add-on program, there is WRITE statement in START-OF-SELECTION.

REPORT LINE-SIZE 132, and 120 characters are written.

Our R/3 is NOT unicode system.

When execute the add-on online, 120 characters are fully written in 1 line.

But when back ground execution, the characters are written up to 80 bytes in spool.

The rest (40 characters) are not written.

Anothter add-on pgm like this pgm has no problem.

Please help me!

Thank you in advance.

Emma S.

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
361

[Spool width|http://www.sap-img.com/abap/spool-output-greater-than-255.htm]

[SAP Help|http://help.sap.com/saphelp_nw70/helpdata/en/84/1f14b517aa11d5b67b006094192fe3/content.htm]

Read only

0 Likes
361

Dear J@Y,

Thank you for your reply.

I already found "Display Spool Output Greater than 255 characters".

But I think it does not solve my problem...

Because written characters is less than 255 in my case, and our R/3 is ECC 6.0 not 4.6B/4.6C.

Regards.

Emma S.