‎2009 Mar 03 12:52 AM
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.
‎2009 Mar 03 2:20 AM
[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]
‎2009 Mar 03 3:24 AM
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.