2012 May 11 12:46 PM
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.....
2012 May 11 12:59 PM
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