Application Development 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: 

Spool data truncation problem when using statements NEW-PAGE PRINT ON & OFF

Former Member
0 Kudos
167

Hi gurus,

I am using the statements : NEW-PAGE PRINT ON   &  NEW-PAGE PRINT OFF  for explicitly generating a Spool No. for my Report running in foreground, I need this spool no to convert the report output to PDF . Internally I have used FM: REUSE_ALV_LIST_DISPLAY  multiple times in my report along with option  wa_layout-list_append = 'X' as i have multiple lists to be appended in a single report output...

Here problem is when i am using NEW-PAGE PRINT ON   &  NEW-PAGE PRINT OFF  for my List Report the Report heading & Column Heading both are being truncated in spool data ......

Is there a way where i can control the spool data from being truncated(col. headings, report headings) when i use these statements and also using REUSE_ALV_LIST_DISPLAY to display list.....


1 REPLY 1

Former Member
0 Kudos
69

   You can set your print parameters before calling the NEW_PAGE PRINT ON

Refer this link. It shows how to use the print parameters.

http://help.sap.com/saphelp_470/helpdata/en/9f/dba5ef35c111d1829f0000e829fbfe/content.htm